I have a set of buttons which increase a number in a set of textfields. The textfields are set to locktext, traversalon and showfoucus - on Mac when I click any of the textboxes i see a blue border to show the textbox has focus
and when I click one of the buttons I execute the code
Code: Select all
put the name of the focusedobject into lcBox
if the name of the focusedobject contains "txt" then
add the label of me to field lcBox
else
beep
end if
It seems the focusedobject becomes the button I just pressed. I'd just like to know why this is the case - to be honest
the window way of working makes more sense but I thought I was given a freeplay when the code worked without any extra code on the Mac.
Kindest Regards lagi