Re: [qooxdoo-devel] Listener for table cells change

2007-01-05 Thread Nick Glencross
Hi Agustin, On 05/01/07, Agustin Almonte F. <[EMAIL PROTECTED]> wrote: > Hi, can anyone help me with an example of a listener for changes in a table > cell. Does this event know the row and column for the change? > > An example would be great. > There's a dataChanged event which comes from the Ta

Re: [qooxdoo-devel] poperties of table entries

2007-01-05 Thread Nick Glencross
David Arcoleo wrote: >>> 2) I am also wanting to be able to hover over this linked table entry >>> and show some text.I have no idea how to do this. >> Haven't tried this yet, but I will be over the next few days, > > I have found something, but it doesn't really fit my needs. I create > a qx.ui.

Re: [qooxdoo-devel] poperties of table entries

2007-01-05 Thread Nick Glencross
David Arcoleo wrote: >> I can send some code snippets to get you going. > > Thanks, that would be great. It's worth looking at frontend/framework/source/class/qx/ui/table/DefaultDataCellRenderer.js and some of the other renderers. You'll see from this that it's already possible to right align,

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Nick Glencross
[EMAIL PROTECTED] wrote: > Nick Glencross <[EMAIL PROTECTED]> writes: > >> Great. Since it sounds like it's provisionally OK to be incorporated, >> I'll give it a little more of a polish and include the necessary headers >> and do the other formalities. > > Great. > >> I shall be using the bac

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Nick Glencross
[EMAIL PROTECTED] wrote: "Nick Glencross" <[EMAIL PROTECTED]> writes: I note that there isn't yet a Perl RPC backend implementation, so I've made a start on one. It's functional, but as with all code needs a bit more work. Hi Nick, Sorry for the delay in getting back to you. I don't see any

Re: [qooxdoo-devel] poperties of table entries

2007-01-05 Thread David Arcoleo
> I can send some code snippets to get you going. Thanks, that would be great. > > 2) I am also wanting to be able to hover over this linked table entry > > and show some text.I have no idea how to do this. > > Haven't tried this yet, but I will be over the next few days, I have found something

[qooxdoo-devel] Listener for table cells change

2007-01-05 Thread Agustin Almonte F.
Hi, can anyone help me with an example of a listener for changes in a table cell. Does this event know the row and column for the change? An example would be great. Thanks in advance -- Agustín Almonte - Take Surveys. Earn C

Re: [qooxdoo-devel] poperties of table entries

2007-01-05 Thread Nick Glencross
Hi David, I've only got a 3 week head start on you on this, so there may be a better answer on its way. On 05/01/07, David Arcoleo <[EMAIL PROTECTED]> wrote: > I am looking to do two things: > > 1) instead of adding plain text to a table, I would like to add html, > specifically, a link - text.

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > Great. Since it sounds like it's provisionally OK to be incorporated, > I'll give it a little more of a polish and include the necessary headers > and do the other formalities. Great. > I shall be using the backend over the next few months, and so a

[qooxdoo-devel] poperties of table entries

2007-01-05 Thread David Arcoleo
I am looking to do two things: 1) instead of adding plain text to a table, I would like to add html, specifically, a link - text. When I try this, I see exactly the text of the string. Even the provided example which has an entry with also shows the , not bolding the text. 2) I am also wanting

Re: [qooxdoo-devel] Window caption

2007-01-05 Thread Andreas Ecker
Howdy! Alex Back wrote: > Hello Oliver, > > use the methods "this.setCaption('x')" for setting and > "this.getCaption()" for getting the caption of your window. > > This should work. > > cheers, >Alex > > Oliver Koch wrote: >> Hello, >> >> i am trying to dynamically change the caption of

Re: [qooxdoo-devel] Window caption

2007-01-05 Thread Alex Back
Hello Oliver, use the methods "this.setCaption('x')" for setting and "this.getCaption()" for getting the caption of your window. This should work. cheers, Alex Oliver Koch wrote: > Hello, > > i am trying to dynamically change the caption of a window. How can I > accomplish that task? > >

[qooxdoo-devel] Window caption

2007-01-05 Thread Oliver Koch
Hello, i am trying to dynamically change the caption of a window. How can I accomplish that task? I am in an subclass of window and a call to this.set({caption: x}) fails with an error message and if I do alert(this.caption) I get undefined. Please, has anyone any suggestions? Greetz, O