Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 2.1.x branch

2013-01-25 Thread Peter Schneider
Hi, > I will file a bug later this day or tomorrow when no quick "aha!" evolves > earlier since this hasn't been the case, I've filed Bug#7162. Bug 7162 - "qx.ui.table.model.Remote::reloadData does not work" http://bugzilla.qooxdoo.org/show_bug.cgi?id=7162 Regards, Peter --

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 2.1.x branch

2013-01-23 Thread Peter Schneider
Hi Thomas, first: my last post was a tiny bit to big for the mailing-list, so it has been send again by me. The content is the same, only the attached PNGs are size optimized. Sorry for any confusion it might have caused. On 1/23/2013 11:58 AM thron7 wrote: > On 01/23/2013 11:02 AM

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 2.1.x branch

2013-01-23 Thread thron7
On 01/23/2013 11:02 AM, Peter Schneider wrote: >> >> So you requesting getRowCount multiple times, the row count effectively >> changes on the server, but the changed count is not available on the >> client, is that right?! And you don't see subsequent getRowCount calls >> being translated into ne

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread thron7
On 01/22/2013 03:09 PM, Peter Schneider wrote: > Hello Thomas, > > thanks for the info. > > Caching is something that definitely *does* change the behavior, but in my > case it's not the problem. My application just only requests a getRowCount > (RPC) and no futher getRowData ... So you requestin

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Mustafa Sak
arlsruhe -Ursprüngliche Nachricht- Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] Gesendet: Dienstag, 22. Januar 2013 15:10 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch Hello Thomas, thanks for the info. Ca

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 2.1.x branch

2013-01-22 Thread Peter Schneider
Just for clarification. The version number (in subject) was wrong. Sorry ;) It's 2.1.x ! -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skil

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Peter Schneider
Hello Thomas, thanks for the info. Caching is something that definitely *does* change the behavior, but in my case it's not the problem. My application just only requests a getRowCount (RPC) and no futher getRowData ... I can not 100% re-create this issue I am seeing here with the playground exam

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Mustafa Sak
vert the changes of >> master:d4cd43114dcd6ee22346aa3778a170973c231448, My application behaves well >> again. It might not be optimal for other cases, but the "fix" for Bug#7111 >> definitely introduces a regression here. >> >> Thanks so far, >> Peter >>

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread thron7
On 01/22/2013 10:04 AM, Peter Schneider wrote: > Hi Mustafa, > > as I already said it's hard to reproduce in the playground... Especially, if > you don't have control over the backend ;) > > But I tried. And I think I've found a test-case to reproduce the issue. > (unfortunately I can't provide a

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Peter Schneider
ter >> ba147769cf924ef3ae8c45c5ef4057be2b352474 >> >> regards >> Mustafa Sak >> >> Applications & Integration >> >> 1&1 Internet AG >> Ernst-Frey-Straße 10 >> DE-76135 Karlsruhe >> >> -Ursprüngliche Nachricht- &

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Mustafa Sak
AG > Ernst-Frey-Straße 10 > DE-76135 Karlsruhe > > -Ursprüngliche Nachricht- > Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] > Gesendet: Montag, 21. Januar 2013 15:01 > An: qooxdoo Development > Betreff: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Peter Schneider
tion > > 1&1 Internet AG > Ernst-Frey-Straße 10 > DE-76135 Karlsruhe > > -Ursprüngliche Nachricht- > Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] > Gesendet: Montag, 21. Januar 2013 15:01 > An: qooxdoo Development > Betreff: [qooxdoo-devel] qx.ui.tab

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Mustafa Sak
üngliche Nachricht- Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] Gesendet: Montag, 21. Januar 2013 15:01 An: qooxdoo Development Betreff: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch Hi there, I've come along an issue with the remote table mode

[qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Peter Schneider
Hi there, I've come along an issue with the remote table models reloadData() method. It seems to me that the row count is requested (from backend) and updated, but the (requested and received) row data will not be re-rendered! The Table still shows the "old" data! In my case the row count is redu

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3784 -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-table-model-Remote-reloadData-tp5200878p5201514.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 12:20, panyasan wrote: > > Derrell, you are my hero! ;-) > > there was a small typo in your code, but this works: > >reloadData : function() >{ > var blockConcurrentLoadRowCount = > this.getBlockConcurrentLoadRowCount(); > this.setBlockConcurrentLoadRowCo

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Derrell, you are my hero! ;-) there was a small typo in your code, but this works: reloadData : function() { var blockConcurrentLoadRowCount = this.getBlockConcurrentLoadRowCount(); this.setBlockConcurrentLoadRowCount(false); this.base(arguments); this.setBlockCon

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Ok, I have added a demo called "tabledemo" to the VirtualData contrib. If you build it in source mode and adapt the "require_once" path in services/index.php to a RpcPhp 1.2.0 installation, the demo should work. It should run without problems out of the box. However, if you change file source/cla

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 10:33, panyasan wrote: > > Hi Derrell, > > Thank you for your quick reply. In my app, I have a "reload" button to > reload the remote table. I just tested it again. If I don't override the > method as described in my last message, It won't reload the tabe when > calling re

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Hi Derrell, Thank you for your quick reply. In my app, I have a "reload" button to reload the remote table. I just tested it again. If I don't override the method as described in my last message, It won't reload the tabe when calling reloadData() - it won't do anything, and I had traced the probl

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread Derrell Lipman
On Sun, Jun 20, 2010 at 08:04, panyasan wrote: > > Hi, > > I am using the remote table model in the virtual data contrib and ran into > the problem that the reloadData() method would not work in some situation > unless I set this.__loadRowCountRequestRunning to false by overriding the > method:

[qooxdoo-devel] qx.ui.table.model.Remote::reloadData()

2010-06-20 Thread panyasan
Hi, I am using the remote table model in the virtual data contrib and ran into the problem that the reloadData() method would not work in some situation unless I set this.__loadRowCountRequestRunning to false by overriding the method: qx.Class.define("virtualdata.model.Table", { extend : qx.u