Re: [qooxdoo-devel] Creating appearance theme

2007-02-01 Thread Matthias Reuter
> I had to base it on the qx.theme.appearance.Classic class as > the DefaultAppearanceTheme class does not exist in 0.6.4. > Perhaps it does exist in 0.6.5, I'll check that out later today. I guess not. I'm still using 0.6.2, so DefaultAppearanceTheme seems outdated. > Also, I found I only need

Re: [qooxdoo-devel] Virtual Tree RFC (Request For Comments)

2007-02-01 Thread Derrell . Lipman
Fabian Jakobs <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] schrieb: >> On the one hand, I believe in giving the developer the freedom to do what >> he wants (which, unfortunately, sometimes includes shooting himself in the >> foot). On the other hand, there's a lot to be said for consistency.

[qooxdoo-devel] TreeVirtual interface changes

2007-02-01 Thread Derrell . Lipman
Nick and anyone else experimenting with the Virtual Tree, I have changed the interface slightly. Previously, the "opened" value was a tri-state boolean: true meant display the branch in its opened state; false meant display the branch in its closed state; and null meant there are no children so d

[qooxdoo-devel] custom build from 0.6.5. sdk, again

2007-02-01 Thread RĂ¼diger Herrmann
Hi all, its me again, with a question regarding the generator. I would like to build a custom JavaScript file with all qooxdoo classes except some hand-picked classes and modules. To do so I run the following command: generator.py \ --generate-compiled-script \ --add-new-lines \ --add-f

Re: [qooxdoo-devel] Virtual Tree RFC (Request For Comments)

2007-02-01 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: >> Am I properly understanding what domTarget is/does? > > That exactly is the difference between domTarget and target. "target" is the > current qooxdoo target, where "domTarget" is static/final and contains the > real target from the browsers perspe

Re: [qooxdoo-devel] Creating appearance theme

2007-02-01 Thread CSBrown
Thank you for that, I now have a working appearance theme. I had to base it on the qx.theme.appearance.Classic class as the DefaultAppearanceTheme class does not exist in 0.6.4. Perhaps it does exist in 0.6.5, I'll check that out later today. Also, I found I only needed the last line of code to

Re: [qooxdoo-devel] Creating appearance theme

2007-02-01 Thread Matthias Reuter
I'm not sure if this is correct, because I copied it from some other source. - create a new AppearanceTheme, inheriting from DefaultAppearanceTheme: qx.OO.defineClass("myApp.AppearanceTheme", qx.theme.appearance.DefaultAppearanceTheme, function(vTitle) { qx.theme.appearance.DefaultAppearanceT

Re: [qooxdoo-devel] Creating appearance theme

2007-02-01 Thread Hugh Gibson
> I'm still trying to work out how to register a new appearance theme > and make > it the default. Have tried several approaches but not found anything > that > works yet. Can anyone help me with this? Not really help, I know, but I have been just modifying the default theme obtained from: qx.

Re: [qooxdoo-devel] What's the status of the table widget?

2007-02-01 Thread Hugh Gibson
Til, any comments? > > this did it but I think it is not sufficient to just hide the call > > focus > > indicator. If there is no focus indicator the user expects for > > example > > the horizontal scrolling to behave differently. I think we need a > > special mode for disabled cell focus in the

Re: [qooxdoo-devel] Virtual Tree RFC (Request For Comments)

2007-02-01 Thread Derrell . Lipman
Fabian Jakobs <[EMAIL PROTECTED]> writes: > What about using two different focus modes: > > - Cell focus. This is what is currently implemented in the table to navigate > in the grid > - Row focus. Here the "left" and "right" keys could behave like decribed in > my proposal > > The distinction

Re: [qooxdoo-devel] Creating appearance theme

2007-02-01 Thread CSBrown
Hi, I'm still trying to work out how to register a new appearance theme and make it the default. Have tried several approaches but not found anything that works yet. Can anyone help me with this? Many thanks, Chris. -- View this message in context: http://www.nabble.com/Creating-appearance-t

Re: [qooxdoo-devel] Virtual Tree RFC (Request For Comments)

2007-02-01 Thread Nick Glencross
Derrell, On 01/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > And now, at r5975, displaying data in additional columns should be working too > (as well as a bunch of other keyboard-related things). You can also now drag > the columns around and the tree displays properly in whatever column

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-01 Thread James Lavery
Hi Nick, I've done this, and here's the output: === startSession id: 860001129e7de693d7265bfb16889be9 $cgi->param: 1 $cgi->save: keywords=%7B%22service%22%3A%22qooxdoo.test%22%2C%22method%22%3A%22echo% 22%2C%22id%22%3A8%2C%22params%22%3A%5B%22Hello%22%5D%2C%22server_data%22 %3Anull%7D = request_m

Re: [qooxdoo-devel] Changing font size for accessibility

2007-02-01 Thread Hugh Gibson
> In general FontObject should support all the > needed things to dynamically switch fonts of the whole UI. This is > implemented in the same way like ColorObject etc. But this is > somewhat untested. It's very broken. And BorderObject also has problems in that references to the widgets will r