Computer Science Canada

Markbook program

Author:  bubbles3 [ Tue Apr 26, 2005 11:32 am ]
Post subject:  Markbook program

this is a program i have made that calculates your average and will also give you a letter grade. if you have any thing to add to this program email me @ bubbles3ATgmail.com

Author:  jamonathin [ Tue Apr 26, 2005 11:35 am ]
Post subject: 

Your program sux.

Author:  bubbles3 [ Tue Apr 26, 2005 11:36 am ]
Post subject: 


Author:  bubbles3 [ Tue Apr 26, 2005 11:37 am ]
Post subject: 

did you even try it?

Author:  jamonathin [ Tue Apr 26, 2005 11:43 am ]
Post subject: 

lol no, that was the point in me saying that. You didn't even give us the program. Razz

Author:  bubbles3 [ Tue Apr 26, 2005 11:52 am ]
Post subject: 

Embarassed Embarassed Embarassed sorry here it is Embarassed Embarassed Embarassed

Author:  bubbles3 [ Tue Apr 26, 2005 11:53 am ]
Post subject: 

any additions to this program that are good will be added to the program

Author:  bubbles3 [ Tue Apr 26, 2005 12:00 pm ]
Post subject:  original program

this is the original program (yes i know this sucks)

Author:  bubbles3 [ Tue Apr 26, 2005 12:02 pm ]
Post subject:  help with program

if any one would like to help me make this program better post here

Author:  mkilla [ Tue Apr 26, 2005 12:16 pm ]
Post subject: 

this pro gram is good but could have a menu and the ability to print or save Idea

Author:  jamonathin [ Tue Apr 26, 2005 1:27 pm ]
Post subject: 

mkilla wrote:
this pro gram is good but could have a menu and the ability to print or save Idea

If you pay close enough attention to the program, at the top Turing has already included those options.

Anyways, not bad, except if you want to do another mark, it froze on me, and when i said no, some text poped up then it closed, so I never saw what that text said.

What you can do next, is play with the setscreen options.
code:
setscreen ("graphics:x;y,nobuttonbar,position:center;center") or whatever

Also, make it look a little nicer. Most of these types of programs, are just, locate, put, get blah blah fart. Use some color, and different fonts. (Font.Draw)
And one last thing, I attend Kennedy, and I have 8, well, actually 9 classes a day, I start at 7:55, (although i have 3 spares + compsci spare). So you may want to take that into consideration.

Other than that, good work, and keep it up.

Author:  bubbles3 [ Wed Apr 27, 2005 7:29 am ]
Post subject: 

i would be happy to add the thing you suggested but i have had problems setting up a menu, buttons and adding color any help you could offer would be great thanks

Author:  bubbles3 [ Wed Apr 27, 2005 7:33 am ]
Post subject: 

also if you could help me fix the freezing problem

Author:  bubbles3 [ Wed Apr 27, 2005 7:34 am ]
Post subject: 

IT WOULD HELP A LOT

Author:  jamonathin [ Wed Apr 27, 2005 7:49 am ]
Post subject: 

First of all, there's no real need to post 3 times within 5 minutes, but anyways, just loop your program, and only exit the loop when the user says he doesn't want to use it anymore.
And for the color, just put
code:
colorback(your_color)
cls

and for text color change, juss use this, and it changes all text color untill you use the command again
code:
color (your_color)

Author:  bubbles3 [ Wed Apr 27, 2005 10:52 am ]
Post subject: 

i tried to fix the loop problem but it would not work i have changed the colors ad will add the new prog later

Author:  [Gandalf] [ Wed Apr 27, 2005 3:33 pm ]
Post subject: 

Yes, if you are going to add something, just edit your previous post...

And I am starting to get pissed off that people are doing the "prevent user from terminating program" thing - WTF IS THE POINT!? Do you want to make it harder for us??

Other than that, its pretty good (just fix those other bugs).

Author:  bubbles3 [ Wed Apr 27, 2005 4:20 pm ]
Post subject: 

if you or any one else would like to help me that would be great

Author:  bubbles3 [ Wed May 04, 2005 11:44 am ]
Post subject: 

I have fixed the bugs here is the new program

Edit: this is the latest version, there may be more after this but dont count on it


: