Displaying 1 result from an estimated 1 matches for "selectuvframe".
2008 Nov 21
3
Dynamic generation of a (sub) layout
...le
gets loaded.
Below is a simplified version of what I''ve been trying to do.
At the moment the layout works fine the first time around (currently I''ve
hard-coded to load a specific file at startup, this will change later).
However when I try to open another file, the content of @selectUVFrame
disappears - nothing is displayed. I''ve inspected the children of
@selectUVFrame and they all seem to be there, except I can''t see them. If I
leave out the first line ( @selectUVFrame.each_child{|c|
@selectUVFrame.removeChild(c)}) the list of children of @selectUVFrame
grows, but...