Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » large menues
large menues [message #72905] Mon, 04 February 2008 15:06 Go to next message
Oliver Köhler is currently offline Oliver KöhlerFriend
Messages: 32
Registered: July 2009
Member
Hi,
I've been facing the following problem:
I need to display a table that has many columns. The user should be able to select/deselect
the columns he wants to see.
So I've tried to add a Menu to the table that I'm showing, as there is no way to add a menu to
a Table-header.
Now it is possible that the table has a lot of columns. What happens now is that I am not able
to see all entries (i.e. all possible column-names) in the context menu as there is too less space
to show them all in one flat MenuItem list.
Has anybody a smart solution so that I can show all column-names in my context menu?
I thought of:
- having a button at the end of a Menu list that allows a scrolling of the Menu
- make the Menu not in one but in two or more columns

Has somebody experience with this problem?

Thanks

Regards

Oliver
Re: large menues [message #72927 is a reply to message #72905] Mon, 04 February 2008 19:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benjamin.wolff.web.de

hi oliver,

i didn't experience this problem until now, but maybe i'd add a menu item
"Show Columns", for example, which opens a new shell which contains a
check-table where you could list all possible columns so that one can
check the needed columns or a combo box shows up... as you certainly know
you can start the shell and pack it so only the widget is shown. frank
appel demonstrates this quiet well in his datum picker dialog in this
newsgroup =).
just to give some ideas...

so far
ben
Re: large menues [message #72945 is a reply to message #72905] Mon, 04 February 2008 20:20 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

seems to have some problems with my mail program. retry...

did you consider a dialog that uses a checked list to select the columns
that should be displayed? I've seen this in RAP applications before and
it worked just fine. The programmers placed a button somewhere nicely
over the table to open that dialog to configure displayed-columns and
their sort-order for example.

Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Poncho [mailto:sasfatu@gmx.de]
Bereitgestellt: Montag, 4. Februar 2008 16:07
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: large menues
Betreff: large menues


Hi,
I've been facing the following problem:
I need to display a table that has many columns. The user should be able
to select/deselect the columns he wants to see.
So I've tried to add a Menu to the table that I'm showing, as there is
no way to add a menu to a Table-header.
Now it is possible that the table has a lot of columns. What happens now
is that I am not able to see all entries (i.e. all possible
column-names) in the context menu as there is too less space to show
them all in one flat MenuItem list.
Has anybody a smart solution so that I can show all column-names in my
context menu?
I thought of:
- having a button at the end of a Menu list that allows a scrolling of
the Menu
- make the Menu not in one but in two or more columns

Has somebody experience with this problem?

Thanks

Regards

Oliver
Previous Topic:Rap and Hibernate
Next Topic:RAP_RCP
Goto Forum:
  


Current Time: Thu Apr 25 00:13:29 GMT 2024

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

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

Back to the top