RE: Page redirection

2011-09-08 Thread lifestyles_
ll; //Stay on same page //*** End of selected code *** } Again, thank you for your time and patience René Date: Thu, 8 Sep 2011 08:11:28 -0700 From: ml-node+4782791-1196683961-92...@n5.nabble.com To: lifestyl...@hotmail.com Subject: Re: Page redirection On

Re: Page redirection

2011-09-08 Thread Thiago H. de Paula Figueiredo
On Thu, 08 Sep 2011 11:50:31 -0300, LifeStyles ® wrote: Assuming that I cannot avoid calling PageA.onActivate(), is there a way to distinguish between the PageA.onActivate() called by the eventlink vs PageA.onActivate called from elsewhere ? There is some code I would not like to execute i

Re: Page redirection

2011-09-08 Thread Thiago H. de Paula Figueiredo
On Thu, 08 Sep 2011 10:40:08 -0300, LifeStyles ® wrote: Thank you Thiago for your prompt reply. :) 1- When the page is rendered --PageA.onActivate() 2- When i click on the eventlink in PageA (doSomeThingAndGotoPageB) --PageA.onActivate() --PageA.onDoSomeThingAndGotoPageB() --PageB.onActiv

Re: Page redirection

2011-09-07 Thread Muhammad Gelbana
I haven't tried to solve your situation as I'm not sure I understand your case but here is my attempt to give back to this list something in return :) Q1. onActivate is "eventually" called because the page link directed to that page, it's not the direct result of clicking that link (event handling