Questions tagged [qooxdoo]

qooxdoo is a versatile JavaScript framework to create applications for a wide range of platforms.

qooxdoo is a universal JavaScript framework that enables you to create applications for a wide range of platforms. With its object-oriented programming model you build rich, interactive applications (RIAs), native-like apps for mobile devices, traditional web applications or even applications to run outside the browser.

It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit, an advanced client-server communication layer and support for internationalization. It is open source under the MIT license.

All questions specific to the qooxdoo framework should have the "qooxdoo" tag. Related tags that cover more general topics include "javascript", "xhr", "rpc" and "json".

Important information relating to qooxdoo include:

520 questions
0
votes
1 answer

Qooxdoo xhr.js cannot be located

The current project i am working on consists of 2 parts. 1 part is a qooxdoo app. And the other is a html file that will be rendered in the browser widget of qooxdoo. I recently had to make some changes to the second part (not touching…
AndyM
  • 31
  • 1
  • 4
0
votes
2 answers

Qooxdoo ComboBox Label Function

I'm using Qooxdoo 2.0 ComboBox and SelectBox component. I'm looking for a solution to programmatically define the label of each combo entry. Something similar to the labelFunction or labelField properties in the Flex ComboBox *(or spark…
Panciz
  • 2,183
  • 2
  • 30
  • 54
0
votes
1 answer

problems configuring qooxdoo Inspector component

I am trying to configure the Inspector component as per instructions here: http://manual.qooxdoo.org/current/pages/application/inspector_selenium.html#pages-application-inspector-selenium-using-the-qooxdoo-inspector-to-write-selenium-tests I am…
yorick456
  • 109
  • 1
  • 6
0
votes
2 answers

Qooxdoo - Mobile Map covers toolbar

Hi I was using the mobile map demo here: http://demo.qooxdoo.org/devel/mobileshowcase/index.html#%2Fmaps and I was trying to add a toolbar at the bottom of the map page. It works, but then the map quickly covers it up. After looking at the DOM it…
Jonathan
  • 894
  • 2
  • 9
  • 20
0
votes
1 answer

I'm getting [Errno 13] Permission denied after adding some git submodules to the project (in qooxdoo)

The error happens when I try to compile my qooxdoo application: generate.py source ---------------------------------------------------------------------------- Executing: source::source-script …
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
1 answer

Qooxdoo, set appearance for required textfield

I want to add some specific style for required fields, but I wantto have only one appearance id. Something like states MyAppareance: { style:function () { if (required) { // add some special styling } } } I can…
Peter
  • 904
  • 1
  • 13
  • 26
0
votes
1 answer

qooxdoo remote request doesn't complete

I have simple application and i need to get data from MySQL. I read that i can do it using script on server in *.php file and all i need to do is just run this file from my qooxdoo application and get printed data. Here is piece of…
Blood
  • 4,126
  • 3
  • 27
  • 37
0
votes
1 answer

Add GET parameters to q.io.xhr

In jQuery i can append GET parameters by specifying argument data: // sends request to http://example.com?foo=bar&hello=world $.ajax({ url: 'http://example.com', method: 'get', data: {foo: 'bar', hello: 'world'} }) However I can't see…
Vladimir Lagunov
  • 1,895
  • 15
  • 15
0
votes
1 answer

Redispatching normalized mouse scroll events

I'm a flex dev, and I need to make the scrolling experience in my flex app more uniform across browsers. Flex scrolling relies on the delta property of mouse scroll events, which we all know is different across browsers. After reading another…
catrapture
  • 1,916
  • 6
  • 20
  • 22
0
votes
2 answers

Qooxdoo and JS-Ctypes generating source

I am using JS-Ctypes in my Qooxdoo project. When I try to generate source, I am given the following error: Scanning libraries -Unknown operator u'import This error is risen when using the following…
Dark Templar
  • 1,175
  • 13
  • 27
0
votes
2 answers

Qooxdoo - Theme to use is not available

I have an qx v2.0.1 app working off the local file system and it runs fine in Firefox v14, but in Chrome v18 it gives me this error: Uncaught Error: The theme to use is not available:…
Jonathan
  • 894
  • 2
  • 9
  • 20
0
votes
1 answer

qooxdoo rest experimental

I am playing with REST services in qooxdoo and I have seen that there is a experimental class http://manual.qooxdoo.org/1.6/pages/communication/rest.html that allows to create easily the communication but I cannot find any example for the…
0
votes
1 answer

Keep menu open after selecting a item

I need my menu (opened by a menubutton) to stay open after you select an item from the menu. So that you can select more then one items before it closes (by clicking outside of the list) I couldn't find anything in the api, so i hope you guys know…
Arxae
  • 102
  • 2
  • 9
0
votes
1 answer

How to use a custom model class in the qx.ui.table.model.Remote for each item?

I have an app that have 2 tables (both uses remote models, the data in one table don't overlap with the other): one with the new jobs one with the (current)/stopped/paused jobs Then I have a main viewer that shows info and let you "act" on the…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
1 answer

How to manage subdocuments from mongoose/mongodb in a qooxdoo table?

I have a table in qooxdoo that shows some data, but this data is a little bit different because has embedded subdocuments: [ { simpleField: 1, mapSubDocField: { key1: 1, key2: 3 } }, { …
Totty.js
  • 15,563
  • 31
  • 103
  • 175
1 2 3
34
35