PGF: Programmable Graphics Format

General Computer Utilities
Post Reply
Sub12
Posts: 5
Joined: Tue Dec 02, 2008 10:34 pm

PGF: Programmable Graphics Format

Post by Sub12 »

This is my image format... Reads data from a PGF file and displays graphics depending on what the data is. For more info see my topic on the forums.
Attachments
PGF Stable.zip
(1.19 MiB) Downloaded 908 times
Last edited by Sub12 on Wed Dec 03, 2008 3:48 pm, edited 1 time in total.
stpendl
Site Admin
Posts: 61
Joined: Wed Jan 18, 2006 10:05 pm
Location: Austria

Post by stpendl »

Cool, but where is the ZIP archive, since this is a files archive ???
Stefan
The invisible Admin
Sub12
Posts: 5
Joined: Tue Dec 02, 2008 10:34 pm

Post by Sub12 »

Sorry about that, i forgot to upload it :oops:
packpatfan
Posts: 4
Joined: Thu Jan 12, 2012 3:08 pm

Re: PGF: Programmable Graphics Format

Post by packpatfan »

You had a small error, when the user was selecting the PGF file. If they clicked 'Cancel' the program threw an 'OS cannot find the file' error.
I changed it to give a readable error message and gracefully exit with a simple 'end' statement.
Attachments
PGF Stable.zip
Here's the code with the fix
.bas Source Code
Folder containing needed images
(1.22 MiB) Downloaded 660 times
Post Reply