Another cursor glitch?

Cees de Groot cg at cdegroot.com
Mon Feb 28 10:27:16 UTC 2005


Hi,

In the ok button handler (an action method of a pluggable button), we have  
a method that looks like:

WxCursor withBusyCursorDo: [
	disabler _ WxWindowDisabler.
	["... do stuff ..."]
		ensure: [disabler delete]]

What I've noticed is that if you hit enter on such a dialog, the busy  
cursor stays up. If you click the button, the busy cursor stays up until  
you release the button - it then reverts to a normal button?

Is that our problem, wxSqueak's or wxWidgets?




More information about the Wxsqueak mailing list