Alex Back wrote:
> Hello Jonis,
>
> to tackle the problem down could you please send my the code which is not
> working?
>
> Thanks,
> Alex
You e-mail doesn't exist :(
do u have msn?
jonis AT jonis DOT com DOT br
-
T
Alex Back wrote:
> Hello Jonis,
>
> to tackle the problem down could you please send my the code which is not
> working?
>
> Thanks,
> Alex
Sure!
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C -
Hello Jonis,
to tackle the problem down could you please send my the code which is not
working?
Thanks,
Alex
On Monday 07 May 2007 Jonis Maurin Ceara wrote:
> Alex Back wrote:
> > Hello Jonis,
> >
> > I didn't manage to reproduce your problem.
> >
> > However it seems to be that you try to se
Alex Back wrote:
> Hello Jonis,
>
> I didn't manage to reproduce your problem.
>
> However it seems to be that you try to set a padding in your code. What
> version of qooxdoo do you use? In versions prior to 0.7 the padding property
> group is not supported. You have to set paddingTop, paddin
Hello Jonis,
I didn't manage to reproduce your problem.
However it seems to be that you try to set a padding in your code. What
version of qooxdoo do you use? In versions prior to 0.7 the padding property
group is not supported. You have to set paddingTop, paddingBottom,
paddingLeft and paddi
Thank you, it's working fine now! And also, VERY thank for the hint! :D
But...i'm having another problem.
I'm trying to add a second ListView on my application with this code:
var re = new qx.ui.groupbox.GroupBox();
re.set({ height:"66%", width:"100%" });
main.add(re);
Hi "you",
please take a look at the attachment I've added to a former thread called
"ListView help". Date was: 2007-05-04. Maybe you'll find something that helps
n there. Although that version did not use the "dblclick" event.
/Peter
> Hi.
>
> How can i get data from selected item on listview (
Hello Jonis,
On Saturday 05 May 2007 Jonis wrote:
> Hi.
>
> How can i get data from selected item on listview (first colum)?
>
> i have this code:
>
> lv.getPane().addEventListener("dblclick", function(e) {
> //this.getManager().getSelectedItems()
> // or
>
Hi.
How can i get data from selected item on listview (first colum)?
i have this code:
lv.getPane().addEventListener("dblclick", function(e) {
//this.getManager().getSelectedItems()
// or
alert(this.getManager().getSelectedItem());
});
I ca