Jump to content
Software FX Community

Chart ToolBar problems


User (Legacy)

Recommended Posts

Hello

The following problems are observed with the ToolBar options of a chart:

1. When attempting to Print, chart generates 'Application does not have

enough permissions to execute this operation'. The same problems is observed

when print page is changed from portrait to landscape. What needs to be

configured to allow printing from the chart's ToolBar?

2. The Help option on the Toolbar does not function at all. The

sub-menu options are 'Contents', 'Search' and 'About Chart FX' but selecting

any of these items does not cause any function at all.

Thanks

Link to comment
Share on other sites

> 1) When attempting to Print, chart generates 'Application does not have

> enough permissions to execute this operation'

You need to enable Printing or increase the Trust for the corresponding

security zone/assembly to Full Trust.

Check out the following KB articles for more info:

Q6141001. Security settings required by the .NET client control

Q7121096. Configuring client for full functionality of .Net charts

> 2. The Help option on the Toolbar does not function at all. The

> sub-menu options are 'Contents', 'Search' and 'About Chart FX' but

> selecting

> any of these items does not cause any function at all.

You must be referring to the Menu bar. This option is open for you to call

your own help system. You may either hide these commands or respond to them

(InternalCommand event) to display the appropriate help content.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

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

news:PVS0mVJ7FHA.468@webserver3.softwarefx.com...

> > 1) When attempting to Print, chart generates 'Application does not have

> > enough permissions to execute this operation'

>

> You need to enable Printing or increase the Trust for the corresponding

> security zone/assembly to Full Trust.

>

> Check out the following KB articles for more info:

>

> Q6141001. Security settings required by the .NET client control

> Q7121096. Configuring client for full functionality of .Net charts

>

I had a look at

http://support.softwarefx.com/kb/614/1/001.htm

It only suggests to change security to Medium Trust. But I have found that

at Medium Trust printing does not work. It does however, at Full Trust. Of

course, ours is an internet application and Full Trust is certainly not

advisable.

Is there any other way to allow printing without changing permissions to

Full Trust?

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Did you check article:

Q7121096. Configuring client for full functionality of .Net charts

It explains you how to create a specific permission set to print.

Printing is considered an operation requiring Full-Trust, this is decided by

MS not us.

Notice that users can print from IE's Print menu, this does not require full

trust.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...