Re: Property of scroll bar
On Thu, 13 Jan 2000 14:45:03 -0500, Judith Evans <camping at FLASH.NET> wrote:
>Once you are in the onScroll event routine_id you can do this:
>
>squence WhichScroll
>
>WhichScroll=getSelf()
>if WhichScroll=Scroll[1] then....
> --where Scroll is your sequence of the HScroll and VScroll you made
> --on the fly
>elsif WhichScroll=Scroll[2] then
>
>.
>.
>.
>end if
>
>One thing of caution, though. I recall that some controls that I have made
>on the fly will not respond to events as they would if made when defining
>the window. I hope that is clear; I have a hard time describing
things......
> For example making a control, that normally responds onclick, on the fly
>'might' not respond to onClick and you would have to do an onMouse routine
>instead.
>
>Judith Evans
Thank you VERY much! That is exactly what I was looking for...
Thanks... Andy.
|
Not Categorized, Please Help
|
|