[Pharo-project] Implement Keyboard focus on a custom morph when have rounded corners
Sept. 25, 2010
9:37 p.m.
I´m developing new widgets, integrateds in Polymorph. But when I try implement the keyboard focus appearance fails when the widget have rounded corners: http://forum.world.st/file/n2713899/RoundedCorner.png I imagine something miss, but I don´t know what. I implement the keyboard focus with drawSubmorphsOn: aCanvas super drawSubmorphsOn: aCanvas. self hasKeyboardFocus ifTrue: [self drawKeyboardFocusOn: aCanvas]. Many thanks for the help :)) -- View this message in context: http://forum.world.st/Implement-Keyboard-focus-on-a-custom-morph-when-have-r... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
5788
Age (days ago)
5788
Last active (days ago)
0 comments
1 participants
participants (1)
-
nullPointer