Re: Property of scroll bar
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
|
Not Categorized, Please Help
|
|