Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » how to replace control button
how to replace control button [message #123485] Thu, 20 April 2006 05:50 Go to next message
Eclipse UserFriend
Originally posted by: tintu.XXX.com

hi
i m working with ve to create swt pgms
in that i want to replace text box to combo box while editing
i tried using visible property
if anyone knows how to do it
please help me
thanks
sri
Re: how to replace control button [message #123588 is a reply to message #123485] Thu, 20 April 2006 16:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You can't. A text box and combo box are two different classes. There is
no property setting which will change the two. You have delete the text
box and drop a combo box.

sri wrote:
> hi
> i m working with ve to create swt pgms
> in that i want to replace text box to combo box while editing
> i tried using visible property
> if anyone knows how to do it
> please help me
> thanks
> sri

--
Thanks,
Rich Kulp
Re: how to replace control button [message #123757 is a reply to message #123588] Mon, 24 April 2006 03:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tintu.XXX.com

Rich Kulp wrote:
> You can't. A text box and combo box are two different classes. There is
> no property setting which will change the two. You have delete the text
> box and drop a combo box.
>
> sri wrote:
>> hi
>> i m working with ve to create swt pgms
>> in that i want to replace text box to combo box while editing
>> i tried using visible property
>> if anyone knows how to do it
>> please help me
>> thanks
>> sri
>
we can replace it
thr is one method remove(component)...
Re: how to replace control button [message #123766 is a reply to message #123757] Mon, 24 April 2006 13:49 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

>>
> we can replace it
> thr is one method remove(component)...
I don't understand what you are trying to say with this reply. :-(

--
Thanks,
Rich Kulp
Re: how to replace control button [message #612722 is a reply to message #123485] Thu, 20 April 2006 16:33 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You can't. A text box and combo box are two different classes. There is
no property setting which will change the two. You have delete the text
box and drop a combo box.

sri wrote:
> hi
> i m working with ve to create swt pgms
> in that i want to replace text box to combo box while editing
> i tried using visible property
> if anyone knows how to do it
> please help me
> thanks
> sri

--
Thanks,
Rich Kulp
Re: how to replace control button [message #612744 is a reply to message #123588] Mon, 24 April 2006 03:03 Go to previous message
sri  is currently offline sri Friend
Messages: 5
Registered: March 2010
Junior Member
Rich Kulp wrote:
> You can't. A text box and combo box are two different classes. There is
> no property setting which will change the two. You have delete the text
> box and drop a combo box.
>
> sri wrote:
>> hi
>> i m working with ve to create swt pgms
>> in that i want to replace text box to combo box while editing
>> i tried using visible property
>> if anyone knows how to do it
>> please help me
>> thanks
>> sri
>
we can replace it
thr is one method remove(component)...
Re: how to replace control button [message #612745 is a reply to message #123757] Mon, 24 April 2006 13:49 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

>>
> we can replace it
> thr is one method remove(component)...
I don't understand what you are trying to say with this reply. :-(

--
Thanks,
Rich Kulp
Previous Topic:VE not activated in my existing project
Next Topic:extending VE: accessing SWING/SWT objects
Goto Forum:
  


Current Time: Thu Apr 25 03:38:35 GMT 2024

Powered by FUDForum. Page generated in 0.03212 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top