OK problem solved after having search in source code :

miraculous call :                       table.setFocused(true);

everything goes fine now

Thanks
Eric


ericson wrote:
> 
> All,
> 
> I encounter some refresh troubles with remoteTableModel.
> 
> I have some remote calls to php programs which can update directly the
> database but note the table ui in my client.
> 
> I have a list of records in a Table ui, and I want to refresh this table
> ui after having add or delete some records in the database.
> 
> 
> My question is how to force it, I have put a refresh button which execute
> this :
> 
>                       tableModel.reloadData();
>                       table._updateScrollBarVisibility();
> 
> But it doesn't seems to work, I need to click inside the table to make it
> updating ....
> 
> Thanks for your help
> Eric
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-remote-table-and-refresh-tf3138769.html#a8699355
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to