Re: MenuBar in a Flextable cell

2009-11-25 Thread Brian
Ahh, that makes perfect sense. I'm glad there was a nice clean solution. Thanks for following up with that. -Brian On Nov 24, 1:58 pm, Sudeep S sudee...@gmail.com wrote: Thanks a lot for your inputs Brian. Yes I am using an absolute panel for positioning. There seems to be a simple way to

Re: MenuBar in a Flextable cell

2009-11-24 Thread Brian
I haven't had a need to be too picky about positioning, so I'm not sure what the tricky conditions are (though I'm sure they're there). You didn't mention how you're doing your positioning, but I can imagine you're using either AbsolutePanel or PopupPanel. I had suggested PopupPanel because it has

Re: MenuBar in a Flextable cell

2009-11-24 Thread Sudeep S
Thanks a lot for your inputs Brian. Yes I am using an absolute panel for positioning. There seems to be a simple way to deal with this. A menubar inside a menubar did the trick. A menu bar with the list of items is added to a parent menubar and that parent menubar is placed inside the cell.

Re: MenuBar in a Flextable cell

2009-11-23 Thread Brian
Sounds like a tricky problem. I haven't worked with menu bars so I'm not sure this will work. What I'm thinking is that you could use a placeholder menu bar in the table cell that doesn't have any menu items. Then, when that is clicked on, display a PopupPanel with the real menu bar and position

MenuBar in a Flextable cell

2009-11-22 Thread Sudeep S
Hi, I have a req wherein I have to add a menubar widget to every row in a flextable. When the menubar is clicked it opens but it also expands the cell in which it is placed distorting the layout. Any ideas on this one. Thanks Sudeep -- You received this message because you are subscribed to