Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Steve_Paint
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
WhatAmIDoing




PostPosted: Fri Apr 02, 2004 10:58 am   Post subject: 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?


Paint.t
 Description:

Download
 Filename:  Paint.t
 Filesize:  5.74 KB
 Downloaded:  338 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
Delos




PostPosted: Fri Apr 02, 2004 12:01 pm   Post subject: (No subject)

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




PostPosted: Mon Apr 05, 2004 5:25 pm   Post subject: (No subject)

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




PostPosted: Sun Jun 13, 2004 9:08 pm   Post subject: (No subject)

To save over the old file, delete it first, then just save with the same name.

code:
File.Delete (filePathName : string)


I think that'll make it work for you.
Paul




PostPosted: Sun Jun 13, 2004 10:01 pm   Post subject: (No subject)

Close the window after quit Laughing
Delta




PostPosted: Tue Jun 15, 2004 12:40 am   Post subject: (No subject)

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




PostPosted: Tue Jun 15, 2004 8:26 am   Post subject: (No subject)

Does turing have some sort of constraint so that you can not force it to delete important system files using that command?
beard0




PostPosted: Tue Jun 15, 2004 9:29 am   Post subject: (No subject)

SuperGenius wrote:
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,
code:
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.
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 8 Posts ]
Jump to:   


Style:  
Search: