Hi,
i've been playing with bloc, and i am trying to completely remove the cursor (i.e. always display a blank cursor). I can't find how. Removing the Pharo cursor would also be ok, but i can't either. I can only show a blank cursor for a few moments but after moving the mouse too much it becomes normal again.
I have tried:
Cursor currentCursor: Cursor blank (seems not to work ?)
Cursor blank beCursor (works for a few moments only...)
Any way to do that permanently ?
Steven.