Sign in to follow this  
MilesD

Change chart message from flash

Recommended Posts

I know how to change the chart message by adding ChartNoDataText after the call to the swf file.

How do you change with actionscript from a flash impementation?

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Could you please try using the following before rendering?

 

 

 

_appMsgNoData ["EN"]= "your message here";

 

 

 

This variable is in global scope.

 

 

 

Please find the list of all messages and related variables:

 

 

 

PBarLoadingText = _appMsgLoadingChart

 

XMLLoadingText = _appMsgRetrievingData

 

ParsingDataText = _appMsgReadingData

 

ChartNoDataText = _appMsgNoData

 

RenderingChartText = _appMsgRenderingChart

 

LoadDataErrorText = _appMsgLoadError

 

InvalidXMLText = _appMsgInvalidXML

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this