Activate field caret
What do I need besides focus some-field for the field caret to be show and ready to type? Thanks
posted by: OneArb 23-Jan-2017/15:34:04-8:00
view/new layout [f: field] focus f do-events
posted by: Nick 23-Jan-2017/23:04:03-8:00
view layout [f: field btn "Time" [alert form now focus f]]
posted by: Nick 23-Jan-2017/23:06:03-8:00
view layout [f: field do [focus f]] view layout [f: field f2: field do[focus f2]]
posted by: Nick 24-Jan-2017/22:23:36-8:00
|