Re: [qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread mg2
Thanks alot ! This works fine. Maybe a help for other users, this code is needed to get access to the "nodeGet" Method: qx.Class.include(qx.ui.treevirtual.TreeVirtual, qx.ui.treevirtual.MNode); -- View this message in context: http://www.nabble.com/treevirtual-customdata-howto-tf4065630.html#a

[qooxdoo-devel] actual 0.7.1 sgk updated to 0.7.2?

2007-07-12 Thread Philipp Wabinski
Hi, I downloaded the new 0.7.1 sdk and wondered a little. When I made the migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any release notes for 0.7.2. Is that a problem or a normal behavior? Philipp -- View this message in context: http://www.nabble.com/actual-0.7.1-sgk

[qooxdoo-devel] actual 0.7.1 sdk updated to 0.7.2?

2007-07-12 Thread Philipp Wabinski
Hi, I downloaded the new 0.7.1 sdk and wondered a little. When I made the migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any release notes for 0.7.2. Is that a problem or a normal behavior? Philipp -- View this message in context: http://www.nabble.com/actual-0.7.1-sdk

Re: [qooxdoo-devel] Multiline labels with auto height

2007-07-12 Thread Leander Hanwald
Hi :) The problem is, as far as I know, still not solved. Last word about it was that it will be changed in Qooxdoo 0.8 when size handling will be improved a lot, including resize events. I for myself stopped the private project that would need this until 0.8 is out. Since this will happen in the

[qooxdoo-devel] Multiline labels with auto height

2007-07-12 Thread johnl
Hi, I'm looking for a way to display multiline text in a label having a variable width and auto height. I know this has been asked about before, specifically: http://www.nabble.com/Problems-with-multiline-labels-tf3502819.html#a9782641 but the solution given there doesn't work any more. If any

Re: [qooxdoo-devel] Calendar changes

2007-07-12 Thread Leander Hanwald
Hi I have the same problem here, also the result written into a textfield looks ugly: "??20?_20cldr_am??_???0cldr_am?_012???" johnl schrieb: > After upgrading to qooxdoo 0.7.1 from 0.7, my calendar button widget > looks pretty bad. I've attached an image. Does anyone know why this > would be? > >

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-12 Thread Fa. Linstep, Stefan Volbers
Hi Dietrich, thank you, I think you saved the day. Although I hesitate to believe it, after several tests, my IE6 is still alive and kicking, as long as I replace the table's images with texts (DefaultDataCellRenderer). Therefore my theory about the remote table model seems obsolete - only coin

[qooxdoo-devel] Calendar changes

2007-07-12 Thread johnl
After upgrading to qooxdoo 0.7.1 from 0.7, my calendar button widget looks pretty bad. I've attached an image. Does anyone know why this would be? David <>- This SF.net email is sponsored by DB2 Express Download DB2 Express

Re: [qooxdoo-devel] Strange display behavior when displaying menu

2007-07-12 Thread thron7
> Hi, being a newbie i hope i will be forgiven for any apparent ignorance. > That said, i have been tweaking my first app and have hit a snag. > I cant trace or explain for that matter why my menu bar is displaced > vertically. > kindly give me tow out of this mud hole :) Hi Ale! The

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-12 Thread Dietrich Streifert
What type of cellrenderer do you use? Just text cells or also images? Fa. Linstep, Stefan Volbers schrieb: Hi Dietrich, I'm getting cautious when claiming about software stability... Especially W2K's IE6 and me will never more be friends. In our qooxdoo application, the only remote table

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-12 Thread Fa. Linstep, Stefan Volbers
Hi Dietrich, I'm getting cautious when claiming about software stability... Especially W2K's IE6 and me will never more be friends. In our qooxdoo application, the only remote table under all circumstances works flawlessly, while the simple model tables are subject to the scroll bar problem in

Re: [qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread Christian Boulanger
mg2 schrieb: > Hi, > > I need to add some custom data to a branch in a treevirtual, using for > example setUserData("id", 1); > > To which object can this Method be applied ? I'm completely got stuck .. > please help. > When creating a branch it only returns the id of the brach in the datamodel, >

[qooxdoo-devel] treefullcontrol setUserData howto

2007-07-12 Thread mg2
Hi, I need to add some custom data to a branch in a treefullcontrol, using for example setUserData("id", 1); To which object can this Method be applied ? I'm completely got stuck .. please help. When creating a branch it only returns the id of the brach in the datamodel, which is an Integer. Re

[qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread mg2
Hi, I need to add some custom data to a branch in a treevirtual, using for example setUserData("id", 1); To which object can this Method be applied ? I'm completely got stuck .. please help. When creating a branch it only returns the id of the brach in the datamodel, which is an Integer. Regard