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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/No-mouse-processing-tf3939229.html#a11173020
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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