CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Preventing user activity with lock indicator

by joelz » 06 Sep 2013 22:02

When using a lock indicator how do I set it so that all user activity is prevented while the indicator is active?
joelz
 
Posts: 75
Joined: 14 Mar 2013 13:54

by Jorge Sousa » 07 Sep 2013 00:08

Hello

Thats what Lock Indicator does by definition, it locks the user clicks and keys, while shows an indicator.

Normally you don't need to do anything special, unless, you're using an indicator in a Dialog and Modal.

Since jqdialog, also locks the user, setting a disabled div with an high zindex, and also pops up, you must force

property IndicatorIems[i].BaseZ to an even higher zindex, you can set to 10000 or higher, should be enough.

type
TIWCGJQLockIndicatorItem = class(TIWCGJQCustomLockIndicatorItem)
published
/// <summary>
/// Z-index for the blocking overlay
/// </summary>
property BaseZ: Integer index 11 read GetIntegerValue write SetIntegerValue stored IsIntegerStored;


Best Regards and a nice weekend
Best Regards
CGDevTools Develop / Support Team
Home Page: http://www.cgdevtools.com
Jorge Sousa
 
Posts: 4261
Joined: 17 May 2012 09:58


Return to JQLockIndicator

cron

Who is online

Users browsing this forum: No registered users and 2 guests

Contact Us.