Re: Cursor movement question

2009-05-23 Thread Jive Dadson
Aahz wrote: In article , Jive Dadson wrote: Gosh, you guys are slow. :-) I figured it out. Perhaps you could post the solution for posterity's sake? The double secret magic encantation is "WarpPointer." Unfortunately, it does not work in a plain vanilla ScrolledWindow. ScrolledWindow cap

Re: Cursor movement question

2009-05-22 Thread Aahz
In article , Jive Dadson wrote: > >Gosh, you guys are slow. :-) I figured it out. Perhaps you could post the solution for posterity's sake? -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "A foolish consistency is the hobgoblin of little minds, adored by little

Cursor movement question

2009-05-22 Thread Jive Dadson
Howdy, folks. I am using wxPython 2.8 on Windoze XP Pro. I want my application to move the cursor and the mouse-point (the coordinates in the mouse-click events) to the left when the user presses the left-arrow key, up when they press the up-arrow key, etc.. I think I can figure out how to g

Re: Cursor movement question

2009-05-22 Thread Lawrence D'Oliveiro
In message , Jive Dadson wrote: > Gosh, you guys are slow. :-) I figured it out. We were just waiting to see how long it would take you. -- http://mail.python.org/mailman/listinfo/python-list

Re: Cursor movement question

2009-05-21 Thread Jive Dadson
Gosh, you guys are slow. :-) I figured it out. -- http://mail.python.org/mailman/listinfo/python-list