"Gordon, Douglas" <[EMAIL PROTECTED]> writes: > You're trying to scroll an entire form? You mean a form with all its > buttons and other controls?? Putting a scroll bar on it is no problem > -- it's just a control like any other, and you will have to handle all > the scrolling events anyway. But you'll have a lot of "fun" getting > the other controls on the form to "scroll" if that is really what you > had in mind!
I think the bookkeeping would be next to impossible. You have to keep track of all the controls on the form and calculate what their relative position to each other would be. Then, you determine from the scroll bar position which ones are "on form" and which ones are not. For the ones "on form", change their y coordinates and show them. For the ones "off form", hide them. More to the point, I think a scrolling form on PalmOS would be a bad UI design, and the UI needs to be rethought. -- Dave Carrigan ([EMAIL PROTECTED]) | YOW!! What should the entire UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | human race DO?? Consume a fifth Seattle, WA, USA | of CHIVAS REGAL, ski NUDE down http://www.rudedog.org/ | MT. EVEREST, and have a wild SEX | WEEKEND! -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
