Re: [qooxdoo-devel] Compile order

2011-07-22 Thread thron7
I think I get what you're up against. Of course I'm not in your shoes, but I wouldn't be so shy if I were. This is an almost mechanical refactoring. What will you do when you have real tough refac's to do, that involve conceptual/architectural changes?! You wrote you just migrated your app to qooxd

Re: [qooxdoo-devel] Procedure for running nightly qooxdoo tests?

2011-07-22 Thread Derrell Lipman
Thanks, Daniel. I'll look into batserver/batbuild.py and testrunner.view.Reporter to see whether I can make use of them. I'm currently more concerned with the unit tests than with GUI testing, so these seem the important parts at the moment. Cheers, Derrell On Fri, Jul 22, 2011 at 12:14, Daniel

[qooxdoo-devel] Hi from eyeOS

2011-07-22 Thread Seldaiendil D. Flourite
Hi All once more time! I asked some questions until now, but I did not introduce myself as a eyeOS developer because I thought you didn't know us, but my boss, Jose Carlos Norte; told me he used to talk to you past year when he was developing eyeOS. So let me introduce, I am Seldaiendil (you can

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread Seldaiendil D. Flourite
Yeah, I know I can tell it to load between qooxdoo and my app, thats why I want it to load as the first file from myapp. I cant convert it to a static class because the developer than creates basefile.js used the base namespace as class, I mean the source is like: var myapp = { init: function()

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread thron7
On 07/22/2011 05:57 PM, Seldaiendil D. Flourite wrote: > Hi Tino, > > Thanks for your answer, you are right, basefile is not a class, I > tryed using add-script, but it adds code to load it at runtime and I > need this file to execute exactly between Qooxdoo code and MyApp code. Yes, 'add-scri

Re: [qooxdoo-devel] [qcl-php] snapshot "release" 0.2

2011-07-22 Thread panyasan
Network Informatique wrote: > > > Unfortunately, I'm still unable to make the access demo (from trunk) > work on my dev plateform (qooxdoo 1.4.1 sdk). > > I had to comment the JSON RPC-SERVER manifest lines into the config.json > file to be able to compile. > > Now the demo is generated but

Re: [qooxdoo-devel] Problem setting sourceUri for default application

2011-07-22 Thread thron7
On 07/22/2011 05:22 PM, John Spackman wrote: Hi, I need to change the sourceUri for the current application but can't get it to work; in my app's config.json I've tried setting: jobs/source/compile-options/uris/script jobs/source/compile-options/uris/source jobs/source/compile-options/uris/

Re: [qooxdoo-devel] Procedure for running nightly qooxdoo tests?

2011-07-22 Thread Daniel Wagner
Hi Derrell, we use a home-grown testing and reporting infrastructure for our nightly tests. One of the central parts is tool/admin/app/batserver/batbuild.py, which is used to build the framework applications. Following that, another Python script launches Selenium tests for the various applica

Re: [qooxdoo-devel] [qcl-php] snapshot "release" 0.2

2011-07-22 Thread Systèmes
Le 22/07/2011 14:58, panyasan a écrit : > Hi, just a quick note that I created a snapshot "release" based on a previous > revision for people that use the qcl php backend (if there are any). If you > have updated the trunk in recent weeks, it probably broke your app (Nobody > complained, so I think

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread Seldaiendil D. Flourite
Hi Thron, Yeah, I know the better way to do it is using a qooxdoo class, but I just landed on this project and almost all code uses functions implemented on basefile.js and now it's too late to change it. The #asset seems to be exactly what I was looking for, but right now I let this apart and co

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread Seldaiendil D. Flourite
Hi Tino, Thanks for your answer, you are right, basefile is not a class, I tryed using add-script, but it adds code to load it at runtime and I need this file to execute exactly between Qooxdoo code and MyApp code. --- Seldaiendil 2011/7/22 Tino Butz > Hi, > > I guess the basefile.js is not a

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread thron7
On 07/22/2011 03:36 PM, Seldaiendil D. Flourite wrote: Hi again, I'm trying to compile my app with qooxdoo's generate.py. My app has a Manifest.json and the skeleton and compiles ok, but my app has a "base file" than contains common functions and utils without a qooxdoo class, so I need thi

Re: [qooxdoo-devel] Compile order

2011-07-22 Thread Tino Butz
Hi, I guess the basefile.js is not a qooxdoo class right? You can include it by adding the following key to an exisiting job: add-script e.g. "build-script" : { "add-script" : [ { "uri" : "resource/qx/mobile/js/iscroll.js" } ] ... http://manual

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-22 Thread Martin Wittemann
Hey, I meant the manual documentation. I found it on first read not completely clear. It might be that it is because I read the manual a long time ago and now only revisited the part about data binding, but I got the feeling that the way all the concepts work together (store, controller, marshal,

[qooxdoo-devel] Problem setting sourceUri for default application

2011-07-22 Thread John Spackman
Hi, I need to change the sourceUri for the current application but can't get it to work; in my app's config.json I've tried setting: jobs/source/compile-options/uris/script jobs/source/compile-options/uris/source jobs/source/compile-options/uris/sourceUri But it doesn't work ­ what am I doing wr

Re: [qooxdoo-devel] Few questions - how to build samples, compiling in browser, etc.

2011-07-22 Thread thron7
On 07/22/2011 03:27 PM, Doug Holton wrote: > Forgive these beginner questions, esp. the first. > > I checked out the source from github - how do you build qooxdoo and > the sample applications. Which repository did you use? > > Whenever I run ./generate.py source or so forth, it always gives a

Re: [qooxdoo-devel] Questions about Terminating application.Standalone

2011-07-22 Thread Tino Butz
Hi, You don't have to call the method manually. Qooxdoo is doing this automatically on the onload of the page. Tino Am 22.07.2011 um 16:49 schrieb Simon White: Hi Alexander Thank-you for your comments. So if I want a shutdown button on my application then all it needs to do is cause the bro

Re: [qooxdoo-devel] Simple Link?

2011-07-22 Thread Tino Butz
Hi, There is no simple link widget. But you can extend from an atom and style it like that (just alter it to your needs). "link-atom" : { include : "atom", alias : "atom", style : function(states) { return { textColor : states.disabled ? "

[qooxdoo-devel] Procedure for running nightly qooxdoo tests?

2011-07-22 Thread Derrell Lipman
I believe that there are automated tests run on qooxdoo every night, yes? What setup do you use to run those and to retrieve the results? I'd like to have automated tests run on my group's application, with results emailed to the group mailing list following each nightly run of the tests. If such a

Re: [qooxdoo-devel] Questions about Terminating application.Standalone

2011-07-22 Thread Simon White
Hi Alexander Thank-you for your comments. So if I want a shutdown button on my application then all it needs to do is cause the browser to navigate to another web-page. Is there any harm in calling the qx.core.ObjectRegistry~shutdown() method from a button? I had tried it and always got the f

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-22 Thread omrihar
Small update: after having used data binding for a few hours I already love it! I'm already embarrassed not to have used it till now - it really saves A LOT of coding. And a small question - is there a way to delay the synchronization of the model data between a tree controller and a form control

[qooxdoo-devel] Simple Link?

2011-07-22 Thread Andrew Manson
Hi All, Simple question... Is there any simple way to create a "link" in QooXdoo? I just really want a hello there where the "onclick" event is something in a qooxdoo class. It can be calling something in a singleton class, I dont really mind about contexts here. I just wanted to know if there

[qooxdoo-devel] qx.ui.table.Table loose icons when created via qx.ui.core.Widget#_createChildControlImpl

2011-07-22 Thread Gian Marco Gherardi
Hi, as i've said in previous threads, i'm new to qx, so sorry if i'm reporting problems that are of obvious solution. I'm trying to create a custom qx.ui.core.Widget that contain a qx.ui.table.Table. Following the tutorials & docs, i use _createChildControlImpl method to create table in widget, bu

[qooxdoo-devel] Compile order

2011-07-22 Thread Seldaiendil D. Flourite
Hi again, I'm trying to compile my app with qooxdoo's generate.py. My app has a Manifest.json and the skeleton and compiles ok, but my app has a "base file" than contains common functions and utils without a qooxdoo class, so I need this class to be compiled at the top of my application files I me

[qooxdoo-devel] Few questions - how to build samples, compiling in browser, etc.

2011-07-22 Thread Doug Holton
Forgive these beginner questions, esp. the first. I checked out the source from github - how do you build qooxdoo and the sample applications. Whenever I run ./generate.py source or so forth, it always gives an error: No such file or directory: /resource Whether I'm running it in a sample app

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread Derrell Lipman
On Fri, Jul 22, 2011 at 08:12, Gian Marco Gherardi < gianmarco.ghera...@gmail.com> wrote: > This is a really good news! > Also, given that you enhanced qx.io.remote.Rpc just a few weeks ago, > am i wrong considering qx.io.remote.Rpc a deprecated implementation? qx.io.remote.Rpc has not been mark

[qooxdoo-devel] [qcl-php] snapshot "release" 0.2

2011-07-22 Thread panyasan
Hi, just a quick note that I created a snapshot "release" based on a previous revision for people that use the qcl php backend (if there are any). If you have updated the trunk in recent weeks, it probably broke your app (Nobody complained, so I think nobody uses the trunk). I just discovered yeste

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-22 Thread omrihar
Hi Martin, I meant the manual documentation. I found it on first read not completely clear. It might be that it is because I read the manual a long time ago and now only revisited the part about data binding, but I got the feeling that the way all the concepts work together (store, controller, mar

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread Gian Marco Gherardi
This is a really good news! Also, given that you enhanced qx.io.remote.Rpc just a few weeks ago, am i wrong considering qx.io.remote.Rpc a deprecated implementation? Gian Marco Gherardi http://gianmarco.gherardi.me On Fri, Jul 22, 2011 at 1:25 PM, Derrell Lipman wrote: > On Fri, Jul 22, 2011 a

Re: [qooxdoo-devel] multiline table header cells

2011-07-22 Thread alexandr
Hi, A also want to use multiline cells in table header, but I can't understand how to do that... Links to examples of MultiLineDefault.js and MultilineHeaderCell.js do not work. Can everybody provide me with working exampleas, please? :) Or... maybe in qooxdoo 1.5 there is feature to do this wit

Re: [qooxdoo-devel] bind to selection change of VirtualTree

2011-07-22 Thread Christian Hagendorn
Hi Jenny, the apply method from your defined property is only called when the property changes and not when the array content changes. The solution for your problem depends on your use case. When you only need a single selection you can bind the array content with your property: tree.bind("sele

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread Derrell Lipman
On Fri, Jul 22, 2011 at 04:47, Gian Marco Gherardi < gianmarco.ghera...@gmail.com> wrote: > - i know that remote.Rpc is *almost* a standard JSON-RPC > implementation, but i'm scared for the *almost* > A few weeks ago, I implemented JSON-RPC Version 2 conformity in qx.io.remote.Rpc. For backward

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-22 Thread Martin Wittemann
Hello Omri, > I think that in general I like the idea that you can bind any property from > one object to a different object - it seems to allow a lot of flexibility. I > think I will be able to give more feedback in a few days after I wrote some > more code using the data binding. Thats goot to h

Re: [qooxdoo-devel] compiling qooxdoo

2011-07-22 Thread linucos
hi, As a new one of qx, i know what some one really want with this topic. Some time , we want to use qx like "jquery.js" although some time the qx's toolchain is so useful. I give a expmple : 1. cd qooxdoo-1.5-sdk/framework/ 2. vi config.json 3. uncomment "build-all" like : "export": [

[qooxdoo-devel] bind to selection change of VirtualTree

2011-07-22 Thread Jenni Fer
Dear qooxdoo users, I would like to react to changes in the selection of a qx.ui.tree.VirtualTree by binding the tree's selection property to another property of another class: tree.bind("selection",this,"selection"); Unfortunately this.applySelection() is never called when I select different

Re: [qooxdoo-devel] File Upload?

2011-07-22 Thread Andrew Manson
I found that it was easier to just use a third party lib http://valums.com/ajax-upload/ It works really well and its not too hard to integrate into qooxdoo Cheers, - Andrew - Andrew Manson Graticule Cloud Applications

[qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
all, hi. recently, i do some research in qooxdoo. qooxdoo is very very great. i think we can do lots of things on it! so, here is my problem : 1. use a tabView which added to application.rootWidget 2. use a desktop which added to tabView.page 3. desktop.addListener("contextmenu", functi

[qooxdoo-devel] remote.Rpc vs. Xhr for JSON-RPC calls

2011-07-22 Thread omrihar
Hi all, I have recently come across a thread regarding the use of Xhr for JSON-RPC communications and was wondering, in lieu of the new Xhr communications stack, what is the recommended way for new applications which use JSON-RPC calls to communicate with the server? Should we still use the "old"

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread omrihar
Thanks for the quick reply :) Maybe we should start a thread asking the qooxdoo professionals about their opinion regarding Xhr/remote.Rpc. Best, Omri -- View this message in context: http://qooxdoo.678.n2.nabble.com/Using-qx-io-request-Xhr-for-JSON-encoded-request-response-tp6605640p6609893.ht

Re: [qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
all, hi. recently, i do some research in qooxdoo. qooxdoo is very very great. i think we can do lots of things on it! so, here is my problem : 1. use a tabView which added to application.rootWidget 2. use a desktop which added to tabView.page 3. desktop.addListener("contextmenu", fu

Re: [qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread thron7
your original post seems to be stuck. can you repost it?! t. On 07/22/2011 11:01 AM, linucos wrote: > anyone ? > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/contextmenu-event-and-popup-problem-tp6609712p6609795.html > Sent from the qooxdoo mailing list archive at Nabb

Re: [qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
anyone ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/contextmenu-event-and-popup-problem-tp6609712p6609795.html Sent from the qooxdoo mailing list archive at Nabble.com. -- 10 Tips for Better Web Se

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread Gian Marco Gherardi
Hi Omri, I'm an experienced ExtJS developer, but i'm now evaluating Qx for a new project. In ExtJS there's a custom transport layer that is very similar in spirit to remote.Rpc, so remote.Rpc seems a really good fit for me. However there are some reasons that make me digging into qx.io.request.Xhr

Re: [qooxdoo-devel] Using qx.io.request.Xhr for JSON encoded request/response

2011-07-22 Thread omrihar
Hi Gian Marco, I'm developing an application which relies heavily on JSON-RPC requests to the server and noticed your thread regarding the new Xhr layer. I was wondering - why do you prefer to use this over the older remote.Rpc? What are the advantages to this approach? Thanks, Omri -- View thi

Re: [qooxdoo-devel] RpcExample and RpcJava, How make it working?

2011-07-22 Thread Simone Pandolfo
Great News John, At the moment I'm trying to make a thread and manage the event with the changeProperty but in some point the class lost the bind of the property (probably my fault). Soon as possible i try your async implementation, thanks for your support Sp Il giorno gio, 21/07/2011 alle 12.0

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-22 Thread omrihar
Thanks Martin! I think that in general I like the idea that you can bind any property from one object to a different object - it seems to allow a lot of flexibility. I think I will be able to give more feedback in a few days after I wrote some more code using the data binding. I do have a commen