Jump to content
Software FX Community

jsgabrielson

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jsgabrielson

  1. This is the error that I keep getting.

    Error 8 'ChartFX.WebForms.Gauge.DigitalPanel' does not contain a definition for 'DataBindings' and no extension method 'DataBindings' accepting a first argument of type 'ChartFX.WebForms.Gauge.DigitalPanel' could be found (are you missing a using directive or an assembly reference?) C:\Users\Documents\Visual Studio 2010\WebSites\WebSite1\Default.aspx.cs 14 23 C:\...\WebSite1\

  2. Hi Guys, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    Just installed VS 2010 Ultimate edition and then loaded myChartFx Gauges.  I manually added the dllfiles and the gauges appeared in the toolbar however, When I place one [gauge] onto my windowsapp or even a web app(c#), the gauges do not appear, however they are found at thebottom and I can change the properties. When I run my app, I get this error: 

    Error   2   Unable to resolve type'ChartFX.WinForms.Gauge.DigitalPanel, ChartFX.WinForms.Gauge,Version=1.0.2601.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce'   C:\Users\jgabriel\documents\visualstudio 2010\Projects\WeeklyStatusReport\WeeklyStatusReport\Properties\licenses.licx 1   WeeklyStatusReport

    See my screenshot here: http://www.geekzee.com/Baan/gauges.docx 

     

    Any ideas on whats going on here?

     

    Thanks

     

  3. Hello All,

     

    I'm new to Chart FX gauges, I just installed it on visual studio 05. I'm trying to learn how to make a clock using the time on the local computer. Has anyone ever been able to do this and if so can someone please help? I can get the PC time from the PC by way of code when i load the app, example: Me.Label7.Text = My.Computer.Clock.LocalTime.ToString("MM/dd/yyyy hh:mm") but I dont know how to do this with the gauge. I can place a binding source in the value field but this doesnt seem to work. Any thoughts would be helpful and much welcomed.

     

    Thanks

     

    Josh

     

×
×
  • Create New...