
-----------------------------------
Jickman
Thu May 17, 2007 5:45 pm

problem+screen+ graphic + setscreen
-----------------------------------
ok i know i'm annoying but just to tell u again..
ok the problem is that each time if i take away setscreen (max.max) everything is ganna be big and we can't see the entire pictures..
each time i go from 1 computer i can see the entire screen neat with no mess, but when i go to another computer ( school) the entire graphic is not align and its not in order.
i am here to ask is there a help for this problem..  i have this program, if you can help me fix it that'll be the best.. cuz i've been experimenting with stuff but its not working.. please help.  :cry:
see does it work on your screen, but i want the program to stay the same even if i shrink the screen, or max the screen to see all info . thanku

-----------------------------------
CodeMonkey2000
Thu May 17, 2007 7:41 pm

RE:problem+screen+ graphic + setscreen
-----------------------------------
try replacing maxx with a really huge number.On smaller screens you will have to move around the window. Or don't make the output so huge.

-----------------------------------
Jickman
Thu May 17, 2007 7:56 pm

RE:problem+screen+ graphic + setscreen
-----------------------------------
CAN U FIX MY PROGRAM! PLEASE!!!

-----------------------------------
Saad
Thu May 17, 2007 8:11 pm

Re: problem+screen+ graphic + setscreen
-----------------------------------
Just use setscreen("graphics:500;500") change the 500 to any size you want

or if u want to make the screen x and y variables then do
var screenx := 800
var screeny := 600

var msg := "graphics:" + strint(screenx) + ";" + strint(screeny)
setscreen(msg)
