Re: Property of scroll bar

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu