Re: [qooxdoo-devel] Qooxdoo and Java Applet

2012-10-01 Thread Martin Wittemann
Hey, thats not a question of how qooxdoo can help you here. Its more about how is it possible in a browser environment. The framework can't do much for you. If you need to run Java Code, you can either use an Applet or search for cross compiling to javascript. Regards, Martin Am 01.10.2012 um

Re: [qooxdoo-devel] Tree Data binding question

2012-10-01 Thread Martin Wittemann
Hey, I would suggest to use the tree controllers selection instead. It contains the model data which you need. Just use the change event of the selection array. treecontroller.getSelection().addListener("change", function() { var selectedItem = treecontroller.getSelection().getItem(0); }, this)

Re: [qooxdoo-devel] Qooxdoo and Java Applet

2012-10-01 Thread 689137
to continue the above, if there is an option to run Java code from Qooxdoo in any other way besides Applet, please let me know. Thank you! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-Java-Applet-tp7581537p7581549.html Sent from the qooxdoo mailing list archiv

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread introkun
fei wang wrote > If I want to call 'init()' after all qooxdoo UI loaded, How do I do ? Try implement method *finalize* in your Application class ( http://demo.qooxdoo.org/current/apiviewer/#qx.application.IApplication ).

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread Loren Schlomer
All of qooxdoo is fully loaded when it invokes main(). Depending on how you build up your UI from there, (adding widgets, etc...) You can invoke init() at anytime. On Mon, Oct 1, 2012 at 8:00 AM, fei wang wrote: > If I want to call 'init()' after all qooxdoo UI loaded, How do I do ? > > > On M

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread fei wang
If I want to call 'init()' after all qooxdoo UI loaded, How do I do ? On Mon, Oct 1, 2012 at 10:19 PM, introkun wrote: > fei wang wrote > > Q: I want to call the function "init()", how need I do ? > > Just call: > init(); > > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabb

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread introkun
Here is JsFiddle for you: http://jsfiddle.net/RAjzd/4/ -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-JS-Code-tp7581539p7581545.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread introkun
fei wang wrote > Q: I want to call the function "init()", how need I do ? Just call: init(); -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-JS-Code-tp7581539p7581543.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread introkun
And place your script file into source\script folder. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-JS-Code-tp7581539p7581541.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread introkun
Just include your script into source\index.html and call your functions. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-JS-Code-tp7581539p7581540.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] Qooxdoo and JS Code

2012-10-01 Thread fei wang
Hi, I want to call my js code in qooxdoo project. How to call other js function in qooxdoo ? Thanks, Wang Fei -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is w

[qooxdoo-devel] Tree Data binding question

2012-10-01 Thread Michael
Hi, I'm quite new to qooxdoo *and* Javascript and it seems I'm not getting around the method to bind the selected data of the tree to some other view (a form). I'm able to create a model out of a json data structure and bind it to the tree (and it shows up). What I want to do now is: If an item

[qooxdoo-devel] Qooxdoo and Java Applet

2012-10-01 Thread 689137
Good Day to you all, I have a Qooxdoo project where I need to call Java code from it. Is there a simple way to do that without using HTML embed? A simple hello world example without any HTML code would be great. Thank you in advance! -- View this message in context: http://qooxdoo.678.n2.nab

Re: [qooxdoo-devel] TreeVirtual and IE8

2012-10-01 Thread Martin Wittemann
Hey, congratulation on your success. Did you write a patch or did you change the code of the framework? With it having in a separate patch file, you can still use the regular qooxdoo checkout and don't have to act on framework updates. Still, thats something we could improve in the framework so y

Re: [qooxdoo-devel] Ellipses in Chrome and Qx1.4 and Qx1.6.1

2012-10-01 Thread John Spackman
Brill - thanks Daniel, I'll take a look Cheers John On 28/09/2012 15:37, "Daniel Wagner" wrote: >Something changed in Chrome 22 that messes with the Label's size >calculation. It's fixed in qx 2.0.2: > >http://bugzilla.qooxdoo.org/show_bug.cgi?id=6799 > >On 09/28/2012 04:23 PM, John Spackman wr

[qooxdoo-devel] qx.ui.basic.Image should be improved

2012-10-01 Thread sts.wbs
The qx.ui.basic.Image knows about the original image dimension in the *private* members /__width/ and /__height/. Only derived classes can access this values by calling the *protected* function /_getContentHint/. The "loaded" event is fired *too early* (the dimension is not applied so far) and only