On Monday, November 07, 2011 11:17:08 am Ed Leafe wrote:
> On Nov 7, 2011, at 1:07 PM, John Fabiani wrote:
> >> What about scrollpane.ScrollIntoView(firstchild) or something similar?
> >> 
> >> See wx.lib.scrolledpanel
> >> 
> >> Werner
> > 
> > wxPython is using "ScrolledWindow(Panel)" and the method/function
> > ScrollIntoView is NOT available.
> 
>       John, I'm assuming that you're using dabo.ui.dScrollPanel? If so, that's
> based on wx.ScrolledWindow, not wx.lib.scrolledpanel.
> 
> 
> 
> -- Ed Leafe
Correct - (you said it much better than I did).  I should have said Dabo is 
using "ScrolledWindow(Panel)".

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.

Johnf
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/201111071125.00208.jo...@jfcomputer.com

Reply via email to