Hello alex.d,

Thanks for you reply. It doesn’t seem to work. I put
table._updateScrollBarVisibility(); right after the call to add the data but
still it doesn't update the UI. 

Alee.


alex.d wrote:
> 
> Hi Alee,
> 
> after you add the data to your data array(rowData) make following:
>             tableModel.setData(rowData);
>             table._updateScrollBarVisibility();
> should work.
> 
> Cheers,
> alex.d
>> Hello,
>>
>> I've added some methods to add, delete, remove a row from the table. The
>> problem I'm facing is table doesn't update its UI .. when I bring the
>> cursor
>> on the row where a new row should be added, then the row is displayed,
>> (or
>> by re-sizing the browser). 
>>
>> I have tried calling qx.ui.core.Widget.flushGlobalDisplayQueue() after
>> the
>> updation but it didnt work. Any help?
>>
>> Thanks,
>> Alee.
>>   
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Table-UI-Updation-Problem-tf2175737.html#a6016809
Sent from the qooxdoo-devel forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to