Jump to content
Software FX Community

error in chartfx javascript webresource.axd after callback to resize image chart


tymeware

Recommended Posts

we are long term users of chartfx and have gone through many versions

we followed the sample code used to resize image charts via some onload/onresize javascript that does a callback

after the callback code, the chartfx javascript blows up on this line

// Upate viewstate

var viewStateObj = MM_findObj('__' + context + '_VIEWSTATE');

viewStateObj.value = viewState;

error :

Microsoft JScript runtime error: Unable to set value of the property 'value': object is null or undefined

latest version of chartfx7 webforms

anyone? Francis?

Link to comment
Share on other sites

cleaned up the formatting of this post below 

we are long term users of chartfx and have gone through many versions

we followed the sample code used to resize image charts via some onload/onresize javascript that does a callback

after the callback code, the chartfx javascript blows up on this line

// Update viewstate 

var viewStateObj = MM_findObj('__' + context + '_VIEWSTATE'); 

viewStateObj.value = viewState; 

error :Microsoft JScript runtime error: Unable to set value of the property 'value': 

object is null or undefined

latest version of chartfx7 

webformsanyone? 

Francis?

To clarify, this only happens when doing a callback for an image.

The callback on a .net chart is fine.

I would be surprised if this did not happen to anyone else or that support at softwarefx is unaware of the issue.

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...