Displaying 1 result from an estimated 1 matches for "generateuvselectors".
2008 Nov 21
3
Dynamic generation of a (sub) layout
...see the new ones (and the layout get''s corrupted,
too).
I seem to miss some basic understanding here and couldn''t find any hint of
what I''m doing wrong.
Thanks for any help,
Armin
@selectUVFrame is of type FXVerticalFrame and is itself a child of another
frame.
def generateUVSelectors
@selectUVFrame.each_child{|c| @selectUVFrame.removeChild(c)}
FXButton.new(@selectUVFrame, "&Clear All", nil, nil,
0,).connect(SEL_COMMAND){
@selectedUVs.each{|cb| cb.setCheck(false)}
drawScene
}
FXButton.new(@selectUVFrame, "&Set All", nil, nil, 0).connect(SE...