Locking flds of group to scroll

Sarah Reichelt sarah.reichelt at gmail.com
Thu Jan 18 21:33:22 EST 2007


> > Hi, Is it possible to lock the scroll of flds of a group to scroll e.g. The
> > scrolls are not checked but if the lines are more then the fld shows then
> > the fld scrolls even without the bar, therefore id like to know if and "how"
> > there is a possibility to lock that and only with the group scroll it should
> > show the rest of the fld lines
> Ok, figured that out by now.
> The question if and how it is possible to scroll the group with the scroll
> wheel?

Yes it is. You need to find out what key codes your scroll wheel sends
to the rawKeyUp or rawKeyDown handlers, then use them to set the
scroll of your group.

I can't remember what the codes are, but if you write a fake
rawKeyDown handler, you can get it to "put" the codes it is receiving
and find out what they are.

Cheers,
Sarah



More information about the use-livecode mailing list