[qooxdoo-devel] Inheritance for decorators

2011-09-27 Thread Andrew Goldberg
I've tried using the "includes" option in a decorator (as in the online docs), but it does not seem to work properly---I can use the "child"-decorator, but it looks just like the "parent"-decorator. The customizations in the child do not seem to get applied. Is there anything subtle that I may b

Re: [qooxdoo-devel] PHP RPC

2011-09-27 Thread Derrell Lipman
On Tue, Sep 27, 2011 at 19:52, ksadil wrote: > OK, so I just: > (1) removed the cross domain setting from my application > (2) used "generate.py build" > (3) copy build dir contents to my web server ("/var/www/timesheet" since I > am creating a timesheet application) > (4) used my web browser to

Re: [qooxdoo-devel] PHP RPC

2011-09-27 Thread ksadil
OK, so I just: (1) removed the cross domain setting from my application (2) used "generate.py build" (3) copy build dir contents to my web server ("/var/www/timesheet" since I am creating a timesheet application) (4) used my web browser to point to "http://127.0.0.1/timesheet/index.html"; and it w

Re: [qooxdoo-devel] PHP RPC

2011-09-27 Thread Derrell Lipman
On Tue, Sep 27, 2011 at 18:07, ksadil wrote: > By setting: > > rpc.setCrossDomain(true); > > The async portion of the code successfully communicates with the rpc > server, > the sync protion does not work. This is consistent with the example > application (tick "Cross Domain") and only Async retu

Re: [qooxdoo-devel] PHP RPC

2011-09-27 Thread Derrell Lipman
On Tue, Sep 27, 2011 at 16:58, ksadil wrote: > I have got the example rpc project working with apache and php. Using the > "Echo Test" and the following parameters: > > http://127.0.0.1/services/index.php > qooxdoo.dbservrpc > echo > Hello > > I get the expected response and everything works swee

Re: [qooxdoo-devel] PHP RPC

2011-09-27 Thread ksadil
By setting: rpc.setCrossDomain(true); The async portion of the code successfully communicates with the rpc server, the sync protion does not work. This is consistent with the example application (tick "Cross Domain") and only Async returns the correct result. So why do I need to set CrossDomain

[qooxdoo-devel] PHP RPC

2011-09-27 Thread ksadil
I have got the example rpc project working with apache and php. Using the "Echo Test" and the following parameters: http://127.0.0.1/services/index.php qooxdoo.dbservrpc echo Hello I get the expected response and everything works sweetly. When I try t use my own client, with code: var rpc =

Re: [qooxdoo-devel] RpcPython

2011-09-27 Thread ksadil
Thanks for all the replies. The back end requirements for my projects are very minimal so a standalone server in a known language would have been ideal. At this point I want to stay with familiar systems rather than learn a whole lot of new stuff, so I will pass on django, cherrypy, etc. I have in

Re: [qooxdoo-devel] RpcPython

2011-09-27 Thread arsousa
Hi, I use Django framework in server side and use rpc4django for JSON-RPC and it works perfectly. Take a look: http://davidfischer.name/rpc4django/ Cheers, Ana Rita -- View this message in context: http://qooxdoo.678.n2.nabble.com/RpcPython-tp6834736p6836901.html Sent from the qooxdoo mailing

[qooxdoo-devel] Tabview page icon

2011-09-27 Thread Benjamin Dreux
Hi I was reading the Page api when i noticied that there are no event "changeIcon". The icon property is a ownProperty of the Page, so it should not be too hard to make the change. Does any one think the same way ?? Regards -- Benjamin Dreux Analyste-Programmeur Chaire de logiciel libre-Finan

Re: [qooxdoo-devel] Getting the Index of qx.ui.form.ListItem

2011-09-27 Thread Tobi Oetiker
your model can have whatever properties you desire ... just add them to the model and the query with getMyProp() instead of getLabel() cheers tobi -- Tobi Oetiker live from the iPhone OETIKER+PARTNER AG On 27.09.2011, at 14:27, Thomas Bückemeyer wrote: > Hi all, > > I'm looking for a possibl

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread John Spackman
>We have similar projects, and there it is just changing one line in an >Ant file. But I still have to go and change the build scripts, and hand edit any applications which are manually compiled, right? And then test and check for typos or other minor errors which crop up as a result? >What I fi

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread thron7
On 09/27/2011 02:01 PM, Derrell Lipman wrote: On Tue, Sep 27, 2011 at 07:52, thron7 > wrote: What I find more interesting here is your interest in the old, every-file-from-its-file-location semantics. Why is that attractive to you? Why wouldn't

