Re: support F5 to load current page

2010-07-23 Thread Ahmed Shoeib
so you mean that i can't validate that when the user refresh the current history token not return to the first page ? On Jul 22, 10:27 pm, Thomas Broyer t.bro...@gmail.com wrote: On 22 juil, 20:05, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: what do you mean by showing

Re: support F5 to load current page

2010-07-22 Thread Ahmed Shoeib
what do you mean by showing another page than the expected one how to know this this is the problem how to know that the user press refresh button or F5 ? On Jul 22, 1:49 am, Thomas Broyer t.bro...@gmail.com wrote: On Jul 21, 7:27 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote:

Re: support F5 to load current page

2010-07-22 Thread Thomas Broyer
On 22 juil, 20:05, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: what do you mean by showing another page than the expected one I hope the same as when you originally said now after pressing the f5 button it return to the first page in my projects. how to know this this is the problem

Re: support F5 to load current page

2010-07-21 Thread Thomas Broyer
On 20 juil, 11:30, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome all , i face a problem with pressing F5 button to load current page i use history manager to make next back in my project now after pressing the f5 button it return to the first page in my projects how to fix

Re: support F5 to load current page

2010-07-21 Thread Ahmed Shoeib
i use History.fireCurrentHistoryState() on the first page module load what can i do ??? On Jul 21, 4:08 pm, Thomas Broyer t.bro...@gmail.com wrote: On 20 juil, 11:30, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome all , i face a problem with pressing F5 button to load current

Re: support F5 to load current page

2010-07-21 Thread Thomas Broyer
On Jul 21, 7:27 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i use History.fireCurrentHistoryState() on the first page module load what can i do ??? Debug, step-by-step, and find where you're doing something wrong so that the first page shows instead of the one corresponding to the

support F5 to load current page

2010-07-20 Thread Ahmed Shoeib
Welcome all , i face a problem with pressing F5 button to load current page i use history manager to make next back in my project now after pressing the f5 button it return to the first page in my projects how to fix this problem -- You received this message because you are subscribed

Re: support F5 to load current page

2010-07-20 Thread Muhammad Saifullah
pls use Window.addWindowCloseHandler( new WindowCloseHandler(event) { event.setMessage(your message here); } ); in your onModuleLoad() function. when F5 button is pressed then custom message will be displayed if you press OK button then reloads but if you press the cancel then no reload. OK

Re: support F5 to load current page

2010-07-20 Thread Ahmed Shoeib
i want to reload current page only without pressing any other button On Jul 20, 12:48 pm, Muhammad Saifullah msaif.muham...@gmail.com wrote: pls use Window.addWindowCloseHandler(  new WindowCloseHandler(event) {     event.setMessage(your message here);  } ); in your onModuleLoad() function.

Re: support F5 to load current page

2010-07-20 Thread Stefan Bachert
Hi Ahmed, try Window.location.reload() Stefan Bachert http::/gwtworld.de due to recent cases, I am sorry, I won't do free personal support. inquiries for professional GWT support are welcome. On 20 Jul., 06:13, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i want to reload current page