Re: [qooxdoo-devel] IE 6 element.offsetParent

2008-11-28 Thread Jim Hunter
Does the selectbox have any items in it? There is a bug in IE where selectboxes that are empty have a negative height and IE can't handle it. This could be a related bug. For selectboxes that are empty, I simply add one item with a space as the label. It's not elegant but it works in giving the sel

Re: [qooxdoo-devel] IE 6 element.offsetParent

2008-11-28 Thread CSBrown
Hi Christian, It's a bit tricky to send a code snippet as there are many classes involved. I'll try to describe the widget hierarchy and what is happenning. The full widget hierarchy is (I've listed layout types, widgets are all Composite unless specific widget type listed) Application Root

[qooxdoo-devel] auto column width

2008-11-28 Thread Tobias Oetiker
Is there a way to have to qooxdoo 0.7 table widget automatically figure out the initial column width so that it adapts to the content shown ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 775 9902 / sb: -990

Re: [qooxdoo-devel] Managing resources using resourceUri

2008-11-28 Thread thron7
> If I write #asset(qx/icon/${qx.icontheme}/16/actions/dialog-ok.png), > it says qx.icontheme is undefined whereas I was hoping that it takes > some default value (as Modern). > This has been fixed in trunk. You can add a "themes" key to your config which can provide a value for "qx.iconth

Re: [qooxdoo-devel] Managing resources using resourceUri

2008-11-28 Thread Amit Rana
Hi, thron7 wrote: > Hi Amit, > > > >> In my custom.js file, there are the following lines for my custom >> resources and the qx resources : >> >> /qxlibraries["qx"]={"resourceUri":"../js/qooxdoo-0.8/framework/source/resource"}; >> >> >> qxlibraries["custom"]={"resourceUri":"../source/resourc

Re: [qooxdoo-devel] IE 6 element.offsetParent

2008-11-28 Thread Christian Schmidt
Hi Chris, thank you for your info! Could you explain what are you doing to get the exception or send me a code sipped? It is interesting for us to know what happens, perhaps there is going more wrong in the DOM layer. Thank you for your help! Chris CSBrown schrieb: > I'm using Qooxdoo 0.8 an