Jump to content
Software FX Community

Customizing MenuBar


User (Legacy)

Recommended Posts

Hello,

I'm trying to customize the menubar on my chart but it seems

don't work...this is the source I'm using:

chart.Commands.AddCommand 101

chart.Commands(101).Style = &H00000001&

chart.Commands(101).Text = "Test"

chart.MenuBarObj.AddItems 1,0

chart.MenuBarObj(0).CommandID = 101

Using the same code but with ToolBarObj it's all ok.

Can someone sand-me an example to add a new group

on the menubar?

Thanks a lot.

Paolo Capitani

Link to comment
Share on other sites

I'm using a trial version,

CHART FX INTERNET EDITION 2000

with financial extension.

I don't know where can I find the build of Chart FX...

I'm developing with a text editor (ultra-edit).

I attach the page that I'm trying to customize.

That is the Studies.asp page included on the examples of ChartFX

Thank you...

Paolo Capitani

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:AEgbFgnvCHA.1368@webserver1.softwarefx.com...

> This code works perfectly on my side. What version and build of Chart FX

are

> you using ? What development tool ?

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Success!

I was trying to modify an hidden toolbar...

with menubar = true it's appers with my new command.

Thank you,

Paolo Capitani

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:9XkJiwLwCHA.2828@webserver1.softwarefx.com...

> I think you are customizing the wrong menu bar.

>

> If you do MenuBar = true, you will see Chart FX's menu and will se your

> custom command. Please refer to Chart FX Financial Extension documentation

> (and newsgroups) if you want to customize the Chart FX Financial Menu

bar.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...