Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
Alex Back escreveu: > Hi Jonis, > > Jonis Maurin Ceará wrote: >> Alex Back escreveu: >>> Hi Jonis, >>> >>> a took a short look at your code and you commented line #267 out. Is this >>> the problem? >>> As far as I see the eventlistener method does only changing a label >>> contents. No listview ca

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, Jonis Maurin Ceará wrote: > Alex Back escreveu: > > Hi Jonis, > > > > a took a short look at your code and you commented line #267 out. Is this > > the problem? > > As far as I see the eventlistener method does only changing a label > > contents. No listview calls are involved. > > This

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
Alex Back escreveu: > Hi Jonis, > > a took a short look at your code and you commented line #267 out. Is this the > problem? > As far as I see the eventlistener method does only changing a label contents. > No listview calls are involved. This line is commented just for testing. The problem is

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, a took a short look at your code and you commented line #267 out. Is this the problem? As far as I see the eventlistener method does only changing a label contents. No listview calls are involved. cheers, Alex Jonis Maurin Ceará wrote: > Alex Back escreveu: > > Hi Jonis, > > > > Jo

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
Alex Back escreveu: > Hi Jonis, > > Jonis Maurin Ceará wrote: >>> For updating the ListView: take a look at the test file at >>> http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html >> Well, i'm using this example but is not working. Did you checkout source >> code? > This is the demo

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, Jonis Maurin Ceará wrote: > > For updating the ListView: take a look at the test file at > > http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html > > Well, i'm using this example but is not working. Did you checkout source > code? This is the demo file of the qooxdoo 0.6.6 re

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
Alex Back escreveu: > Hi Jonis, > > first of all your application shows up one error. You forgot to define the > column data map for your ListView (variable "lc2"). :| I forgot to put this again while testing :( it's ok now. > Just a tip (in case you do not know the tool): FireBug ( > http:/

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, first of all your application shows up one error. You forgot to define the column data map for your ListView (variable "lc2"). Just a tip (in case you do not know the tool): FireBug ( http://www.getfirebug.com ) is wonderful tool for debugging your application in Firefox. For updati

[qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-08 Thread Jonis
Hi. After some help from Alex, i got my second listview working fine :D My problem now is: listview is not updating :( I have an aux function to add items to listview wich is working for my second listview (same application) but not for the first. application: http://200.178.186.14/squidmin/s