Page 1 of 1

PIE - Pure Instant Event-Loop

Posted: Wed Mar 30, 2011 5:32 am
by rrpl
PIE has been created to enable the event-loop to be updated when additions/changes are made to a visual form design. It is designed to do this without making changes to the coding that has been added to the event-loop by the user. It does not remove constants you have removed from your visual form design for that very reason (They will be picked up by the compiler anyway).

PIE works with either PureBasic's Visual Designer or with PureForm allowing additions to the output include file from these applications to be instantly updated to the previously created PIE event-loop file. PIE was used to update the event-loop code of PIE itself as visual form design changes were made during coding.

PIE also allows you to create templates that can be used to quick start new applications or save older versions of your code.

You can download PIE and or get more info from;
Note: Link no longer needed now PB has its own integrated form designer.


Now having said all that, I typically don't release my applications, and mainly create them for my own needs. I made this application a little while back for myself, and thought it may be of use to others as well, so I finished it to hopefully a reasonable state. However I'm not used to allowing for my applications to run on other systems, so if any problems please be kind.

Re: PIE - Pure Instant Event-Loop

Posted: Wed Mar 30, 2011 9:25 pm
by idle
Sounds like a good tool, thanks for sharing