No title bar? |
Post Reply |
Author | |
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
Posted: 12 July 2004 at 8:53am |
Hi, How do you make a pane with no title bar? I have a pane thats acting effectivly just as a splitter using all the options below but it looks stupid with an empty title bar across the top of it. Dim A As Pane Any help appreciated.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
This is now possibel.....See post below:)
Edited by SuperMario |
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
There doesnt seem to be much you CAN do with the docking pane. For $225 you get a docking pane that : I am finding it hard to justify to myself why I purchased this product when there are free / open source projects that do more than this product seems to do. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
In the next release, you can remove the title bar from all the panes with the code below:
DockingPaneManager.Options.ShowCaption = False |
|
shoq
Newbie Joined: 11 February 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
This seems to be a good place to ask this question
My programming partner already owns this product, but he doesn't have time to explore this. So while I don't fully understand the product, he does, and I will share any replies with him. I am familiar with many docking events in delphi apps, but not VB, so bear with me. I am concerned that the user above minds many things impossible with code. So let me explain both things that I want to do, and someone might tell me if its doable. 1) I need to intervene while the user is dragging to a potential dock, and either accept, reject or retarget the "docking position" based on other variables. Can I assume there is an "on_docking" event of some kind where I might: a) know the current dockng position/and coordiates, and b) programmatically control the final docking position? These are probably things my partner knows already, but he's unavailable for a few days, so a simple yes or no to a/b will help me a lot. 2) I would like to make the Client region of a window draggable, rather than via the titlebar. In Delphi I would simply intercept the mousedown WM_CLIENT message, and change it to a WM_CAPTION. And poof, the entire window can be dragged by a mousedow anywhere on the client area. Can we do this with this control without too much effort? Thanks |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Maui,
You can now hide individual pane captions. |
|
shoq
Newbie Joined: 11 February 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Mario.. might my question get answered in another thread?
I don't like cross posting. I'm a bit surprised no one answered Any suggestions as to how i get this answered? |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
shoq, I would send an email to support. I will answer what I can.
1. See Action event. a. I don't think so. b. Yes, by destroying the pane and then create a new pane and dock it in the desired position, you attach the object to this new form. 2. Again, I don't think so, but send in an email so development can take a look at it. |
|
mwest
Newbie Joined: 13 June 2005 Location: United States Status: Offline Points: 14 |
Post Options
Thanks(0)
|
You can hide the caption to a docking pane by something like this:
|
|
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 |