Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-09 Thread Hugh Gibson
> It sounds like you're trying to change just the label's decoration, > not an entire row. Each node in a virtual tree's data model has a > labelStyle field which you can set however you'd like. That's > probably what you're looking for. That sounds like it will do the job. It's fairly major su

[qooxdoo-devel] New snippet: Simple IFrame/PHP-based progress bar for long-running jsonrpc processes

2008-02-09 Thread bibliograph
Just as "normal" http-requests, the json-rpc transport that comes with the qooxdoo library cannot provide very much information on the state of the request. In particular, there is no way for the server to communicate with the client during the request. In "normal" desktop applications, users e

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-09 Thread Derrell Lipman
On Sat, 9 Feb 2008 11:55 + (GMT Standard Time), Hugh Gibson <[EMAIL PROTECTED]> wrote: > Ideally I want a row renderer. hey, isn't that what the virtual tree > does? Maybe I have to bite the bullet and convert. Lazy load would be an > advantage for us anyway. Hi Hugh, Yes, the virtual tr

Re: [qooxdoo-devel] Authentication in qooxdoo?

2008-02-09 Thread Marco LOMBARDO
Ok, probably this is not the best list to post this issue. In fact, investigating a little, I think google and yahoo implements some kerberos-like protocol. They allow you to authenticate your application (service) against google or yahoo (authentication server). This concepts are common with Kerb

Re: [qooxdoo-devel] Permission denied to call method XMLHttpRequest.open

2008-02-09 Thread Tim Taubert
Thanks for all your answers.. I overthought your ideas and in the end I decided to use mod_mono on the same host. Seems to be way more stable than xsp2. Regards, Tim Helder Magalhães wrote: > > Derrell Lipman wrote: >> Whenever you attempt to work with multiple ports or servers, you're >> aski

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-09 Thread Hugh Gibson
> it seems to me, that using the Backgroundcolor is not a good way. > Why don't you take an other Image and give the Image an other Color > for every state, or even use other Images. We already have a range of images for different types of entries in the tree, and each image has four variations

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in 0.7.3?

2008-02-09 Thread Dirk Wellmann
Hi Hugh, it seems to me, that using the Backgroundcolor is not a good way. Why don't you take an other Image and give the Image an other Color for every state, or even use other Images. Best Regards Dirk Hugh Gibson schrieb: > I'm using a qx.ui.tree.Tree with qx.ui.tree.TreeFolder for the tre

[qooxdoo-devel] What's the best way to modify default tree folder colour in 0.7.3?

2008-02-09 Thread Hugh Gibson
I'm using a qx.ui.tree.Tree with qx.ui.tree.TreeFolder for the tree in our project. I don't want to change to virtual tree (just yet!). I have a simple requirement: to change the background colour of a label in some tree rows to indicate a special state for those rows. However, when I do this usi