tv_LockDisplay's message box

A forum dedicated to George scripting questions
Post Reply
Svengali
Posts: 1553
Joined: 28 Dec 2006, 10:08

tv_LockDisplay's message box

Post by Svengali »

The George command tv_LockDisplay (and tv_UnLockDisplay) can help speed up many operations by suspending screen updates.

tv_LockDisplay provides the option to post a message to the center of the locked display to assure the user that something is being processed... i.e. the screen isn't frozen. If, in your script, you opt to not display a text in the popup message box, tv_LockDisplay still displays its own default message that says "display is locked". I guess this is meant to reassure users that the screen isn't frozen.

But if you use the tv_LockDisplay often, (especially for when the locked time-span is short) it's just annoying, because the user can't tell what it says. Often it looks like a glitch or like something is broken.

Is there already some way to suppress the popup non-message so the screen simply holds?

If not, maybe we could have an option for the tv_LockDisplay command to insert a single word, like "off" or "none" that would cause it to suppress the "display is locked" popup message completely.

Not at all critical I guess, but perhaps it could be added to the bottom of the request stack?

Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

Re: tv_LockDisplay's message box

Post by Mads Juul »

I think this

Code: Select all

tv_LockDisplay [QUIET] 
Suppress the dialog

-Mads
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
Svengali
Posts: 1553
Joined: 28 Dec 2006, 10:08

Re: tv_LockDisplay's message box

Post by Svengali »

Simple! it works, thanks. :)
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
Post Reply