> 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
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
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
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
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
> 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
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
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