Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Richard Terry
Fabien Bodard wrote: > I'll send you an exemple > That would be great, thanks. richard > Le 22 mai 2013 00:42, "Richard Terry" a écrit : > > >> In our installation wizard for EasyGP, Ian and I have put in the gnu >> public licence. >> >> I want to be able to detect if the user has scrolled

Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Fabien Bodard
well wizard need a new property... like LockNext Benoit ? 2013/5/22 Fabien Bodard > I'll send you an exemple > Le 22 mai 2013 00:42, "Richard Terry" a écrit : > > In our installation wizard for EasyGP, Ian and I have put in the gnu >> public licence. >> >> I want to be able to detect if the

Re: [Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-22 Thread Fabien Bodard
I'll send you an exemple Le 22 mai 2013 00:42, "Richard Terry" a écrit : > In our installation wizard for EasyGP, Ian and I have put in the gnu > public licence. > > I want to be able to detect if the user has scrolled all the way to the > bottom before I allow the wizard to progress to the next

[Gambas-user] Detecting if a scroll bar has scrolled to the bottom.

2013-05-21 Thread Richard Terry
In our installation wizard for EasyGP, Ian and I have put in the gnu public licence. I want to be able to detect if the user has scrolled all the way to the bottom before I allow the wizard to progress to the next page, after they have checked the 'agree' checkbox. Any help appreciated. richa