CelOS Tigress

Post Reply
Celestianpower
Posts: 12
Joined: Fri Jun 03, 2005 8:48 pm
Location: Stroud
Contact:

CelOS Tigress

Post by Celestianpower »

Here's my one. Compatability issues, problems with the recent function and issues with using a huge bmp have gone. There is also a help file.

CP
Attachments
CelOS Tigress.zip
The contest entry!
(346.1 KiB) Downloaded 538 times
ajd344
Posts: 20
Joined: Wed Jul 20, 2005 5:42 am

Post by ajd344 »

Wow! That's very good!

I saw you included my html program. I am sorry, but there's a file you have to put on that stores the broswers, setting.dat. Else the program doesnt run. Very Sorry!!!

---
I made a patch for it. You can either copy and paste the code in to jb, save it in the CelOS folder and run it or download it, unzip it in to the CelOS folder and run.
nomainwin 'ezhtml patch for CelOS Tigress - 9/05 ajd344 - www.atown.org
prompt "Is this file in the CelOS Tigress main folder?"; a$
if a$ = "no" then notice "Please put this file in the main folder and run again. Thanks" : end
open "setting.dat" for output as #myHandle
print #myHandle, "first"
print #myHandle, ""
close #myHandle
notice "Finished! EZHTML is now ready!"
end
Thanks!!!
Attachments
ezhtmlpatch.zip
ezhtml Patch for 'CelOS Tigress'
-Unzip to CelOS folder and run
(377 Bytes) Downloaded 428 times
Post Reply