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
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.
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,
[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
[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
> 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
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
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.
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
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
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
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?
>
>
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
13 matches
Mail list logo