From: Patrick S. <mai...@st...> - 2005-02-21 11:52:43
|
Hi, Is it possible that the layout is a bit strange when you use the paintRaw event in one panel. When I use a glCanvas window (and set the paintRaw event) I'm unable to make something like layout := row 0 [ floatLeft $ widget glField , floatRight $ widget anotherPanel] Everyone expects that the "anotherPanel" appears on the right side of the frame. What really happened is that the glField glCanvas window is drawn on the left side of the frame and the anotherPanel (which only consists of a single button) is placed in the left upper corner too. The button is drawn over the glField. Could it be that the paintRaw event influences the behavior of the layout? Cheers Patrick |