Hey Torsten,

2012/1/30 Torsten Schulz <kont...@tseucs.de>:
>> 2012/1/27 Torsten Schulz<tssch...@gmx.net>:
>>> I've three Problems.
>>> 1: I'll use in wt_config.xml the parameter "reload-is-new-session" =
>>> false. But then the internalPathChanged-event doesn't work.
>> Could you specify more exactly what you observe? There shouldn't be
>> any impact of reload-is-new-session on this parameter.
> I'll write a community, so if a user opens another url and came back to
> the app, he'll be logged in.
> But with reload-is-new-session = true he'll see the login again. So I
> know two ways to resolve it:
> a) reload-is-new-session = false
> b) use cookies
> I would prefer a)

I could reproduce this problem, and will hopefully have a resolution soon.

>>> 3: For me the wApp->triggerUpdate() doesn't work. I've set
>>> enbaleUpdates(true), the function is running (i tested with
>>> debugging-outputs), but the ui doesn't change.
>> Do you call enableUpdates(true) from within the event loop ? It is a
>> common misconception that you can call this method also just before a
>> triggerUpdate(), but this is not possible: it needs to be called from
>> within the event loop.
> enableUpdates(true) is used in the application-constructor,
> triggerUpdate() is used in event loop.
> I thought I'm able to use it like in the chat-example. But it doesn't work.

I think you'll need to be more specific. There are also simpler
examples that show how this work (feature/serverpush and
feature/broadcast) which can help you to get on the right track.

Regards,
koen

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to