Main Menu

PB running very slow

Started by eatfishy, October 12, 2008, 10:30:10 PM

Previous topic - Next topic

eatfishy

Before when I ran playbasic, it works fine. Now, when I switch to a new computer, it runs extremely slow. I have Window XP with service pack 3 and running PB V.1.64c. Does anyone know why or maybe a solution to fix the problem?

kevin


eatfishy

When I press F5 to run Play Basic, it runs extremly slow. I thought it may have something to do with my graphic card, but when I ran Darkbasic Pro applications, it ran fine.  I just use basic code to run PB:

Do
Sync
Loop

It pops up with two window running, which in the past, it should just be 1 window running.



kevin


    No wonder, You're flooding the machine with redraws. 


     SetFps 60
    Do
     Sync
   loop



eatfishy

Okay. So, if I use SYNC without SETFPS, PB does not give a default SETFPS? Thanks for the fast response!

kevin

 
QuotePB does not give a default SETFPS?

  nope.