Re: [qooxdoo-devel] setting Window background colour

2014-02-19 Thread Keve Nagy
On 2014.02.19., at 21:13, Keve Nagy wrote: > > On 2014.02.18., at 20:20, Keve Nagy wrote: > >> Good Evening Everyone, >> I am trying to change the background colour of a window, from the default >> gray to white. >> This is only needed in one particular window, so theming would be an >> ove

Re: [qooxdoo-devel] setting Window background colour

2014-02-19 Thread Keve Nagy
On 2014.02.18., at 20:20, Keve Nagy wrote: > Good Evening Everyone, > I am trying to change the background colour of a window, from the default > gray to white. > This is only needed in one particular window, so theming would be an > overkill. I just did the obvious: > > var whiteWin

Re: [qooxdoo-devel] setting Window background colour

2014-02-19 Thread Keve Nagy
> which qooxdoo version are you using and which theme is applied to your > application? Hello Norbert, I tried this with qooxdoo 3.5 and qooxdoo 1.6. Same behaviour with both editions. No error, but no colour backgound either. Theme is the default one, whichever comes standard with the sdk. I j

Re: [qooxdoo-devel] Dynamically load a qooxdoo module.

2014-02-19 Thread Jeremy Reed
That will definitely be part of the solution. I also figured out how the playground (http://demo.qooxdoo.org/current/playground/) supported the running of dynamic code and realized I could do the same thing. Thanks for the heads up about the feeder app, I'll have to take a look and see how it imp

Re: [qooxdoo-devel] Table key bindings

2014-02-19 Thread Mustafa Sak
Hi Michael, Did you tried to add add your listener to the capture phase? See: http://demo.qooxdoo.org/current/apiviewer/#qx.core.MEvent~addListener!method_public <-- forth argument Also: http://manual.qooxdoo.org/devel/pages/desktop/event_layer_impl.html?highlight=captur And of course stop pr

Re: [qooxdoo-devel] setting Window background colour

2014-02-19 Thread N . Schröder
Hello Keve, which qooxdoo version are you using and which theme is applied to your application? Regards, Norbert Keve Nagy wrote > Good Evening Everyone, > I am trying to change the background colour of a window, from the default > gray to white. > [...] -- View this message in context:

[qooxdoo-devel] Table key bindings

2014-02-19 Thread Micha
Hi, I made a table header renderer which generates table header cells with textfields under the label to enter a filter text. The problem is, that the keybindings are changed from the table, that means I cannot enter spaces and cursor movement doesn't work. Also the column gets sorted if I click

Re: [qooxdoo-devel] upgrade to 3.5

2014-02-19 Thread Micha
On 18.02.2014 13:19, Tobias Oberrauch wrote: > Hi Micha, > > Furthermore you can check the release notes[1] and the migration guide > especially for the major update 3.0[2]. > And yes the command is then right one to upgrade your project. > thanks, I will lokk at that. Michael ---

Re: [qooxdoo-devel] Dynamically load a qooxdoo module.

2014-02-19 Thread Daniel Wagner
Hi, check out the part loading feature: http://manual.qooxdoo.org/current/pages/development/parts_overview.html For a working example, take a look at the source code of the Feed Reader demo app. Regards, Daniel On 18.02.2014 02:18, jpreed00 wrote: > I'm looking to be able to dynamically load a