|
|
Re: VE 1.1M2 is released [message #93602 is a reply to message #93560] |
Sat, 11 June 2005 02:33 |
Eclipse User |
|
|
|
Originally posted by: veccie.gmail.com
Works great, except one thing...
My custom JMenuBar doesn't show in the frame where I have added it anymore.
The frame shows a warning sign and in the eclipse statusbar it says
JMenuBar: NoSuchMethodException(....)
In I20050609 there was no problems showing it :)
Just thought I'd mention it since something significant must have changed in
this build regarding menus :)
Keep up the good work VE Team
veccie
|
|
|
Re: VE 1.1M2 is released [message #93630 is a reply to message #93602] |
Sat, 11 June 2005 20:03 |
Eclipse User |
|
|
|
Originally posted by: veccie.gmail.com
Just to let you know, I've installed 3.1RC2 and it now works again :)
cheers
"veccie" <veccie@gmail.com> wrote in message
news:d8dihk$nib$1@news.eclipse.org...
> Works great, except one thing...
>
> My custom JMenuBar doesn't show in the frame where I have added it
> anymore. The frame shows a warning sign and in the eclipse statusbar it
> says JMenuBar: NoSuchMethodException(....)
>
> In I20050609 there was no problems showing it :)
>
> Just thought I'd mention it since something significant must have changed
> in this build regarding menus :)
>
> Keep up the good work VE Team
>
> veccie
>
|
|
|
Re: VE 1.1M2 is released [message #93657 is a reply to message #93560] |
Sun, 12 June 2005 13:27 |
Eclipse User |
|
|
|
Originally posted by: tcnesham.email.uophx.edu
Good job!
I have a question concerning the automatic aligning/sizing of multiple
controls on the screen. Which control's property is used to copy values to
the other control's property? It seems like it is the control with the
greater value, but it should be the control that was clicked first.
--
Timothy C. Nesham
I have not failed. I've just found 10,000 ways that don't work. - Thomas
Edison
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:d8d4bd$b9g$1@news.eclipse.org...
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M2. This build is compatible with Eclipse 3.1RC1 (RC2 was not
> available yet, but we will test to make sure when it becomes available),
> and adds some of the following highlights:
>
> - Enhanced RCP Support
>
> - Cut/Copy/Paste of visual components
>
> - Phase II of performance enhancements for Swing development
>
> ....and much more.
>
> The New and Noteworthy page is available at:
>
> http://www.eclipse.org/vep/WebContent/docs/newAndNoteworthy/ 1.1-M2/
>
> The download page is available at:
>
>
http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M2 -200506101701/index.html
>
>
> --
> Thanks,
> Rich Kulp
|
|
|
Re: VE 1.1M2 is released [message #93806 is a reply to message #93657] |
Mon, 13 June 2005 20:27 |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
Actually it is the control that is clicked last. GEF's definition of the
primary control when more than one is selected is the last control.
--
Thanks,
Rich Kulp
|
|
|
|
Re: VE 1.1M2 is released [message #607929 is a reply to message #93560] |
Sat, 11 June 2005 02:33 |
Eclipse User |
|
|
|
Originally posted by: veccie.gmail.com
Works great, except one thing...
My custom JMenuBar doesn't show in the frame where I have added it anymore.
The frame shows a warning sign and in the eclipse statusbar it says
JMenuBar: NoSuchMethodException(....)
In I20050609 there was no problems showing it :)
Just thought I'd mention it since something significant must have changed in
this build regarding menus :)
Keep up the good work VE Team
veccie
|
|
|
Re: VE 1.1M2 is released [message #607931 is a reply to message #93602] |
Sat, 11 June 2005 20:03 |
Eclipse User |
|
|
|
Originally posted by: veccie.gmail.com
Just to let you know, I've installed 3.1RC2 and it now works again :)
cheers
"veccie" <veccie@gmail.com> wrote in message
news:d8dihk$nib$1@news.eclipse.org...
> Works great, except one thing...
>
> My custom JMenuBar doesn't show in the frame where I have added it
> anymore. The frame shows a warning sign and in the eclipse statusbar it
> says JMenuBar: NoSuchMethodException(....)
>
> In I20050609 there was no problems showing it :)
>
> Just thought I'd mention it since something significant must have changed
> in this build regarding menus :)
>
> Keep up the good work VE Team
>
> veccie
>
|
|
|
Re: VE 1.1M2 is released [message #607933 is a reply to message #93560] |
Sun, 12 June 2005 13:27 |
Eclipse User |
|
|
|
Originally posted by: tcnesham.email.uophx.edu
Good job!
I have a question concerning the automatic aligning/sizing of multiple
controls on the screen. Which control's property is used to copy values to
the other control's property? It seems like it is the control with the
greater value, but it should be the control that was clicked first.
--
Timothy C. Nesham
I have not failed. I've just found 10,000 ways that don't work. - Thomas
Edison
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:d8d4bd$b9g$1@news.eclipse.org...
> All,
>
> I'm pleased to announce the immediate availability of the Visual Editor
> 1.1 M2. This build is compatible with Eclipse 3.1RC1 (RC2 was not
> available yet, but we will test to make sure when it becomes available),
> and adds some of the following highlights:
>
> - Enhanced RCP Support
>
> - Cut/Copy/Paste of visual components
>
> - Phase II of performance enhancements for Swing development
>
> ....and much more.
>
> The New and Noteworthy page is available at:
>
> http://www.eclipse.org/vep/WebContent/docs/newAndNoteworthy/ 1.1-M2/
>
> The download page is available at:
>
>
http://download.eclipse.org/tools/ve/downloads/drops/S-1.1M2 -200506101701/index.html
>
>
> --
> Thanks,
> Rich Kulp
|
|
|
Re: VE 1.1M2 is released [message #607943 is a reply to message #93657] |
Mon, 13 June 2005 20:27 |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
Actually it is the control that is clicked last. GEF's definition of the
primary control when more than one is selected is the last control.
--
Thanks,
Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.03582 seconds