View Single Post
  #1  
Unread 12-05-2006, 07:08 AM
thorvang thorvang is offline
A Rumbleroot Sapling
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 68
Default setting sizes, interface too slow?

i'm setting the size of one widget within a onShow event and right after that setting the size of another widget to the size of the previously set widget (next line of command in the same event).

but somehow the second widget always receives the size of the first widget prior to resizing. is this caused by the UI not responding that quick or what is it?

(edited to clarify)

it's two nested widgets. the inner one is sitting with packsize=proportional inside the outer one. i resize the outer one and want another widget set to the size of the now automatically resized inner widget. and that's what not functioning.

Last edited by thorvang : 12-05-2006 at 07:21 AM.
Reply With Quote