kurra

Members
  • Content count

    3
  • Joined

  • Last visited

About kurra

  • Rank
    Forum Newbie
  1. I need recompile FusionCharts.dll for Menu DHTMl

    Srs. Thank for your coperation. but..... I found the solution. For all people than similar problem: Fisrts put line in the file FusionCharts.vb strFlashVars.Append(("<param name=""wmode"" value=""transparent"" />" & Environment.NewLine)) The command to use for compilation is: vbc fusioncharts.vb /target:library It worked dhtml menu with fusioncharts.
  2. Srs. Hello i see the forum the case "menu dhtml". I readed all conversation betewn user and team fusion. But i don't konw how to recompile the file FusionCharts.vb to work with dhtml Please help me. Thanks for your coperations.
  3. Please help me. I don't know which is the problem in my code. Please helpme. This is code. <% @ Import Namespace="System"%> <%@ Import Namespace="System.Collections"%><% @ Import Namespace="System.ComponentModel"%><% @ Import Namespace="System.Data"%><% @ Import Namespace="System.Drawing"%><% @ Import Namespace="System.Web"%><% @ Import Namespace="System.Web.SessionState"%> <%@ Import Namespace="System.Web.UI"%><% @ Import Namespace="System.Web.UI.WebControls"%> <%@ Import Namespace="System.Web.UI.HtmlControls"%><% @ Import Namespace="System.Text"%><% @ Import Namespace="InfoSoftGlobal" %>< HTML>< HEAD> <TITLE>FusionCharts Free - Simple Column 3D Chart using dataXML method </TITLE> <style type="text/css"><! -- body { font-family: Arial, Helvetica, sans-serif; font-size: 12px;} --> </style></ HEAD>< BODY>< CENTER> <% Dim strXML As String = ""strXML = strXML & "<chart lowerLimit='0' upperLimit='100' lowerLimitDisplay='Bad' upperLimitDisplay='Good' gaugeStartAngle='180' gaugeEndAngle='0' palette='1' numberSuffix='%25' tickValueDistance='20' showValue='1'>"strXML = strXML & "<colorRange>" strXML = strXML & "<color minValue='0' maxValue='75' code='FF654F'/>" strXML = strXML & "<color minValue='75' maxValue='90' code='F6BD0F'/>" strXML = strXML & "<color minValue='90' maxValue='100' code='8BBA00'/>" strXML = strXML & "</colorRange>" strXML = strXML & "<dials>" strXML = strXML & "<dial value='92' rearExtension='10'/>" strXML = strXML & "</dials>" strXML = strXML & "</chart>" InfoSoftGlobal.FusionCharts.RenderChartHTML("../FusionCharts/AngularGauge.swf", "HOLA", strXML, "myNext", "600", "300", False)%> < BR><BR>< a href='../NoChart.html' target="_blank">Unable to see the chart above?</a>< BR><H5 ><a href="index.aspx">« Back to list of examples</a></h5></ CENTER></ BODY></ HTML>