Env: MacOS 10.12.3
wx 3.0.3.0 b2160914 osx-cocoa ( classic )
Apple’s Python 2.7.10
Working with multiline TextCtl’s in my mac environment is
awkward.
PositionToXY(pos) returns garbage.
ShowPosition(pos) does not scroll the text window at all.
Both of the above functions work properly on my fedora box.
One of my app’s task is to present the user with a list of
keywords. When the user selects a key work I search the textctl window
for the keyword and I want the textctl window to scroll to show
the key word.
My code works fine on my fedora box but the same code does not
scroll the window on my mac.
I filed a bug #17811 about the problem on trac.wxwidgets.org.
(I filed a bug about 10 years ago about PositionToXY #4146 so
I am not hopeful about a fix).
Is there anyway I can access the scroll bar in a multiline
textCtl so I can programmatically implement my own ShowPosition?
Thanks
Jerry