tanveer2780
14 years agoNew Contributor
Flex Barchart dataprovider properties issue
Hi,
I have this flex application which contains a bar chart (ColumnSeries "Bar"), in which i am trying to read certain values which corresponds to this chart.
Now here i reached till the dataprovider for this chart, but when i try to go to item(0) for this dataprovider i get certain properties whose names start with *%bids, *% avgconv etc etc.
Now when i try to run the below code, testcomplete does not allow me to do so, because the IDE consider *% as an special character and does not allow to run that line of code.
msgbox firefox.pageZapTraderAdvertisers.objectZaptrader.aptraderZaptrader0.mainbodyMainbody67.chart1.dividedboxHdividedbox967.bodypanelBodypanel1018.trendreportviewTrendReport.columnchartColumn.ColumnSeries("bar").FlexObject.dataProvider.item(0).*%bids
Same way there are few properties which start with character such as month, label and when use them, it properly return me value.
Can some one have any idea on this.
Thanking you in advance
Tanveer
I have this flex application which contains a bar chart (ColumnSeries "Bar"), in which i am trying to read certain values which corresponds to this chart.
Now here i reached till the dataprovider for this chart, but when i try to go to item(0) for this dataprovider i get certain properties whose names start with *%bids, *% avgconv etc etc.
Now when i try to run the below code, testcomplete does not allow me to do so, because the IDE consider *% as an special character and does not allow to run that line of code.
msgbox firefox.pageZapTraderAdvertisers.objectZaptrader.aptraderZaptrader0.mainbodyMainbody67.chart1.dividedboxHdividedbox967.bodypanelBodypanel1018.trendreportviewTrendReport.columnchartColumn.ColumnSeries("bar").FlexObject.dataProvider.item(0).*%bids
Same way there are few properties which start with character such as month, label and when use them, it properly return me value.
Can some one have any idea on this.
Thanking you in advance
Tanveer