function keys
Mark Schonewille
m.schonewille at economy-x-talk.com
Thu Jun 16 11:20:33 EDT 2011
Martin,
The OS hijacks the function keys. You need to turn them off in the Keyboard and Exposé preferences if you want to pass them on to LiveCode.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce
On 16 jun 2011, at 16:54, Martin Meili wrote:
> Hi,
> is there a possibility to prevent the user opening DASHBOARD from within a LiveCode standalone?
>
> Normally, the functionkey to open dashboard is 12.
>
> The following script doesn't work:
>
> on functionKey theKey
> if theKey is 12 then
> exit functionKey
> end functionKey
>
> Cheers
> Martin
More information about the use-livecode
mailing list