Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - StatusBar object for Suite (#7977)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

StatusBar object for Suite (#7977)

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


Joined: 14 April 2004
Location: Russian Federation
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote quake Quote  Post ReplyReply Direct Link To This Post Topic: StatusBar object for Suite (#7977)
    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
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: 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
Back to Top
quake View Drop Down
Newbie
Newbie


Joined: 14 April 2004
Location: Russian Federation
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote quake Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
WaleedSeada View Drop Down
Groupie
Groupie
Avatar

Joined: 29 March 2007
Location: Egypt
Status: Offline
Points: 88
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaleedSeada Quote  Post ReplyReply Direct Link To This Post 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
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.063 seconds.