[qooxdoo-devel] Getting the Index of qx.ui.form.ListItem

2011-09-27 Thread Thomas Bückemeyer
Hi all, I'm looking for a possiblity for getting the Index of a selected Item of a Selectbox, something like selectBox.getSelection()[0].getLabel(), but I want not the label. I want something like selectBox.getSelection()[0].getIndex(). In Ver 0.8x there was the function .getValue(). In htt

Re: [qooxdoo-devel] RpcPython

2011-09-27 Thread thron7
On 09/27/2011 10:47 AM, panyasan wrote: > Hi, the RpcPython contrib is unmaintained, and there is little promise in > updating it. A better idea is toto take a third-party functional JSON-RPC > 2.0 server written in python with the current qooxdoo jsonrpc 2.0 client. I > don't know which one this

Re: [qooxdoo-devel] RpcPython

2011-09-27 Thread Daniel Woste
Hi Kim, I'm using the following JsonRpcStore example and changed some little things. But the original one is a good and working(!) starting point: http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/VirtualData/trunk/source/class/virtualdata/store/JsonRpc.js?vie

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread Derrell Lipman
On Tue, Sep 27, 2011 at 07:52, thron7 wrote: > What I find more interesting here is your interest in the old, > every-file-from-its-file-location semantics. Why is that attractive to > you? Why wouldn't you just have a hybrid symantics for the source build > and just get on with it? The reason

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread thron7
On 09/27/2011 11:42 AM, John Spackman wrote: > Hi, > > So as I understand it, if we want to continue to use the old "source" > job we will have to edit our config.json to add "source-each" to the > exports and change any scripts or code that run generate.py to now > call "source-each"? That's

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread thron7
> The second big issue I had was that "generate.py source-each" wouldn't > work > because my config.json didn't know about it. I had to manually add > "source-each" to the export list before it could be used. Yeah, that's a good one. I forgot to mention this in the blog

Re: [qooxdoo-devel] Replacement for setChecked in qx.ui.form.CheckBox

2011-09-27 Thread Martin Wittemann
Hey, > But in the qx.ui.form.List the "getValue()" is renamed to > "getSelection()". I wonder why. thats not quite true. The whole value stuff in the list was designed with the HTML form stuff in mind. As qooxdoo is so far away from HTML, we decided to use another approach to the whole thing

Re: [qooxdoo-devel] Poll: Generator "source" jobs (promotion of "source-hybrid" to "source")

2011-09-27 Thread John Spackman
Hi, So as I understand it, if we want to continue to use the old "source" job we will have to edit our config.json to add "source-each" to the exports and change any scripts or code that run generate.py to now call "source-each"? And trying to use the the "source-hybrid" job will cause an error?

Re: [qooxdoo-devel] Replacement for setChecked in qx.ui.form.CheckBox

2011-09-27 Thread Thomas Bückemeyer
Thanks four your answer - it works. But in the qx.ui.form.List the "getValue()" is renamed to "getSelection()". I wonder why. Regards Thomas Am 26.09.2011 14:30, schrieb Martin Wittemann: > Hey, >> I'am looking for a replacement for the function "setChecked" in the >> actual Version 1.5 of t

Re: [qooxdoo-devel] RpcPython

2011-09-27 Thread panyasan
Hi, the RpcPython contrib is unmaintained, and there is little promise in updating it. A better idea is toto take a third-party functional JSON-RPC 2.0 server written in python with the current qooxdoo jsonrpc 2.0 client. I don't know which one this would be since I don't use python currently, but

[qooxdoo-devel] Problem with qx.ui.form.ListItem while migrating from 0.8.2 to 1.5

2011-09-27 Thread Thomas Bückemeyer
Hi all, during migrating a running application from version 0.8.2 to 1.5 I have trouble with a qx.ui.form.ListItem. I make a .setSelection([]), an i got the error --- Could not select qx.ui.form.ListItem[ja], because it is not a child element! --- is the numeric value "1" I have found http: