Magic Lantern Forum
Developing Magic Lantern => Scripting Corner => Scripting API suggestions => Topic started by: garry23 on December 05, 2017, 03:34:02 PM
-
We have close() to close the ML menu, but unless I've missed it, we don't have open(), ie to open the ML menu from a script.
On the next Lua fix update it would be great to see this feature.
Cheers
Garry
-
It's there (see api_test.lua). For some reason, it's missing from the docs...
edit: it was a typo in the comments (the docs are built from code comments).
-
@a1ex
Thanks...works a treat :)