Is it possible to allow a user who is running a finished stack to make the size of a button smaller or larger. Preferably by first holding down a modifier key.
The objective is for a caregiver to be able to resize buttons in an application for multiply diabled children who are now making on screen button selections by controlling the cursor with their eyes. Different kids have different control capabilities and thus the caregiver may have to make a button larger.
Dynamically resize a button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Yes it is possible:
height
width
rectangle
left
top
right
bottom
topleft
topright
bottomright
bottomleft
As well as:
mouseDown theMouseButton
mouseUp theMouseButton
commandKey
altKey
shiftkey
keysDown
Additional not so relevant stuff:
grab
drag
click
move
commandkeyDown
optionKeyDown
commandKeyDown
shiftKeyDown
keyDown theKey
keyUp theKey
ArrowKey theKey
height
width
rectangle
left
top
right
bottom
topleft
topright
bottomright
bottomleft
As well as:
mouseDown theMouseButton
mouseUp theMouseButton
commandKey
altKey
shiftkey
keysDown
Additional not so relevant stuff:
grab
drag
click
move
commandkeyDown
optionKeyDown
commandKeyDown
shiftKeyDown
keyDown theKey
keyUp theKey
ArrowKey theKey
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode