Hey Goetz, 2008/9/30 Goetz Babin-Ebell <[EMAIL PROTECTED]>: > Hello folks, > > I have a page displaying status information. > I would like to update this status information > when the user hits reload. > > Is there a way to do this ?
Reimplement WApplication::refresh() any WWidget::refresh(), and make sure the browser reload does not spawn a new session (which is the default in wt_config.xml). Regards, koen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
