PDA

View Full Version : ModalPanel is limited to showing only one component?



Payam
25 Jun 2008, 9:51 PM
Hello,

This is my first post.

I've been trying to get the Dashboard effect going from the Mac OS.
Simply pressing a button should bring up all the windows, and pressing it again should get rid of all the windows, while disabling everything in the back.

I've been finding that ModalPanel can only show one component at a time.
I'm confused why it is restricted to just one.
I'm having a hard time figuring out a way to solve this.

Anyone know a solution? :D

gslender
26 Jun 2008, 12:20 AM
Post some code. Also, what are you trying to do? There is Dialog which also allows Modal type operation and you are not restricted to just one widget.

Also, couldn't that one component be a LayoutContainer or ContentPanel that allows you to put any number of widgets inside???