Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Re: CCombo inside tables in wizard page problem [RC1]
Re: CCombo inside tables in wizard page problem [RC1] [message #437716] Wed, 09 June 2004 14:49 Go to next message
Thomas D. Johnson is currently offline Thomas D. JohnsonFriend
Messages: 72
Registered: July 2009
Member
Robbie Jameson wrote:
> Hi,
>
> I don't know whether anyone else has encountered this problem, but I've got
> some code that worked fine previously with M8 and doesn't do what it should
> with RC1.
>
> I've got a WizardPage displayed in a wizard dialog.
> Inside this page I've got a table subordinated to a FillLayout that
> stretches it on the page.
>
> I had some CCombos so as to have a drop-down list for certain cells,
> inspired from the SWT snippet available at http://tinyurl.com/33r9y (place
> arbitrary controls in a table).
>
> When running an RCP application containing this wizard on RC1, the CCombos
> drop down but don't respond to mouse interaction, i.e. you can't select
> items on the list. You can drop down other combos, and they just superimpose
> over the ones already dropped down.
>
> I adapted the snippet and obtained the same incorrect results once it was
> running in the dialog page, whereas it worked fine as a snippet on its own,
> regardless of RC1 or M8.
>
> I haven't found any bug report that corresponds to this. Maybe someone has a
> workaround? I can try to create a snippet if anyone deems it desirable.

I also have just now observed the same issue with CCombos generated
within WizardPages ... and the code was all generated from the EMF model
editor generation mechanism. In the default case, the second page of
the wizard contains two CCcombos, both of which misbehave in the same way.

These generated pages are less complex than what you have hand-crafted,
so an example is much easier to construct.

Crossposting to the SWT group also, in case the experts there will notice.

Tom Johnson
Re: CCombo inside tables in wizard page problem [RC1] [message #437826 is a reply to message #437716] Thu, 10 June 2004 17:16 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See bug 65697. Fixed for RC2.

"Tom Johnson" <tdjohns1@rockwellcollins.com> wrote in message
news:ca77i4$es7$1@eclipse.org...
> Robbie Jameson wrote:
> > Hi,
> >
> > I don't know whether anyone else has encountered this problem, but I've
got
> > some code that worked fine previously with M8 and doesn't do what it
should
> > with RC1.
> >
> > I've got a WizardPage displayed in a wizard dialog.
> > Inside this page I've got a table subordinated to a FillLayout that
> > stretches it on the page.
> >
> > I had some CCombos so as to have a drop-down list for certain cells,
> > inspired from the SWT snippet available at http://tinyurl.com/33r9y
(place
> > arbitrary controls in a table).
> >
> > When running an RCP application containing this wizard on RC1, the
CCombos
> > drop down but don't respond to mouse interaction, i.e. you can't select
> > items on the list. You can drop down other combos, and they just
superimpose
> > over the ones already dropped down.
> >
> > I adapted the snippet and obtained the same incorrect results once it
was
> > running in the dialog page, whereas it worked fine as a snippet on its
own,
> > regardless of RC1 or M8.
> >
> > I haven't found any bug report that corresponds to this. Maybe someone
has a
> > workaround? I can try to create a snippet if anyone deems it desirable.
>
> I also have just now observed the same issue with CCombos generated
> within WizardPages ... and the code was all generated from the EMF model
> editor generation mechanism. In the default case, the second page of
> the wizard contains two CCcombos, both of which misbehave in the same way.
>
> These generated pages are less complex than what you have hand-crafted,
> so an example is much easier to construct.
>
> Crossposting to the SWT group also, in case the experts there will notice.
>
> Tom Johnson
>
>
Re: CCombo inside tables in wizard page problem [RC1] [message #437903 is a reply to message #437826] Fri, 11 June 2004 20:15 Go to previous message
Thomas D. Johnson is currently offline Thomas D. JohnsonFriend
Messages: 72
Registered: July 2009
Member
Veronika Irvine wrote:

> See bug 65697. Fixed for RC2.

Many thanks!
Previous Topic:table cell editing inconsistent across platforms
Next Topic:Install Problem.Won't Run.MissingResourceException
Goto Forum:
  


Current Time: Thu May 09 06:53:54 GMT 2024

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

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

Back to the top