Hi all, I would like to be able to touch a video in a mobile player to toggle between play and pause without having to display the controller, or create a separate button. This should be easy enough with mobileControlDo and Play or Pause. The problem is I can't seem to figure out how to attach an LC behavior or mouseUp handler to a mobile control. Is this even possible?
Thanks in advance! Fred
Attach behavior to mobile control? Possible?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Attach behavior to mobile control? Possible?
Hi fgreen,
I don't think this is possible at all, since native controls are NOT part of Livecode
but are supplied by the underlying OS and only "overlay-ed" on top of your stack(s).
Best
Klaus
I don't think this is possible at all, since native controls are NOT part of Livecode
but are supplied by the underlying OS and only "overlay-ed" on top of your stack(s).
Best
Klaus
Re: Attach behavior to mobile control? Possible?
Hi Klaus, I was afraid of that. Thanks for the info.