Slow opening of cards in .exe file

2010-03-22 Thread William de Smet
Hello there,

In a new app I am working on I am experiencing slow opening of cards in the
.exe file on Windows 7 (on Mac OSX the app works fine and smootly).
It seems that all of the cards are send to memory at once because after the
first mouseclick and about 10 sec wait it all works fine.

In the button there is just a single line of code:
on mouseup
go cd xxx
end mouseup

I use a 'on preopencard' script on each card but I just hide some buttons in
there.
Nothing to difficult either.

Is there a way to speed things up or a way to improve performance?

Thanks!

Greetings,

William
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Slow opening of cards in .exe file

2010-03-22 Thread J. Landman Gay

William de Smet wrote:

Hello there,

In a new app I am working on I am experiencing slow opening of cards in the
.exe file on Windows 7 (on Mac OSX the app works fine and smootly).
It seems that all of the cards are send to memory at once because after the
first mouseclick and about 10 sec wait it all works fine.


Right, all stacks are loaded completely into RAM when they open, 
including all substacks too. Slow navigation usually means you have a 
lot of cards. It's odd that it would only slow down on one OS though. 
Does the Win 7 machine have any virus detectors that are scanning files 
when they open?


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Slow opening of cards in .exe file

2010-03-22 Thread Len Morgan
I have had the same problem all the way back to XP.  But it is only a 
problem the first time I navigate away from card 1.  It can pause a LONG 
time before it goes to the selected card (and I've only got 10 or so in 
the stack) but after that first switch it's pretty zippy.  Even on 
Windows 7.


len


On 3/22/2010 4:35 PM, J. Landman Gay wrote:

William de Smet wrote:

Hello there,

In a new app I am working on I am experiencing slow opening of cards 
in the

.exe file on Windows 7 (on Mac OSX the app works fine and smootly).
It seems that all of the cards are send to memory at once because 
after the

first mouseclick and about 10 sec wait it all works fine.


Right, all stacks are loaded completely into RAM when they open, 
including all substacks too. Slow navigation usually means you have a 
lot of cards. It's odd that it would only slow down on one OS though. 
Does the Win 7 machine have any virus detectors that are scanning 
files when they open?




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution