Jump to content
Software FX Community

Re: Disabling toolbar item has no effect


Software FX

Recommended Posts

You can not enable/disable predefined buttons as they are enabled/disabled

automatically given the chart properties.

Use AllowEdit to prevent the chart from being edited, remove the DataEditor

command from the menus if you want to disable this option.

--

Frank

SFX

"Edward Evans" <eevans@pacsim.com> wrote in message

news:3WToCxgMAHA.2224@sfxserver.softwarefx.com...

> Hi,

>

> I'm trying to turn off the Data Editor feature in ChartFX, but the

following

> line has no effect:

> m_ChartFX->GetCommands()->GetItem( CFX_ID_DATAEDITOR )->Enabled = 0;

>

> What am I missing?

>

> Thanks,

>

> Ed Evans

> eevans@pacsim.com

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...