Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table and Combo boxes in GTK versus Windows
Table and Combo boxes in GTK versus Windows [message #447580] Wed, 15 December 2004 04:15 Go to next message
Eclipse UserFriend
Originally posted by: cmedina.sisgraf.com

I have a program with two classes, one of which is a wrapper to an API
and the other is the Main GUI. I am seeing two problems:

1- The Main GUI brings up a Shell which gets passed onto a method of the
wrapper which returns a Table widget populated with the results from a
query.
This Table looks and works fine in Windows, but when I ran in RedHat with
the GTK
SWT implementation, it only shows 1 row. Table Items are being created
inside
a for loop with the appropriate data for each column.

2- Part of the Main GUI will show two Combo widgets. Each widget gets
populated
with a String array returned from a call to a different method in the
wrapper
class. But when I click on the arrows to look at the drop down list, they
only
show one item instead of the few dozen that I'm expecting. I have other
Combo
boxes in the Main that work correctly, the only difference being that they
are
not constructed with SWT.READ_ONLY, all other params (except for content of
course) are the same.


Has anyone run into this before? is there someone that could help me shine
a
light onto this situation?


Thank you very much for your help.
Re: Table and Combo boxes in GTK versus Windows [message #447630 is a reply to message #447580] Wed, 15 December 2004 16:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cmedina.sisgraf.com

Motif does the same
Re: Table and Combo boxes in GTK versus Windows [message #447633 is a reply to message #447580] Wed, 15 December 2004 16:17 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Cristian, this sounds like multiple bugs. In order for anyone to do
anything about it, you'll need to construct a stand alone snippet that
demonstrates the problem(s). Post them here or enter a buzilla report and
someone will look into it.

"Cristian Medina" <cmedina@sisgraf.com> wrote in message
news:cpodor$p42$1@www.eclipse.org...
> I have a program with two classes, one of which is a wrapper to an API
> and the other is the Main GUI. I am seeing two problems:
>
> 1- The Main GUI brings up a Shell which gets passed onto a method of the
> wrapper which returns a Table widget populated with the results from a
> query.
> This Table looks and works fine in Windows, but when I ran in RedHat with
> the GTK
> SWT implementation, it only shows 1 row. Table Items are being created
> inside
> a for loop with the appropriate data for each column.
>
> 2- Part of the Main GUI will show two Combo widgets. Each widget gets
> populated
> with a String array returned from a call to a different method in the
> wrapper
> class. But when I click on the arrows to look at the drop down list, they
> only
> show one item instead of the few dozen that I'm expecting. I have other
> Combo
> boxes in the Main that work correctly, the only difference being that they
> are
> not constructed with SWT.READ_ONLY, all other params (except for content
of
> course) are the same.
>
>
> Has anyone run into this before? is there someone that could help me shine
> a
> light onto this situation?
>
>
> Thank you very much for your help.
>
Previous Topic:Capturing *all* key events
Next Topic:SWT Designer creating/initializing components
Goto Forum:
  


Current Time: Fri Apr 19 19:54:19 GMT 2024

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

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

Back to the top