Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - missing property ShowCaption
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

missing property ShowCaption

 Post Reply Post Reply
Author
Message
jiri View Drop Down
Newbie
Newbie


Joined: 31 October 2003
Location: Czech Republic
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote jiri Quote  Post ReplyReply Direct Link To This Post Topic: missing property ShowCaption
    Posted: 06 March 2005 at 9:35am

Hi,

I cannot find following property:

DockingPaneManager.Options.ShowCaption = False

(ver. >= 9.60)

Thanks for answer

Jiri

Back to Top
ianp View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 19 December 2003
Location: United Kingdom
Status: Offline
Points: 119
Post Options Post Options   Thanks (0) Thanks(0)   Quote ianp Quote  Post ReplyReply Direct Link To This Post Posted: 06 March 2005 at 11:07am

Hi Jiri

I believe ShowCaption has now been moved to the PaintManager when refering to all panes and Options when referring to a single pane.

The code below is from the help for 9.60.1

'Hides the caption for ALL docking panes.
DockingPaneManager.PaintManager.ShowCaption = False
'Finds the pane with ID ID_PANE_SEARCH and hides its caption. All other panes
'will still display a caption.
DockingPaneManager.FindPane(ID_PANE_SEARCH).Options = PaneNoCaption
 
The PaintManager also contains a few new members such as DrawSingleTab, CaptionFont and HighlightActiveCaption


Edited by ianp
Back to Top
Superpippo View Drop Down
Groupie
Groupie


Joined: 02 March 2005
Status: Offline
Points: 67
Post Options Post Options   Thanks (0) Thanks(0)   Quote Superpippo Quote  Post ReplyReply Direct Link To This Post Posted: 11 March 2005 at 6:40am

I am a little confused.

I have used the DockingPaneManager.Options.ShowCaption option in my code with rel. 9.51.

Now i load a 9.6 release and my code does'nt work. Looking at the forum i see that the ShowCaption as been moved.

But i am really worry, i don't think this is so safe: what appened at a distributed application if a user load a new release of XtremeDock ? If the XtremeDock dll and ocx have the same name the old application fall, if the name are different every time i change minor release of xtremedock i have to put the new file in my installation (better but not so good).

Do you often move property in this way ?

 

 

 

SuperPippo
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.