View Single Post
Old 09-19-2008, 05:08 AM   #91
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,750
Default

Quote:
Originally Posted by Ernst Hot View Post
I have a question though; It seems there is some artificial limit on how often the gui updates? It seems a tad bit too slow for metering for instance. Is there a way to remedy this?
Hi, thanks!

The last argument to MakeGraphics() is the frame rate, which I think is set to 24 by default. If this looks slow to you, it may be because whatever you're drawing is overly CPU intensive and the redraws are not actually happening at 24 -- if everything is actually updating at 24 fps it should look fine.
schwa is offline   Reply With Quote