Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Menus under VE
Menus under VE [message #105857] Thu, 08 September 2005 11:53 Go to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

I have downloaded the 1.1.01 update to VE and I get the Menu palette.
When I try to drop a menubar onto a simple shell, it shows in the
JavaBeans view but doesn't appear on the "display" view and I can't drop
other men items onto the shell - what am I doing wrong?
Re: Menus under VE [message #105875 is a reply to message #105857] Thu, 08 September 2005 13:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

It should appear in the Visual display once you have at least one menu
on it. Without any menus on a menubar the menubar is zero height.

But, the intent is that when working with the menu bar itself you work
with the java beans viewer instead. You drop menu/menuitems there once
you've dropped a menu bar.


--
Thanks,
Rich Kulp
Re: Menus under VE [message #105903 is a reply to message #105875] Thu, 08 September 2005 14:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

No I can get the menubar added, but no matter what I try to add after, it
won't let me either onto the display or the Java Beans view.......has
anyone else sucessfully downloaded and built a menu?
Re: Menus under VE [message #105934 is a reply to message #105857] Thu, 08 September 2005 14:56 Go to previous messageGo to next message
Eclipse UserFriend
david young wrote:
> I have downloaded the 1.1.01 update to VE and I get the Menu palette.
> When I try to drop a menubar onto a simple shell, it shows in the
> JavaBeans view but doesn't appear on the "display" view and I can't drop
> other men items onto the shell - what am I doing wrong?
If you have problems even using the JavaBeans view, try closing all
Visual Editor editors and then do a Project|Clean... On my installation
I was unable to drop an SWT MenuItem.SubMenu onto the menubar until I
did this.
Re: Menus under VE [message #105976 is a reply to message #105903] Thu, 08 September 2005 17:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What did you select from the palette? Was it SubMenu?

Did you try to drop it on the menubar on the Java Beans View?

david young wrote:
> No I can get the menubar added, but no matter what I try to add after,
> it won't let me either onto the display or the Java Beans view.......has
> anyone else sucessfully downloaded and built a menu?
>

--
Thanks,
Rich Kulp
Re: Menus under VE [message #106073 is a reply to message #105934] Fri, 09 September 2005 15:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

Project Clean worked - thank you
Re: Menus under VE [message #106114 is a reply to message #105976] Mon, 12 September 2005 05:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

Actually closing the current .java file and open it again,the menu bar is visual in the display and Java Bean view.

The problem with my installation is:Even the menu bar is available,I still CANNOT add MenuItem.subItem.

any comments?

XS
Re: Menus under VE [message #106210 is a reply to message #106114] Mon, 12 September 2005 10:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Do you get a "NOT" sign when you drag between the menu items on the java
beans viewer where you want to drop? What are your symptoms of cannot add?

xusong wrote:
> Actually closing the current .java file and open it again,the menu bar is visual in the display and Java Bean view.
>
> The problem with my installation is:Even the menu bar is available,I still CANNOT add MenuItem.subItem.
>
> any comments?
>
> XS

--
Thanks,
Rich Kulp
Re: Menus under VE [message #106321 is a reply to message #106210] Mon, 12 September 2005 22:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

I try to drop a MenuItem.subItem onto the menuBar in the beans viewer or in the visual display,but the menubar shows the 'cancel' sign.No menu items would be added under the menubar in beans viewer.
Re: Menus under VE [message #106444 is a reply to message #106321] Tue, 13 September 2005 10:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I'm stumped then. If everything is installed correctly it works for us.

xusong wrote:
> I try to drop a MenuItem.subItem onto the menuBar in the beans viewer or in the visual display,but the menubar shows the 'cancel' sign.No menu items would be added under the menubar in beans viewer.

--
Thanks,
Rich Kulp
Re: Menus under VE [message #106519 is a reply to message #106444] Tue, 13 September 2005 12:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

Now it works.See my steps in the following:
--A: The complete new installation of Eclipse SDK&VE works fine.

--B: If the previous version VE,like v1.1 ,has been installed, then you DELETE the org.eclipse.jem.beaninfo and org.eclipse.jem.ui directories beneath the .metadata of your workspace.

Now you can have fun with the VE.

Thank you guys in this discussion.

XS
Re: Menus under VE [message #106532 is a reply to message #106519] Tue, 13 September 2005 13:17 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Ah, there was a cache problem. But it should of noticed that there were
new versions installed and wiped the cache. I may need to do some tests
to verify that.

xusong wrote:
> Now it works.See my steps in the following:
> --A: The complete new installation of Eclipse SDK&VE works fine.
>
> --B: If the previous version VE,like v1.1 ,has been installed, then you DELETE the org.eclipse.jem.beaninfo and org.eclipse.jem.ui directories beneath the .metadata of your workspace.
>
> Now you can have fun with the VE.
>
> Thank you guys in this discussion.
>
> XS

--
Thanks,
Rich Kulp
Re: Menus under VE [message #610713 is a reply to message #105857] Thu, 08 September 2005 13:57 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

It should appear in the Visual display once you have at least one menu
on it. Without any menus on a menubar the menubar is zero height.

But, the intent is that when working with the menu bar itself you work
with the java beans viewer instead. You drop menu/menuitems there once
you've dropped a menu bar.


--
Thanks,
Rich Kulp
Re: Menus under VE [message #610715 is a reply to message #105875] Thu, 08 September 2005 14:50 Go to previous message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

No I can get the menubar added, but no matter what I try to add after, it
won't let me either onto the display or the Java Beans view.......has
anyone else sucessfully downloaded and built a menu?
Re: Menus under VE [message #610717 is a reply to message #105857] Thu, 08 September 2005 14:56 Go to previous message
Eclipse UserFriend
david young wrote:
> I have downloaded the 1.1.01 update to VE and I get the Menu palette.
> When I try to drop a menubar onto a simple shell, it shows in the
> JavaBeans view but doesn't appear on the "display" view and I can't drop
> other men items onto the shell - what am I doing wrong?
If you have problems even using the JavaBeans view, try closing all
Visual Editor editors and then do a Project|Clean... On my installation
I was unable to drop an SWT MenuItem.SubMenu onto the menubar until I
did this.
Re: Menus under VE [message #610720 is a reply to message #105903] Thu, 08 September 2005 17:06 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What did you select from the palette? Was it SubMenu?

Did you try to drop it on the menubar on the Java Beans View?

david young wrote:
> No I can get the menubar added, but no matter what I try to add after,
> it won't let me either onto the display or the Java Beans view.......has
> anyone else sucessfully downloaded and built a menu?
>

--
Thanks,
Rich Kulp
Re: Menus under VE [message #610727 is a reply to message #105934] Fri, 09 September 2005 15:20 Go to previous message
Eclipse UserFriend
Originally posted by: davidyoung_2001.yahoo.co.uk

Project Clean worked - thank you
Re: Menus under VE [message #610730 is a reply to message #105976] Mon, 12 September 2005 05:45 Go to previous message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

Actually closing the current .java file and open it again,the menu bar is visual in the display and Java Bean view.

The problem with my installation is:Even the menu bar is available,I still CANNOT add MenuItem.subItem.

any comments?

XS
Re: Menus under VE [message #610737 is a reply to message #106114] Mon, 12 September 2005 10:54 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Do you get a "NOT" sign when you drag between the menu items on the java
beans viewer where you want to drop? What are your symptoms of cannot add?

xusong wrote:
> Actually closing the current .java file and open it again,the menu bar is visual in the display and Java Bean view.
>
> The problem with my installation is:Even the menu bar is available,I still CANNOT add MenuItem.subItem.
>
> any comments?
>
> XS

--
Thanks,
Rich Kulp
Re: Menus under VE [message #610745 is a reply to message #106210] Mon, 12 September 2005 22:03 Go to previous message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

I try to drop a MenuItem.subItem onto the menuBar in the beans viewer or in the visual display,but the menubar shows the 'cancel' sign.No menu items would be added under the menubar in beans viewer.
Re: Menus under VE [message #610754 is a reply to message #106321] Tue, 13 September 2005 10:03 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I'm stumped then. If everything is installed correctly it works for us.

xusong wrote:
> I try to drop a MenuItem.subItem onto the menuBar in the beans viewer or in the visual display,but the menubar shows the 'cancel' sign.No menu items would be added under the menubar in beans viewer.

--
Thanks,
Rich Kulp
Re: Menus under VE [message #610759 is a reply to message #106444] Tue, 13 September 2005 12:26 Go to previous message
Eclipse UserFriend
Originally posted by: javacard.hotmail.com

Now it works.See my steps in the following:
--A: The complete new installation of Eclipse SDK&VE works fine.

--B: If the previous version VE,like v1.1 ,has been installed, then you DELETE the org.eclipse.jem.beaninfo and org.eclipse.jem.ui directories beneath the .metadata of your workspace.

Now you can have fun with the VE.

Thank you guys in this discussion.

XS
Re: Menus under VE [message #610760 is a reply to message #106519] Tue, 13 September 2005 13:17 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Ah, there was a cache problem. But it should of noticed that there were
new versions installed and wiped the cache. I may need to do some tests
to verify that.

xusong wrote:
> Now it works.See my steps in the following:
> --A: The complete new installation of Eclipse SDK&VE works fine.
>
> --B: If the previous version VE,like v1.1 ,has been installed, then you DELETE the org.eclipse.jem.beaninfo and org.eclipse.jem.ui directories beneath the .metadata of your workspace.
>
> Now you can have fun with the VE.
>
> Thank you guys in this discussion.
>
> XS

--
Thanks,
Rich Kulp
Previous Topic:Editor cannot be changed at this time
Next Topic:FileChooser
Goto Forum:
  


Current Time: Thu May 08 18:24:50 EDT 2025

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

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

Back to the top