style
doesn't work correctly for the size of the button - the y
part of the pair is not taken into consideration in Win 8.1. Here, on my Win 10 at work it's working correctly.
init-board
func, where it belongs.compose
in either way:view [
style hand: base 30x30 loose with [
actors: object [
on-drag: func [face event] compose [
(to-set-word var) face/offset
]
]
]
...
]
view compose/deep [
style hand: base 30x30 loose on-drag [
(to-set-word var) face/offset
]
...
]