Page 7 of 7

Re: MohoScripting.com - unofficial Moho scripting documentation

Posted: Fri May 08, 2026 2:30 am
by Stan
SimplSam wrote: Fri May 08, 2026 12:22 am Wanted to update the SetCurFrame method, but could not edit the Argument list. Not sure if that is possible for us wee mortals.

In any event, the 2nd parameter - should be updateUI. i.e.: SetCurFrame(frame, updateUI, enableBoneDynamics) -- which allows the suspension of UI updates during the frame change. This suspension can make a significant difference in overall processing time (like: 10x) - if traversing multiple frames in batch (as done with the glTF export).
Thanks Sam! I fixed the argument type in the db record. Feel free to add a description if you'd like.

Re: MohoScripting.com - unofficial Moho scripting documentation

Posted: Sun May 10, 2026 12:58 pm
by synthsin75
The link to the constants was going to the Introduction page for this function: https://mohoscripting.com/methods/lm.gui-alert
I changed the url from "?show=module&name=LM.GUI#Alert_boxes" to "https://mohoscripting.com/modules/lm-gui#alert-boxes"

The link is working now, but if there's a preferred way to reference the link, please update it.

Thanks,

Re: MohoScripting.com - unofficial Moho scripting documentation

Posted: Sun May 10, 2026 3:20 pm
by Stan
synthsin75 wrote: Sun May 10, 2026 12:58 pm The link to the constants was going to the Introduction page for this function: https://mohoscripting.com/methods/lm.gui-alert
I changed the url from "?show=module&name=LM.GUI#Alert_boxes" to "https://mohoscripting.com/modules/lm-gui#alert-boxes"

The link is working now, but if there's a preferred way to reference the link, please update it.

Thanks,
Yes, that's the correct way to reference constant links. Thank you Wes!