HI Torsten,

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.
>

I got around this by calling interpathChanged().emit(internalPath()); // Or
whatever it is

>From the end of the constructor of my application.

So when a user clicks on a 'WAnchor with a WLink of type internalPath ..
internalpathchanged works fine.

But if you have some randomy WAnchor with just a string .. it'll usally
create  a new WApplicatoin instance.

Also if the uesr just types some url in top of their browser, it'll create
a new WAppliction instance.

So the way around it is, once your WApplication instance is created .. emit
an internalPath changed to put the user on the right page.

Hope this helps.
Matthew Sherborne
------------------------------------------------------------------------------
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