Richard Gaskin wrote:
[snip]
In the meantime I've used this workaround:

on scrollBarDrag
  if the clickV > the bottom of me - 16 then
    -- do horizontal scrollbar stuff:
  else
    -- do vertical scrollbar stuff:
  end if
end scrollBarDrag

Outstanding!  This does the job just fine.  :-)

Richard, again, thank you for the help. Ken Ray, thanks also for your suggestion. And J. Landman Gay, thanks for responding also.

-Garrett
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to