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 Olivier Thanks for your suggestion, however I tried the example in your link and I get a compatability message. "Incompatible data type in expression or assignment on the line 'radialGauge1 = ultraGauge1:Gauges[0].' Here is my code: CONSTRUCTOR PUBLIC gauge ( ): SUPER(). InitializeComponent(). THIS-OBJECT:ComponentsCollection:ADD(THIS-OBJECT:components). DEFINE VARIABLE radialGauge1 AS Infragistics.UltraGauge.Resources.RadialGauge NO-UNDO. DEFINE VARIABLE radialGaugeScale1 AS Infragistics.UltraGauge.Resources.RadialGaugeScale NO-UNDO. DEFINE VARIABLE radialGaugeNeedle1 AS Infragistics.UltraGauge.Resources.RadialGaugeNeedle NO-UNDO. radialGauge1 = ultraGauge1:Gauges[0]. radialGaugeScale1 = RadialGauge1:Scales[0]. radialGaugeNeedle1 = RadialGaugeScale1:Markers[0]. RadialGaugeNeedle1:Value = 70. CATCH e AS Progress.Lang.Error: UNDO, THROW e. END CATCH. END CONSTRUCTOR. I am sure I am missing just a small thing but can't figure it out. Kind regards Thomas Rothlisberger

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