Hi imgnik,

HistoryListener (the class that contained the onHistoryChanged method)
is deprecated as of GWT 1.6.4, the new event system introduced the new
ValueChangeHandler and its onValueChanged method, which do the same
thing.

Take a look at line 211 of Showcase.java, that's where you'll find the
history management implementation.

Hope that helps,

Salvador

On May 16, 7:39 pm, imgnik <ytbr...@gmail.com> wrote:
> and one more thing, i cannot find the onHistoryChanged in the showcase
> app.
>
> why is this so ? and why is it not needed?
>
> On May 16, 6:45 pm, imgnik <ytbr...@gmail.com> wrote:
>
> > I don't understand how did the History.fireCurrentHistoryState()
> > works.
>
> > when i press the "back" button what actually happen?
>
> > can someone advise me ?
>
> > On May 16, 12:32 pm, 0710 <ytbr...@gmail.com> wrote:
>
> > > Isee! thanks sumit. will check it out the showcase!
>
> > > On May 13, 7:05 pm, Sumit Chandel <sumitchan...@google.com> wrote:
>
> > > > Hiimgnik,
> > > > That's right, the Mail sample application doesn't support history, 
> > > > however,
> > > > the Showcase sample application, as mentioned in my last post, does.
>
> > > > You can find the online Showcase sample application demo 
> > > > here:http://gwt.google.com/samples/Showcase/Showcase.html
>
> > > > The source code for the application will be in the samples/ directory of
> > > > your GWT distribution.
>
> > > > Hope that helps,
> > > > -Sumit Chandel
>
> > > > On Wed, May 13, 2009 at 6:31 AM,imgnik<ytbr...@gmail.com> wrote:
>
> > > > > i mean the online demo 
> > > > > herehttp://gwt.google.com/samples/Mail/Mail.html
>
> > > > > On May 13, 3:26 pm,imgnik<ytbr...@gmail.com> wrote:
> > > > > > Thank you for your reply Sumit.
>
> > > > > > I check out the Mailbox app. Tried the online demo here but it 
> > > > > > doesn't
> > > > > > seems to have history management as stated.
>
> > > > > > I tried looking for the history class in mailbox source code but
> > > > > > cannot find.
>
> > > > > > did anyone else have this problem?
>
> > > > > > regardsytbryan
> > > > > > On May 12, 1:01 am, Sumit Chandel <sumitchan...@google.com> wrote:
>
> > > > > > > Hiytbryan,
> > > > > > > The KitchenSink sample application, previously used in GWT 1.4 and
> > > > > prior to
> > > > > > > showcase the GWT widgets, has been replaced by the more 
> > > > > > > appropriately
> > > > > named
> > > > > > > Showcase sample application that serves the same purpose. You 
> > > > > > > should be
> > > > > able
> > > > > > > to find the Showcase sample application in your GWT distribution, 
> > > > > > > which
> > > > > also
> > > > > > > supports browser history.
>
> > > > > > > If the Showcase sample application isn't enough to get you 
> > > > > > > started on
> > > > > the
> > > > > > > History implementation for your application, please feel free to 
> > > > > > > post
> > > > > up
> > > > > > > about any difficulties you encounter on the forum.
>
> > > > > > > Hope that helps,
> > > > > > > -Sumit Chandel
>
> > > > > > > On Fri, May 8, 2009 at 7:49 AM,ytbryan<ytbr...@gmail.com> wrote:
>
> > > > > > > > hi all,
>
> > > > > > > > I have problem implementing history on my gwt application.
>
> > > > > > > > i wanted to download thekitchensink but cannot find it in the
> > > > > > > > website or the gwt distribution. can someone kindly give me the 
> > > > > > > > link
> > > > > > > > to download the source code?
>
> > > > > > > > many thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to