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...
Continue reading...