1. wxEuphoria: how interrogate/set a WINDOW'S scroll button?
- Posted by DanM Dec 14, 2008
- 956 views
In wxEuphoria, how can I interrogate and programmatically set the position of a window's scroll bar? I don't mean a slider IN a window, I mean the scroll bar attached along side or beneath a window. Using the main window's id didn't seem to work at all.
Dan
2. Re: wxEuphoria: how interrogate/set a WINDOW'S scroll button?
- Posted by ghaberek (admin) Dec 15, 2008
- 940 views
In wxEuphoria, how can I interrogate and programmatically set the position of a window's scroll bar? I don't mean a slider IN a window, I mean the scroll bar attached along side or beneath a window. Using the main window's id didn't seem to work at all.
Dan
Right now, you'll have to use Sizers and a couple wxScrollBar controls to do this. There's a partially-implemented wxScrollWindow control in wxEuphoria, but it's entirely undocumented, and there's no support functions for it. I'll get this into the up-coming release.
-Greg
3. Re: wxEuphoria: how interrogate/set a WINDOW'S scroll button?
- Posted by DanM Dec 16, 2008
- 988 views
ok, I'll check out 12.0, thanks.
Dan