Share Tips, Code Samples, etc. with the Visual Prolog community.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Using PIE in a program (for example for automation)

Unread post by Thomas Linder Puls »

The attached project illustrated how PIE can be used in a project.

The project contains a form (on F7), which for is initialized with a little demo PIE script. The script invokes two predicates which are implemented in the project and exposed for usage in the PIE engine.

One of the predicates pops up a dialog that ask the user a question, the other predicate simply makes some calculation. The result of the script is written in the message window (because stdio is the default output for PIE engines).
Attachments
pieDemo.zip
pieDemo project
(34.59 KiB) Downloaded 1481 times
Regards Thomas Linder Puls
PDC
Post Reply