Print Page | Close Window

StatusBar object for Suite (#7977)

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=3822
Printed Date: 19 June 2025 at 1:19am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: StatusBar object for Suite (#7977)
Posted By: quake
Subject: StatusBar object for Suite (#7977)
Date Posted: 21 March 2006 at 3:30am

HI!

Unfortunatelly i can't open issue detail, so write there. I want StatusBar like visual object, witch i can place on form like CommandBar, ImageControl, Docking Pane, ImageManager. When i place control on form, i get control's events. When i place CommandBars on form, i got only CommandBars's events.

I want add StatusBar events to CommandBar object (something like Statusbar_ MouseDown; Statusbar_MouseUp;) or visual control named StatusBar with this events (not in CommandBar).

I hope u understand me.

Victor



-------------
wbr,
Vic



Replies:
Posted By: Oleg
Date Posted: 21 March 2006 at 7:55am

Hello,

 

Just decalre it as

Public WithEvents StatusBar As XtremeCommandBars.StatusBar
and you will be able catch its events:

Private Sub StatusBar_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long)

Private Sub StatusBar_PaneClick(ByVal Pane As XtremeCommandBars.StatusBarPane)

Private Sub StatusBar_PaneDblClick(ByVal Pane As XtremeCommandBars.StatusBarPane)

 



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


Posted By: quake
Date Posted: 22 March 2006 at 2:31am

HI!

thanx for reply

I see examples with this code. Problem is my environment not VB, but Sybase PowerBuilder. I know u don't support PB.

But there is no alternative Activex componets (with PB support). u are the best!

 



-------------
wbr,
Vic


Posted By: WaleedSeada
Date Posted: 06 April 2007 at 8:25am
Hello,
I understand that you have experiance working with these controls in Power Builder, so can you help me dealing with the commandbar images, I am using IconManager to load the icons from image, But the look of the icons next the menu item is strange, as if the width is not correct ...
 
I appreciate any direction regards that issue
 
Thanks and best regards
Waleed Sead


-------------
:Powerbuilder 10.5
:Codejock suite 11.2.2
=========================
Waleed Seada



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