On Monday, November 07, 2011 11:28:44 am Ed Leafe wrote: > On Nov 7, 2011, at 1:25 PM, John Fabiani wrote: > > What I have decided on is to use dabo.dEvents.PageEnter event to move the > > cursor to the top of the scrollpanel. The problem is when the user moves > > off the scrollpanel (to check something) and then returns - the focus > > will be on the first child and NOT at the point of the last edit. To me > > it appears to be the lesser of two evils. > > > > But I'm still open to any suggestions. > > You could always use the brute force approach: > > 1) lock display > 2) cycle through all pages - call scrollVertically() to move the panel to > the top 3) return to original page > 4) unlock display > > > -- Ed Leafe
Thanks I actually tried that but the performance was not good. This is suppose to be a "fast entry" form that was designed by the client to assist with data entry. I hate it and I truly doubt it does anything with respect to speeding up data entry (two very long scrolling panels just sucks). But clearing the form, locking, and using scrollVertically slowed it down. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
