Disappearing lines
Posted: Wed Jun 19, 2013 5:08 pm
I am trying to draw 4 lines (one horizontal and 3 making a triangle) on the ScrollPagerDemo (see attached)
but after been drawn they just disappear
If I put the code in a 10000 iteration loop I can see the lines so I assume the code to draw is correct but why do the lines just disappear after the click handler exits
Also the when the lines are drawn they do not consistently appear where one would expect. The bottom fast scroll seems to mess up the location of the x,y coordinates for the lines
The lines are draw with a left or right click on the chart
but after been drawn they just disappear
If I put the code in a 10000 iteration loop I can see the lines so I assume the code to draw is correct but why do the lines just disappear after the click handler exits
Also the when the lines are drawn they do not consistently appear where one would expect. The bottom fast scroll seems to mess up the location of the x,y coordinates for the lines
The lines are draw with a left or right click on the chart