This is the well known font-size issue. Try to set the lineHeight and 
fontSize using setStyleProperty to 0. This should help. Maybe we should 
add some automatic handling of this to our new layouter. But also the 
question would be how this would cooperate with the font property of 
QxWidget.

Sebastian



Christian Boulanger schrieb:
> Hello,
> 
> As I just realised, there is a problem with my code in MSIE ( I am 
> running 7.053 ). MSIE doesn't seem to correctly execute 
> "this.getSetter()(value)", i.e., this.getSetter() returns a function on 
> which the argument value is applied. I changed the code so now the 
> sample addressbook works in IE7:
> 
> http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/addressbook.php
> 
> However, if I create a QxHorizontalLayout with height=1 like so:
> 
> var qx_1 = markerLine = new QxHorizontalBoxLayout();
> qx_1.set({top:10,left:10,height:1,width:100,visibility:true,backgroundColor:0});
> window.application.add(qx_1);
> 
> the widget is at least 16px high, not 1px. It works fine in Firefox. I 
> created a bug in bugzilla with a screenshot.
> 
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=97
> 
> The bug so far prevents the chooser widget from being useable in IE 7... 
> ;-(
> 
> Can someone test if this is the case in IE 6?
> 
> http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/chooser.php
> 
> Thanks,
> 
> Christian
> 
> 
> Christian Boulanger schrieb:
>> Adreas thanks for your nice words. BTW, I have put the demo application 
>> used in the example online:
>>
>> http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/addressbook.php
>>
>> And another demo, demonstrating the drag & drop support of the data 
>> manager extensions:
>>
>> http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/chooser.php
>>
>> Cheers,
>>
>> Christian
>>
>> Andreas Ecker schrieb:
>>   
>>> Hi, Christian,
>>>
>>> could look at your contribution just briefly, but wanted to say 
>>> Thanks!  for this fine addition to qooxdoo (as well as your recent 
>>> contributions to the documentation section). Kinda role model for 
>>> other qooxdoo members, maybe?  ;-)
>>>
>>> Keep up the good work,
>>>
>>> Andreas
>>>
>>>
>>> Christian Boulanger wrote:
>>>     
>>>> Hello,
>>>>
>>>> I put a new tutorial on the qooxdoo site which shows the usage of PHP 
>>>> QxBuilder and the form support called "qooxdoo Data Manager 
>>>> Extensions". Both scripts support qooxdoo 0.5.x and its "free-ria" fork:
>>>>
>>>> http://qooxdoo.org/documentation/developer/phpqxbuilder_and_data_manager_extensions
>>>>  
>>>>
>>>>
>>>> Maybe you find the code and the tutorial useful.
>>>>       
>>
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>   
> 
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to