Forum Post: RE: Infragistic ultragauge

  • Thread starter Thread starter thomas.rothlisberger
  • Start date Start date
Status
Not open for further replies.
T

thomas.rothlisberger

Guest
HI Mike Thank you for your help. What I had to do was include 'infragistics.ultragauge.resources.radialgauge' in the cast and then it worked. Here is the full code: radialGauge1 = CAST (ultraGauge1:Gauges[0], infragistics.ultragauge.resources.RadialGauge) . radialGaugeScale1 = cast (RadialGauge1:Scales[0], Infragistics.UltraGauge.Resources.RadialGaugeScale). radialGaugeNeedle1 = cast (RadialGaugeScale1:Markers[0], Infragistics.UltraGauge.Resources.RadialGaugeNeedle). RadialGaugeNeedle1:Value = 70. Cheers Thomas

Continue reading...
 
Status
Not open for further replies.
Back
Top