About ajax-push:
I moved my triggerUpdate to where the setValue function is called but that
messes things up even more.
In one page it doesn't change the value at all and in another it does.
The error I'm getting is o10.released not exposed the error is from
decodeSignal()

2010/1/19 omer katz <[email protected]>

> I forgot to ask about WSocketNotifier:
> Has anyone used it to notify Wt about events from another process?
> What should the socket integer contain?
> How can I attach a thread that awaits for a socket?
>
> 2010/1/19 omer katz <[email protected]>
>
>> 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