VS 2005 Docking |
Post Reply |
Author | |
Santos L Helper
Newbie Joined: 19 August 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 19 August 2004 at 12:30pm |
ToolkitPro v9.1 claims VS 2005-style docking algorithms. How do I
enable these in my code? The response to Maui's question included
references to AlphaDockingContext and ShowDockingContextStickers - what
class or structure are those properties a member of? A search of
the documentation yields nothing, and I have better things to do than
rifle through 3rd-party source all day. Any help is appreciated.
Thanks. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
This is the docking pane section, so I assumed you would know where to start looking
DockingPaneManager.Options.AlphaDockingContext = True DockingPaneManager.Options.ShowDockingContextStickers = True |
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
It wouldnt matter how good you were at looking because this information isnt in the documentation. There are 8 properties listed under DockingPaneOptions Object Members and neither of these two are there. There is also no mention of this feature in the Docking Pane examples. It baffels me how you guys can take the time to 1. code something this involved, 2. create such stunning graphics for your website and 3. write a product spec to advertise this new feature yet you somehow can overlook 1. letting new customers know how to implement this feature, 2. neglect to inform existing subscription customers that this feature had been added and 3. not including any documentaion or samples for all users.??? I have already made a post about the bad documentation pre Report Control and I had hoped from the feedback I received on that that things were getting better but I guess not. edit : I just looked at the release notes and see that you did let us know these properties had been added. Also underneith these two point I noticed "DockingContainers sample added" Edited by Maui |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
You are right, they are missing. I'm not sure what
happened. I guess the changes to the documentation did not get
compiled into the release.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
The DockingContainers sample is a MFC project. In VB, if you open
up the SDI sample and select Docking Panes->Docking Context, you
will see how to use these properties.
|
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
You are right, these features do exist in the SDI example. Apologies for saying you didnt provide any samples on these features when infact you did. The problem is that I had already been through the SDI example and so had no reason to revisit it, especially not to look for features that I didnt know existed. Perhaps in the future you could consider sending out a "new features added" email to your subscription customers advising them of new features that have been added and how any new features / changes effect them. I had no idea that this feature had been added until I happened across it when I visited your homepage by chance. If it werent for the screenshot posted there I still wouldnt have known about this great new feature.
|
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
Regarding the release notes. I see you already have a sub section which details any AxtiveX specific releases. If the DockingContainers sample is only for MFC then it should be in an "MFC only" subsection rather than letting us assume it is global addition. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |