Status Bar on Doackbale Pane |
Post Reply |
Author | |
alexshemesh
Groupie Joined: 22 February 2009 Status: Offline Points: 17 |
Post Options
Thanks(0)
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? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
maybe you have some child object that covers status bar?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |