common code patterns

Monte Goulding monte at appisle.net
Fri Aug 11 01:04:14 EDT 2017


> On 11 Aug 2017, at 2:54 pm, Scott Morrow via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> What about the use of mobile-only commands… needing to always wrap them in something to keep the IDE from touching.
> 
> if "mobile" is in the environment then
>  mobileControlSet tObject, tProp, tValue
> end if

Yes that’s quite a common bit of code in a mobile app!

Cheers

Monte


More information about the use-livecode mailing list