Magic Lantern Forum

Developing Magic Lantern => Scripting Corner => Scripting API suggestions => Topic started by: garry23 on December 05, 2017, 03:34:02 PM

Title: ML Menu open()
Post 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
Title: Re: ML Menu open()
Post by: a1ex on December 05, 2017, 03:43:29 PM
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).
Title: Re: ML Menu open()
Post by: garry23 on December 05, 2017, 03:46:30 PM
@a1ex

Thanks...works a treat  :)