3
votes
1answer
26 views
Trouble Getting Data from a Webservice using Qooxdoo
My capstone team has decided to use Qooxdoo as the front end for our project. We're developing apps for OpenFlow controllers using NOX, so we're using the NOX webservices framework. I'm having trouble …
1
vote
2answers
27 views
“qx.Class is undefined” when loading a qooxdoo application in source mode
When loading a qooxdoo application in source mode, I obtain the following chain of javascript errors:
qx.Class is undefined
[Break on this error] qx.Class.define("qx.lang.Object",
Object.js (ligne …
1
vote
2answers
42 views
Developing with qooxdoo using git?
Hi, i'm developing a little project with qooxdoo and want to share the source with some friends. should i just check in the whole project folder?
2
votes
1answer
23 views
Qooxdoo form elements and getSelection()
Here's my code:
var sb = new qx.ui.form.SelectBox();
sb.add( new qx.ui.form.ListItem("English") );
sb.add( new qx.ui.form.ListItem("Nederlands") );
sb.add( new qx.ui.form.ListItem("Deutsch") );
…
1
vote
1answer
39 views
How to set Border/Background on CanvasLayout based Custom Widget in Qooxdoo?
Hi,
I'm new to Qooxdoo (i'm using version 0.7.4, because I'm using Eclipse RAP) and I'm try to create a Custom Widget based on CanvasLayout class, that composites another Widgets. Here little peace …
0
votes
1answer
15 views
[qooxdoo devel] when trying to use PartLoader getting error “arguments.callee.base.call is not a function”
hello
im trying to develop an standalone application with qooxdoo. i want to load each part
of GUI with PartLoader. i just want to load big group boxes when the user select the related menu item from …
3
votes
2answers
69 views
Running a qooxdoo Source Version from a Web Server
I'm trying to run the source version of my qooxdoo application from a web server. The application works fine when loaded from the file system but fails to load, when started from a web server.
2
votes
1answer
51 views
testing source application in qooxdoo
I began to use Qooxdoo the last month so i've got very little experience in its usage. I need to create a test application like the testrunner on the Qooxdoo website, but i need to do tests inside my …
3
votes
3answers
113 views
Is qooxdoo a good choice for this use case?
I would like to take a simple web page, and allow non-technie administrators to modify content simply by logging in, browsing to the page that is to be changed, and clicking on text to change things, …
1
vote
1answer
38 views
How to disable the browser context menu in qooxdoo?
Is it possible to disable the context menu in qooxdoo?
3
votes
1answer
61 views
Table decoration in Qooxdoo
Hi All,
Is it possible to set the background color of one Row in a Table? I need to highlight a row when a condition applies. Something to the effect of < tr font="...">...< /tr> where I can …
3
votes
2answers
67 views
Challenges in remotely running big RIA application
I have a big rich-internet-application file (qooxdoo,js,html). The users use their browser to point to the web server and run it. The problem is that it takes a long time for the users to load the …
1
vote
1answer
42 views
where’s the code for Calculator showcase?
Hi,
Where can I see the code for the calculator? I mean the one with fancy background? By the way, it looks very nice!!
In general, I could not find enough material for custom-made decoration, by …
1
vote
1answer
34 views
is it possible to set up drag/drop tabview tabs in qooxdoo?
I would like to allow re-ordering of tabs in a tabview, preferrably using drag and drop of the tab buttons. The example drag/drop code for lists, modified for tabs simply doesn't work (the dragstart …
2
votes
1answer
38 views
parameter passing to a standalone qooxdoo application
Hi,
How can I pass parameters to a stand alone qooxdoo applicatoin?
Thanks in advance :)
update:
I was thinking of passing URL parameters; something like GET/POST params when an html FORM is …
