sarcos Posted August 1, 2011 Posted August 1, 2011 On Changelog.txt file in the version 0.86.0.888 I've seen 0000591: Cursor property for web, that means you can now change the cursor that displays the browser, for example when loading data, if so, how should I do it? Thank you in advance Quote
Administrators Farshad Mohajeri Posted August 1, 2011 Administrators Posted August 1, 2011 You can select a cursor for visual controls which support it. Any change made to cursor will be visible only when event handler is fully processed. If you want to disable user access to screen while a lengthy operation is in progress use TUniScreenMask. Quote
sarcos Posted August 2, 2011 Author Posted August 2, 2011 How Can I use TUniScreenMask to do it? Quote
Administrators Farshad Mohajeri Posted August 2, 2011 Administrators Posted August 2, 2011 See UIMask demo.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.