CorelDRAW Community
Site
Search
User
Site
Search
User
Developer Area
Programming Guide
7.1 - Organizing macros
Forums
Wikis
API References
Tags
More
New
Developer Area requires membership for participation - click to join
-
Programming Guide
1 - About this resource
2 - About additional resources
+
3 - Understanding automation
+
4 - Getting started with macros
+
5 - Creating scripts and macros
+
6 - Making macros user-friendly
-
7 - Organizing and deploying macros
7.1 - Organizing macros
7.2 - Deploying macros
+
8 - Understanding the object model
9 - Glossary
7.1 - Organizing macros
To make your macro solutions easy to deploy, you can organize them. Here are some tips:
To sort your macros, use a separate code module for each macro, and then group related macros into a single GMS file.
To help users find the entry point to a macro, place all public subroutines into a single code module so that the macro can be called from within the application.
Related
7 - Organizing and deploying macros
When you’ve finished developing your macro solution, you can make it available to other users. Note: This section doesn’t apply to JavaScript scripts. In this section This section contains the following...
Macros
Please am using Corel 2017, i want a Marcos that will import text from Excel. I layed the Job 18 ups in corel draw, so i typed the serial numbers in excel, so i want to import the text to corel in such...
Carton macro
i am looking for 2 type of macrosI First macro that can make all type of carton by just mentions its height weidth and length second macro that can automaticly utilize page every space by rotating...
Packaging macro
Anyone working with packaging macros? I am looking for macros to create die outline just by mentions its height width and length
Recommended