
-----------------------------------
WhatAmIDoing
Fri Apr 02, 2004 10:58 am

Steve_Paint
-----------------------------------
this is my paint prog.  i'm still working on it sodon't be too hard.  also if you want to open an image then make sure the file is in the same directory and type the extension (i.e. bmp or jpeg)  any feedback will be appreciated.   also does anybody know how i couls resave the image after opening it?

-----------------------------------
Delos
Fri Apr 02, 2004 12:01 pm


-----------------------------------
Nice...

How about PicButtons for the colours, would make things a lot easier to figure out.

Saving:
Press F10
Search for "Pic.Save"
and "Pic.ScreenSave"

And have fun with that...

-----------------------------------
WhatAmIDoing
Mon Apr 05, 2004 5:25 pm


-----------------------------------
ya but i tried the Pic.Save and Pic.ScreenSave but they don't rewrite the saved file.  and thanks for the PicButton they work a lot better i'll post the upgrade some time i'm just converting the buttons.  also i'm making a new frogger game.

-----------------------------------
beard0
Sun Jun 13, 2004 9:08 pm


-----------------------------------
To save over the old file, delete it first, then just save with the same name.

File.Delete (filePathName : string)

I think that'll make it work for you.

-----------------------------------
Paul
Sun Jun 13, 2004 10:01 pm


-----------------------------------
Close the window after quit  :lol:

-----------------------------------
Delta
Tue Jun 15, 2004 12:40 am


-----------------------------------
Too many buttons! GUI coming out of every nook and cranny it's crazy lol but ya... you should seperate the colours from the tools and whatnot... it's kinda confusing and messy.

-----------------------------------
SuperGenius
Tue Jun 15, 2004 8:26 am


-----------------------------------
Does turing have some sort of constraint so that you can not force it to delete important system files using that command?

-----------------------------------
beard0
Tue Jun 15, 2004 9:29 am


-----------------------------------
Does turing have some sort of constraint so that you can not force it to delete important system files using that command?
I don't think it does - for obvious reasons, I haven't tried! :wink: 
Regardless,
var r:int
system("del [pathandfile]",r)

should delete anything you want deleted, or don't want deleted and end up deleting by accident, so be careful with both of them.
