Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » How to insert a menu by VE
How to insert a menu by VE [message #115772] Tue, 24 January 2006 19:27 Go to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Hi all,

I'm trying to insert a menu into a Shell but I can't find how to do it.
I've searched on newsgroups, helps, but I didn't find a solution.

Can anyone help me ?
Re: How to insert a menu by VE [message #115784 is a reply to message #115772] Tue, 24 January 2006 19:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Drop a menubar on the shell. Then you can drop menus on the menubar in
the JavaBeans viewer.

Alexandre Boaventura wrote:
> Hi all,
>
> I'm trying to insert a menu into a Shell but I can't find how to do it.
> I've searched on newsgroups, helps, but I didn't find a solution.
>
> Can anyone help me ?

--
Thanks,
Rich Kulp
Re: How to insert a menu by VE [message #115835 is a reply to message #115772] Tue, 24 January 2006 22:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospamplease_enrictordera.vodafone.es

"Alexandre Boaventura" <alexandre@gzsistemas.com.br> escribi
Re: How to insert a menu by VE [message #115847 is a reply to message #115784] Wed, 25 January 2006 12:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Rich Kulp escreveu:
> Drop a menubar on the shell. Then you can drop menus on the menubar in
> the JavaBeans viewer.
>
> Alexandre Boaventura wrote:
>> Hi all,
>>
>> I'm trying to insert a menu into a Shell but I can't find how to do
>> it. I've searched on newsgroups, helps, but I didn't find a solution.
>>
>> Can anyone help me ?
>
Well, a menubar component is not available at swt pallete. What could be
wrong ?
Re: How to insert a menu by VE [message #115859 is a reply to message #115835] Wed, 25 January 2006 12:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Enric Tordera escreveu:
> "Alexandre Boaventura" <alexandre@gzsistemas.com.br> escribió en el mensaje
> news:dr5v38$3s7$1@utils.eclipse.org...
>> Hi all,
>>
>> I'm trying to insert a menu into a Shell but I can't find how to do it.
>> I've searched on newsgroups, helps, but I didn't find a solution.
>>
>> Can anyone help me ?
>
> Make sure you are using the last version of Visual Editor. If not sure try
> updating from the Help menu.
>
> Enric
>
>
I suppose I'm using the latest version because I downloaded and
installed from Update Manager yesterday !
Re: How to insert a menu by VE [message #115871 is a reply to message #115859] Wed, 25 January 2006 15:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Just check and make sure that you have VE 1.1.0.1 installed if you are
working on Eclipse 3.1.x. If you just did an install for the first time
of VE from the update manager it will pick up VE 1.1.0. You will need to
run update again to get it up to 1.1.0.1.

VE 1.1.0.1 has a palette category labeled SWT Menus.

>>
> I suppose I'm using the latest version because I downloaded and
> installed from Update Manager yesterday !

--
Thanks,
Rich Kulp
Re: How to insert a menu by VE [message #115884 is a reply to message #115871] Wed, 25 January 2006 18:44 Go to previous message
Eclipse UserFriend
Originally posted by: alexandre.gzsistemas.com.br

Rich Kulp escreveu:
> Just check and make sure that you have VE 1.1.0.1 installed if you are
> working on Eclipse 3.1.x. If you just did an install for the first time
> of VE from the update manager it will pick up VE 1.1.0. You will need to
> run update again to get it up to 1.1.0.1.
>
> VE 1.1.0.1 has a palette category labeled SWT Menus.
>
>>>
>> I suppose I'm using the latest version because I downloaded and
>> installed from Update Manager yesterday !
>

Thank you Rich.

Now it works !
Re: How to insert a menu by VE [message #611821 is a reply to message #115772] Tue, 24 January 2006 19:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Drop a menubar on the shell. Then you can drop menus on the menubar in
the JavaBeans viewer.

Alexandre Boaventura wrote:
> Hi all,
>
> I'm trying to insert a menu into a Shell but I can't find how to do it.
> I've searched on newsgroups, helps, but I didn't find a solution.
>
> Can anyone help me ?

--
Thanks,
Rich Kulp
Re: How to insert a menu by VE [message #611827 is a reply to message #115772] Tue, 24 January 2006 22:04 Go to previous message
Eclipse UserFriend
Originally posted by: nospamplease_enrictordera.vodafone.es

"Alexandre Boaventura" <alexandre@gzsistemas.com.br> escribi
Re: How to insert a menu by VE [message #611830 is a reply to message #115784] Wed, 25 January 2006 12:02 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Rich Kulp escreveu:
> Drop a menubar on the shell. Then you can drop menus on the menubar in
> the JavaBeans viewer.
>
> Alexandre Boaventura wrote:
>> Hi all,
>>
>> I'm trying to insert a menu into a Shell but I can't find how to do
>> it. I've searched on newsgroups, helps, but I didn't find a solution.
>>
>> Can anyone help me ?
>
Well, a menubar component is not available at swt pallete. What could be
wrong ?
Re: How to insert a menu by VE [message #611833 is a reply to message #115835] Wed, 25 January 2006 12:03 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Enric Tordera escreveu:
> "Alexandre Boaventura" <alexandre@gzsistemas.com.br> escribió en el mensaje
> news:dr5v38$3s7$1@utils.eclipse.org...
>> Hi all,
>>
>> I'm trying to insert a menu into a Shell but I can't find how to do it.
>> I've searched on newsgroups, helps, but I didn't find a solution.
>>
>> Can anyone help me ?
>
> Make sure you are using the last version of Visual Editor. If not sure try
> updating from the Help menu.
>
> Enric
>
>
I suppose I'm using the latest version because I downloaded and
installed from Update Manager yesterday !
Re: How to insert a menu by VE [message #611837 is a reply to message #115859] Wed, 25 January 2006 15:20 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Just check and make sure that you have VE 1.1.0.1 installed if you are
working on Eclipse 3.1.x. If you just did an install for the first time
of VE from the update manager it will pick up VE 1.1.0. You will need to
run update again to get it up to 1.1.0.1.

VE 1.1.0.1 has a palette category labeled SWT Menus.

>>
> I suppose I'm using the latest version because I downloaded and
> installed from Update Manager yesterday !

--
Thanks,
Rich Kulp
Re: How to insert a menu by VE [message #611839 is a reply to message #115871] Wed, 25 January 2006 18:44 Go to previous message
Alexandre Boaventura is currently offline Alexandre BoaventuraFriend
Messages: 31
Registered: July 2009
Member
Rich Kulp escreveu:
> Just check and make sure that you have VE 1.1.0.1 installed if you are
> working on Eclipse 3.1.x. If you just did an install for the first time
> of VE from the update manager it will pick up VE 1.1.0. You will need to
> run update again to get it up to 1.1.0.1.
>
> VE 1.1.0.1 has a palette category labeled SWT Menus.
>
>>>
>> I suppose I'm using the latest version because I downloaded and
>> installed from Update Manager yesterday !
>

Thank you Rich.

Now it works !
Previous Topic:Open with Visual Editor fails
Next Topic:The VE do not open
Goto Forum:
  


Current Time: Sat Oct 19 11:46:23 GMT 2024

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

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

Back to the top