[wxPython] busy cursor wont work with listbox evt

Does anyone know what the difference in the events could be that won't

allow the cursor to change?

Your example didn't display a busy cursor at all on my Win2k box.

I changed the example by removing

  wxBusyCursor()

and surrounding the code with

  wxBeginBusyCursor();
  # your code here
  wxEndBusyCursor();

and it worked fine for both controls.

Cheers,
Nick

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users