 |
 |
 | Scripting/FormEditor/COM-API FAQ
Scripting/FormEditor/COM-API FAQ Answers- How can I ensure that my scripts are not lost when I install a new version of XMLSpy® 2008?
In case you are using the default example project file (GlobalScripts.prj) to save your scripts, it is necessary that you create a backup copy of this file prior to installing a new version of XMLSpy® 2008.
- Where can I find more information on the COM API?
Open XMLSpy® 2008 - go to the Help menu - select Table of Contents - navigate to the section "Programmer's Reference".
- Where can I find more information on how to write a macro?
Open XMLSpy® 2008 - go to the Help menu - select Table of Contents - navigate to the section "Scripting".
- I am not able to use the Application.AddMacroMenuItem() method successfully.
I have checked the parameters several times and could not find any spelling errors.
Please add a period "." to the beginning of the macro name. For example if the name of the macro
is "MyMacro" pass ".MyMacro" as the name of the macro to the AddMacroMenuItem() method.
- I would like to use part of the XMLSpy® 2008 COM API functionality in one of my applications. Do I have to buy a license of XMLSpy® 2008 for each user who will be using my application?
Yes it is necessary to install XMLSpy® 2008 on each machine on which your application will be installed as well as purchasing a license of XMLSpy® 2008 for each user who will be using your application.
|
 |
 |
 |