OpenNTF.org - Flash barchart with standard n
    Advanced
   OpenNTF Code Bin
Edit Document Code By Rating > Code Document
About This Code
Brief Description:
Flash barchart with standard notes views 
Rating:
Rating: 5 , Number of votes: 2 
Contributor:
philippe gaud 
Category:
Application 
Type:
Utilities 
Document Release:
v1.1 
Notes Version:
R5.x 
Last Modified:
01 Aug 2005 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
this is a macromedia flash5 code which read notes views to produce barcharts.

three categories max.
tested wirth IE and mozilla.
flash code is in the images library.

Usage / Example
Code Attachments
barchart.nsf (512 Kbytes)
flashbars.swf (30 Kbytes)
flashbars.fla (96 Kbytes)
 Comments
Posted by philippe gaud on 07/26/2005 12:12:53 AMthe first bug
Replace the function startstat() in the "stat" Page by this code (to prevent setvariable before movie is loaded)
function startstat()
{var flashbarsObj =InternetExplorer ? document.all.flashbars : document.getElementById('flashbars');
while (flashbarsObj.PercentLoaded()<100)
{
}
flashbarsObj.SetVariable("view",theView);
flashbarsObj.SetVariable("nbtranch",theTranch);
flashbarsObj.SetVariable("colors",theColors);
flashbarsObj.SetVariable("categs",theCateg);
}
Posted by Patrick Kwintensson on 04/27/2006 07:36:37 AMwhat should it present?
unfortunately I only get the flash files loaded, but nothing is presented in them...
regards,
Patrick
info@quintessens.com
 Add your comment!