Print Page | Close Window

v17 (final) Floating Docking Problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=22839
Printed Date: 26 April 2024 at 9:18am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: v17 (final) Floating Docking Problem
Posted By: cpede
Subject: v17 (final) Floating Docking Problem
Date Posted: 12 January 2016 at 3:42am
When dragging a floating docking window, it is not correctly repainted.

Run the Ribbon Sample, and as the first thing drag the Styles docked window and you will see something like this:



I see the same in my own app.

-cpede


-------------
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)



Replies:
Posted By: markr
Date Posted: 12 January 2016 at 12:54pm
I can reproduce this in the sample, but it's not happening in my applications.

Out of curiosity, are you using the pane manager's SetShowContentsWhileDragging(TRUE) method?

- Mark R.


Posted By: cpede
Date Posted: 15 January 2016 at 6:17am
Test 1:
SetAlphaDockingContext(FALSE);
SetShowDockingContextStickers(TRUE);
SetShowContentsWhileDragging(TRUE);
Shows a white rect., instead of contents, and no stickers!

Test 2:
SetAlphaDockingContext(FALSE);
SetShowDockingContextStickers(TRUE);
SetShowContentsWhileDragging(FALSE);
Shows a gray frame with a lot of re-painting problems, and no stickers!

Test 3:
SetAlphaDockingContext(TRUE);
SetShowDockingContextStickers(TRUE);
SetShowContentsWhileDragging(FALSE);
Shows a blue rect., instead of contents, and stickers!
This can be used, but the blue rect. is not themed?

Test 4:
SetAlphaDockingContext(TRUE);
SetShowDockingContextStickers(TRUE);
SetShowContentsWhileDragging(TRUE);
Shows contents, and stickers!
This works!

The stickers are hard to theme, since they are hardcoded as a style and not as a theme class.

-cpede





-------------
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)


Posted By: Andruscha
Date Posted: 15 January 2016 at 4:15pm
When Form with a DockingPane on it is shown, the application freezes in v. 17 and has an one core workload. I played a bit with the properties but found no solution.


-------------
SuitePro ActiveX 17, VB6, Windows 10


Posted By: vjedlicka
Date Posted: 01 April 2016 at 11:07am
I am having problems with docking panels when System font size is set to 125%.

I am using ToolkitPro 17.1.0 on Windows 10.

Please have a look: 

http://screencast.com/t/Qh61g5XY" rel="nofollow - http://screencast.com/t/Qh61g5XY


-------------
Thank you
Vaclav
---------------------
ToolkitPro 20.1.0
VS2010-2022, Windows 11


Posted By: cpede
Date Posted: 01 April 2016 at 3:26pm
It looks exactly as my Test 2 described above.

-cpede


-------------
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)


Posted By: olebed
Date Posted: 01 April 2016 at 3:29pm
Hi,

We know about this issue. Unfortunately it is hard to fix.
Vaclav try to use SetAlphaDockingContext(TRUE)  yet.

Regards,
 Oleksandr Lebed



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net