Re: History - access to history stack

2010-08-24 Thread Thomas Broyer
On 23 août, 23:53, Constantin Tanno wrote: > I have a situation where when the user clicks on a link or button in > the application where they go (i.e., what happens) depends in part on > where they came from.  So in order to implement this, I actually need > to look at the N-1 and even N-2 item

History - access to history stack

2010-08-23 Thread Constantin Tanno
I have a situation where when the user clicks on a link or button in the application where they go (i.e., what happens) depends in part on where they came from. So in order to implement this, I actually need to look at the N-1 and even N-2 items on the history stack. However, History does not hav