Hey Hadass, 2009/1/27 HADASS YAARI <[email protected]>: > Hello everybody, > > I'm new in WT and these days creating my first application. > I have a weird problem which you probably solve in a minute. > One of my pages has to update table's contents every 5 sec. > I saw the Impossible example and created my new object that inherits from > Wtable according to the example. I added it a timer. > The initialization works well - means that the first appearance of the tabel > is ok, but when the method timerTick is called (every 5 sec) a message box > appears on the screen that says: "WT Internal error: [object error], code: > undefined, description: Invalid Argument. Also the table contents weren't > updated. > In timerTick I remove the wanted cells from the table and create new widget > and enter them into the table. > I also tried to clear the whole table but the same error appeared.
If you are not using Wt 2.2.3, could you check whether this problem still exists with version 2.2.3? The problem is most likely related to WTable, not the WTimer, and some bugs were fixed in WTable rendering. Regards, koen ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
