Page 1 of 1

Attach behavior to mobile control? Possible?

Posted: Thu Jun 25, 2015 2:12 pm
by fgr33n
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

Re: Attach behavior to mobile control? Possible?

Posted: Thu Jun 25, 2015 3:47 pm
by Klaus
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

Re: Attach behavior to mobile control? Possible?

Posted: Thu Jun 25, 2015 4:09 pm
by fgr33n
Hi Klaus, I was afraid of that. Thanks for the info.