Print Page | Close Window

Status Bar on Doackbale Pane

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=14791
Printed Date: 06 October 2024 at 8:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Status Bar on Doackbale Pane
Posted By: alexshemesh
Subject: Status Bar on Doackbale Pane
Date Posted: 22 July 2009 at 6:10am
Hi
im trying to create status bar on dockable Pane child form in MDI C# application.
Im using XtremeSuit version 13.0.0.0 in VS 2008
Everything goes smooth , but im unable to see status bar.
Ive draged AxXtremeCommandBars.AxCommandBars control on my form.
the name of the control is axCommandBars.
Then i put code like this after InitializeComponent()
       axCommandBars.LoadDesignerBars(null, null);
      
      
      StatusBar = axCommandBars.StatusBar;
      axCommandBars.StatusBar.Visible = true;

      axCommandBars.ToolTipContext.Style = XtremeCommandBars.XTPToolTipStyle.xtpToolTipLuna;
    
      XtremeCommandBars.StatusBarPane Pane;

      Pane = StatusBar.AddPane(0);
      Pane.Style = XtremeCommandBars.XTPStatusPaneStyle.SBPS_STRETCH | XtremeCommandBars.XTPStatusPaneStyle.SBPS_NOBORDERS;
      Pane.Text = "Ready";
      Pane.Width = 0; //Auto Size

Any ideas?



Replies:
Posted By: Oleg
Date Posted: 24 July 2009 at 3:46am
Hi,
 
maybe you have some child object that covers status bar?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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