Search found 3 matches
- Mon Aug 23, 2021 6:21 pm
- Forum: Scripting
- Topic: Moho document library: create folder and move existed imported file into
- Replies: 12
- Views: 3904
Re: Moho document library: create folder and move existed imported file into
I think what you are looking for is in the menu File -> Gather Media... I didn't quite understand what this functionality does. What I need is: by scripting , after file importing in document library (image below), creating some category folder in this library (Image, sound, etc.) and put the file ...
- Mon Aug 23, 2021 3:10 pm
- Forum: Scripting
- Topic: Moho document library: create folder and move existed imported file into
- Replies: 12
- Views: 3904
Moho document library: create folder and move existed imported file into
Hi guys ! I want to import some files into moho document and place by defferent categories (folders, for example: Characters, Audio etc.). The problem is: I can't find in scripting references how to create folder in current document library and move imported files into. So how can I do this ? Thanks.
- Thu Aug 19, 2021 12:21 pm
- Forum: General Moho Discussion
- Topic: Moho, run script and get ScriptInterface instance (without menu/tool clicking)
- Replies: 1
- Views: 1291
Moho, run script and get ScriptInterface instance (without menu/tool clicking)
Hi guys ! I need to run Moho lua script which created new document, import some files etc., by command line. The problem is: to call Run() function requered ScriptInterface instance. It may called by mouse clicking, by menu selection in Moho UI (hand made calling) and sending ScriptingInterface inst...