Slick Forums

Discuss the Slick 2D Library
It is currently Mon May 20, 2013 9:20 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Z-order of Widgets?
PostPosted: Sat May 19, 2012 7:24 am 
Offline

Joined: Sat Jun 12, 2010 1:51 am
Posts: 20
I have two ResizableFrames added to the same root Widget, but I want the focused one to be on top. I also have a third Widget that I always want to be behind the other ones. How do I change which order Widgets are drawn?


Top
 Profile  
 
 Post subject: Re: Z-order of Widgets?
PostPosted: Sat May 19, 2012 7:40 am 
Offline
Slick Zombie

Joined: Fri Jan 29, 2010 7:02 pm
Posts: 1171
Put your ResizableFrames into a DesktopArea - the DesktopArea will automatically reorder the widgets when the focus changes.
To get something always on top put it as sibling after DesktopArea in a Container.

_________________
TWL - The Themable Widget Library


Top
 Profile  
 
 Post subject: Re: Z-order of Widgets?
PostPosted: Sun May 20, 2012 9:50 am 
Offline

Joined: Sat Jun 12, 2010 1:51 am
Posts: 20
MatthiasM wrote:
Put your ResizableFrames into a DesktopArea - the DesktopArea will automatically reorder the widgets when the focus changes.
To get something always on top put it as sibling after DesktopArea in a Container.

Thanks! I scavenged the listener code from DesktopArea and it's working well. However, I'd also like to focus the Widgets when they become visible with setVisible(). I've tried requestKeyboardFocus(), but it doesn't do anything... >_<


Top
 Profile  
 
 Post subject: Re: Z-order of Widgets?
PostPosted: Sun May 20, 2012 7:12 pm 
Offline
Slick Zombie

Joined: Fri Jan 29, 2010 7:02 pm
Posts: 1171
You can only request focus for a widget when it's part of the GUI tree - you can use GUI.invokeLater to do it next frame.

_________________
TWL - The Themable Widget Library


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group