IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24492 - 07/12/07 08:59 AM Expression / Plugin Development
sellis Offline
OL Newbie

Registered: 07/11/07
Posts: 21
I there any information on developing new expressions / Plugins for PSM6 from within VB6 / VB.net?

Many thanks.

Top
#24493 - 07/12/07 03:31 PM Re: Expression / Plugin Development
Anonymous
Unregistered


Expressions can be created with the scripting languages supplied with the operating system by default. Typically these are Jscript / VBscript. This is different from the full featured programming languages you mention.

There is a sample script with some explanation in the PrintShop Mail installed directory, folder "examples". If you copy it to the folder "macros", you will see a new function in the list in the expression builder. (Repeatstr)
If you open the sample script in a text editor, you'll find some explanation on the matter. More information about creating them is being developed and will be published on the web site on release.

Please note that any macro created will not be supported. If you require support for PrintShop Mail, or want to report an issue, always make sure that the issue can be reproduced when no macros are in the macros folder.

Top