|
-
Sep 30th, 2017, 01:52 AM
#11
Fanatic Member
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by Krool
Update released.
The performance of the ToolBar has been increased.
This was achieved by internally doing at some points (if applicable) a invalidation instead of a refresh.
Very good, works well, thanks.
Changing .TextAlignment will cause re-creating of the control. During the re-creation LockWindowUpdate is used:
Maybe LockWindowUpdate does cause a screen flicker in your particular app, just a guess.
It does.
I don't use LockWindowUpdate in the app, which could be the cause.
Also I don't know of other controls that do, at least I can't find because they are compiled (CC5).
Understood.
This improvement will work for sure if VBCCR is alone in the world.
Solution could be to set the .TextAlignment already at design-time to the wanted value.
This solution works very ok.
Changing .TextAlignment is very unlikely.
Flickering is solved so far.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|