On 17 September 2012 11:40, Hilaire Fernandes <[email protected]> wrote: > Hello, > > One can change temporary the mouse cursor with something like: > > World currentHand showTemporaryCursor: ThemeIcons eyedropperIcon > > But depending on the widgets the mouse is over, its cursor may change again. > > Beside hacking the HandMorph class is there a way to change permanently > the mouse cursor? > Good question.
AFAIK, last time i seen it in code, the point where cursor is controlled is in Cursor class. Hand resets cursor by sending #normal message to it. It would be really nice to have changeable default cursor. The Cursor global used everywhere in system. We should find the way how to avoid that. > Thanks > > Hilaire -- Best regards, Igor Stasenko.
