Re: [qooxdoo-devel] Table navigation

2010-08-12 Thread d2
Hi, Yes, you can make the table behave like on Excel. But have to write some code... David -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-navigation-tp5417052p5418832.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread thron7
> Sorry, after 35 years of coding I definitely do not ignore such 'weirdos'. Unless you don't wrap up your whole project and send it to me, all I can do is wait until the issue shows up on my side, and then try to look into it. But in any case, without getting a stack trace it will be hard to trac

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread Werner Thie
Hi Thron7 you didn't answer my most important question: Does it affect the resulting script(s) in any way? - My experience so far was that it doesn't, and you can safely ignore this message. Can't see a problem, scripts look fine ...snip... The sequence python generate.py distclean python ge

[qooxdoo-devel] Inline applications and Tab key

2010-08-12 Thread Jose Leon
Hello, Is there any way the Tab key can work on an inline application? I'm inserting qooxdoo widgets using qx.ui.root.Inline and everything works well, but I would like to make work the Tab key, but the FocusHandler seems designed to work with a single tab order per root, so it doesn't work becau

Re: [qooxdoo-devel] null != undefined is false

2010-08-12 Thread David Charbonnier
> Thats not a minor thing. I will find time to fix this sure in a couple of > days. great news :-) > I have to check the side effects of that change but it should not have too > much impact. I'm not sure but if side effects appear there may be with qx.data.controller.List and qx.ui.form.Combo

Re: [qooxdoo-devel] null != undefined is false

2010-08-12 Thread Martin Wittemann
Hey, >> Do you have a problem with that piece of code in your application of did you >> just found the pice of code looking through the single value binding? > > Yes and I need to patch qooxdoo to use it :-( Thats not a minor thing. I will find time to fix this sure in a couple of days. > Thi

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread thron7
Werner, you didn't answer my most important question: Does it affect the resulting script(s) in any way? - My experience so far was that it doesn't, and you can safely ignore this message. > Reproducible up to the point where I rebooted the machine due to some > upgrading by MS. That means you c

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread Werner Thie
Hi .. a completely NEW project .. distclean is of absolutely no help, the buildup is elsewhere Thxs, Werner On 12.08.2010 16:15, David Charbonnier wrote: Reproducible up to the point where I rebooted the machine due to some upgrading by MS. Maybe try to run a distclean and see if the probl

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread David Charbonnier
> Reproducible up to the point where I rebooted the machine due to some > upgrading by MS. > Maybe try to run a distclean and see if the problem is back -- This SF.net email is sponsored by Make an app they can't live

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread Werner Thie
Hi Reproducible up to the point where I rebooted the machine due to some upgrading by MS. Now comes the really weird stuff - at the point where the source-all job says >>> Resolving dependencies... it took the system about 120 secs and spewing around 600 dots before triggering said messag

Re: [qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread thron7
On 08/12/2010 10:54 AM, Werner Thie wrote: > Hi all > > generating a completely new project with > > python c:\qooxdoo-1.2-sdk\tool\bin\create-application.py > -n kuckstdu -t inline > > cd kuckstdu > python generate.py source-all > > manages to munch through the source-all job till done but l

Re: [qooxdoo-devel] addRowsAsMapArray - can't add empty row tosimpletable

2010-08-12 Thread Mustafa Sak
Thank you David, it was so easy, bu i could not solve it by my self. Regards Sak SAKsystems Inh. Mustafa Sak Varrelmannstr. 16 30453 Hannover Tel. +49 511 / 165 969 40 Fax +49 511 / 165 969 49 Mobil +49 163 / 312 6144 http://www.saksys.de i...@saksys.de STEUER-Nr. 2613817458

Re: [qooxdoo-devel] addRowsAsMapArray - can't add empty row to simpletable

2010-08-12 Thread David Charbonnier
Hi, http://demo.qooxdoo.org/1.2.x/apiviewer/#qx.ui.table.model.Simple~addRowsAsMapArray Parameters: mapArr : An --> array <-- containing a map for each row. Each row-map contains the column IDs as key and the cell values as value. ... => ctableM.addRowsAsMapArray([empt

Re: [qooxdoo-devel] addRowsAsMapArray - can't add empty row to simpletable

2010-08-12 Thread Mustafa Sak
Can’t nobody helps me? SAKsystems Inh. Mustafa Sak Varrelmannstr. 16 30453 Hannover Tel. +49 511 / 165 969 40 Fax +49 511 / 165 969 49 Mobil +49 163 / 312 6144 http://www.saksys.de i...@saksys.de STEUER-Nr. 2613817458 _ Von: Mustafa S

[qooxdoo-devel] trunk#23028 and SDK-1.2 exception: Scanner' object has no attribute 'inData'

2010-08-12 Thread Werner Thie
Hi all generating a completely new project with python c:\qooxdoo-1.2-sdk\tool\bin\create-application.py -n kuckstdu -t inline cd kuckstdu python generate.py source-all manages to munch through the source-all job till done but leaves me with Exception exceptions.AttributeError: "'Scanner' obj

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-12 Thread thron7
> 1 - graphical corruption on the only widget that actually seems to use > the combined image: the input field > 2 - it still loads all other graphics manually (and yes, they are all > png's) It turns out there is another issue here: Using decorators with CSS3 properties needs individual imag

Re: [qooxdoo-devel] null != undefined is false

2010-08-12 Thread David Charbonnier
Hi > Do you have a problem with that piece of code in your application of did you > just found the pice of code looking through the single value binding? Yes and I need to patch qooxdoo to use it :-( > Not in all cases. But thats even more evil! ;) > undefined = true > null != undefined //true

Re: [qooxdoo-devel] qxoo - API viewer?

2010-08-12 Thread panyasan
Hi Thomas, thron7-2 wrote: > > Your server-side code should go into a different library, and > into the normal source/class path. Then there is also no issue with the > Apiviewer. And if you want it combined, "require" the server-side classes > in a (dummy) client class (if you want in a third

Re: [qooxdoo-devel] Thank you

2010-08-12 Thread Martin Wittemann
Hey, thanks for the kind words. As thomas said, it would be a fine addition to out real life examples. It is really looking good. I especially like the way you styled the tabs on the top of the page! Regards, Martin Am 11.08.2010 um 19:15 schrieb David Charbonnier: > Hi, > I want to thank the

Re: [qooxdoo-devel] null != undefined is false

2010-08-12 Thread Martin Wittemann
Hello David, > On SingleValueBinding, you're testing data != undefined. I think thats evil : Do you have a problem with that piece of code in your application of did you just found the pice of code looking through the single value binding? > var data=null; > var test = (data != undefined) > > '