BoxLayout have no widget and height by default. If you don't specify 
dimensions the buttons are shown but they are in the visible overflown 
section of the boxLayout. If you also set the overflow to hidden you may 
  see that the buttons are hidden.

Finally, again. Send us an example. Then I will have a look.

Sebastian


dperez schrieb:
> Auto-sizing do work with BoxLayout!
> It's not a matter of sizing, but of Z-order.
> If the buttons are shown (i.e. on top of another BoxLayout without explicit
> location), why do I have to increase the Z-Order, in order to be able to
> process the mouse?
> 
> 
> Sebastian Werner wrote:
>> Please send us an examples. Otherwise this information is quite useless. 
>> Generally box layouts need dimensions. There is no automatic 
>> auto-sizing. Not in 0.6 and not in 0.7.
>>
>> Sebastian
>>
>>
>> dperez schrieb:
>>> Hi,
>>>
>>> This is another problem I have migrating from 0.6.6 to 0.7
>>>
>>> I have a HorizontalBoxLayout with buttons inside.
>>> If I do this:
>>>   buttonBox.setLocation(10, 30);
>>>   buttonBox.addToDocument();
>>>
>>> then the buttons are shown, but don't react to the mouse: 
>>> - no tooltip is shown, 
>>> - no highlighting when over the cursor
>>> - no reaction when clicked
>>>
>>> If I add the same box to main one (with all the other widgets), then it
>>> works ok.
>>>
>>> In the 1st case, the button box overlaps with the main box.  Could it be
>>> the
>>> problem?
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> qooxdoo-devel mailing list
>> qooxdoo-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to