Currently I have a function that triggers updates whenever my slider's value
changes:

>     void updateChanges()
>     {
>         wApp->enableUpdates();
>         Wt::WApplication::UpdateLock lock(wApp->getUpdateLock());
>         wApp->triggerUpdate();
>     }
>

Unfortunately it doesn't update the slider like it's expected to.
The documentation doesn't show examples for updating widgets.
What are the requirements for updating widgets?
How does a widget knows it's contemporaries?
I see that in the simple chat example it is updating the same widget, but
what if I have "brother" widgets?
I create a view for each session, is this the wrong approach?
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to