Jump to content
Software FX Community

ToolBar commands not work


markus01

Recommended Posts

Toolbar commands do not work in my project. Are there any settings I have to do ?

I created a simple ASP.NET WebSite in VS 2005 drag a chart on default page and set Toolbar.Visible = true

When I start the project all toolbar commands have no function e.g.  3D view have no effect. If I add a custom command I have to set command.GeneratePostBack = true  to get UserCommand event.

 

VS 2005

ChartFX 7.0.2893.24916

 For all chart settings I use the default

 

Link to comment
Share on other sites

 Ok, I found the problem. There is a java script error on the rendered page  ';' expected

The error occurs while setting the font array. There is an entry 

SFX_fontNameArray[357] = 'Some's Style';

Where is an apostrophe in the font name.

 I think it's the same error as described in http://community.softwarefx.com/forums/p/9572/22973.aspx#22973

 

Is it possible to disable the generation of the font array ? Why do you create it with all fonts ?

I could delete the regarding font from my computer, but is there another solution ?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...