wxBeginBusyCursor

Folks

I've tried to pass wxBeginBusyCursor a different cursor id without success.
Is this possible?

Some time ago there was a thread about double-clicking on a notebook tab to
change it. What was the distilled result. Possible, not possible?

Nigel

···

--
Nigel W. Moriarty
Building 4R0230
Physical Biosciences Division
Lawrence Berkeley National Laboratory
Berkeley, CA 94720-8235
Phone : 510-486-5709
Fax : 510-486-5909
Email : NWMoriarty@LBL.gov
Web : CCI.LBL.gov

Nigel Moriarty wrote:

Folks

I've tried to pass wxBeginBusyCursor a different cursor id without success.
Is this possible?

No, you'll have to manage setting and unsetting the cursor yourself in this case.

Some time ago there was a thread about double-clicking on a notebook tab to
change it. What was the distilled result. Possible, not possible?

Not possible. There is currently no way to find out (besides guessing) which tab the mouse event occurred on.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!