Window Freezing ?

  • Follow


What's the equivalent of:

'application.screenupdating = false'.  I've previously used that line of code in a Macro / Visual Basic Editor for MS Excel to stop screen flashing before the users eye when the computer is flicking between things to work things out!

I tried adding: 'Freeze window' to the beginning of my script as I thought I'd previously done and it worked - didn't seem to do anyhting on this ocassion.

My script calls other scripts though.  Should I put the Freeze window command at the start of each script in the chain? :-/ 
0
Reply Jennifer_Beecroft (79) 7/5/2012 4:29:01 PM

"JayBee"  schreef in bericht 
news:91f86a8c-320c-4474-b4fa-546aefec836b@googlegroups.com...

What's the equivalent of:

'application.screenupdating = false'.  I've previously used that line of 
code in a Macro / Visual Basic Editor for MS Excel to stop screen flashing 
before the users eye when the computer is flicking between things to work 
things out!

I tried adding: 'Freeze window' to the beginning of my script as I thought 
I'd previously done and it worked - didn't seem to do anyhting on this 
ocassion.

My script calls other scripts though.  Should I put the Freeze window 
command at the start of each script in the chain? :-/

-
Hi jennifer,

you could, but would probably still see some flickering.

I create a main layout that is presented to the user. This layout contains 
something like a logo and nothing else. Then I create a new window wich is 
located off screen (set location to -10000 and -10000). All processes of the 
script take place there. Since it is off screen the user is unaware of this. 
When ready this window is closed and the main window switches to wherever I 
need to be.

Keep well,
Ursus

0
Reply ursus.kirk (167) 7/5/2012 9:35:05 PM


1 Replies
82 Views

(page loaded in 0.064 seconds)

Similiar Articles:













7/13/2012 4:01:32 AM


Reply: