Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Status Bar on Doackbale Pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Status Bar on Doackbale Pane

 Post Reply Post Reply
Author
Message
alexshemesh View Drop Down
Groupie
Groupie


Joined: 22 February 2009
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexshemesh Quote  Post ReplyReply Direct Link To This Post Topic: Status Bar on Doackbale Pane
    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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 24 July 2009 at 3:46am
Hi,
 
maybe you have some child object that covers status bar?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.148 seconds.