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

Username:   Password: 
 RegisterRegister   
 Expandisng Output Screen Size
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Snicket




PostPosted: Thu May 25, 2006 8:23 am   Post subject: Expandisng Output Screen Size

My problem isn't as simple as that though. I want to expand the screen size slowly. Ex. a loop that makes it 100x100 then 101x101. I dont think it is possible but I was wondering if anyone had any ideas.
Sponsor
Sponsor
Sponsor
sponsor
jamonathin




PostPosted: Thu May 25, 2006 9:41 am   Post subject: (No subject)

There was a slight dicussion about this before, unfortionately there's no way to smoothly do it.

click!
Snicket




PostPosted: Thu May 25, 2006 5:33 pm   Post subject: (No subject)

Better than nothing. Thanks.
Snicket




PostPosted: Thu May 25, 2006 9:06 pm   Post subject: (No subject)

I realize that this problem was posted last year but I think I came up with a quick fix.
[code]
var winID := Window.Open ("position:0;0,graphics:0;100")
var winID2 := Window.Open ("position:0;0,graphics:0;100")
for x : 0 .. 300
Window.Set (winID, "graphics:" + intstr (x) + ";100")
Window.Set (winID2, "graphics:" + intstr (x) + ";100")
end for
Window.Close (winID2)
[/code]
It is not the best but it eliminates most of the flashing
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: