Below, is some simple code for the XY-Graph widget that works in 9.5 but not in 10.0.3. It is the statement(s):
CONTROL @Graph9;SET (“CURRENT TRACE”:1,”TRACE VISIBLE”:0)
CONTROL @Graph9;SET (“CURRENT TRACE”:1,”TRACE VISIBLE”:1) that are giving me trouble.
In 9.5 they turn the trace on and off as expected.
In 10.0.3 they don’t seem to do anything. They don’t turn the trace or the trace label on and off.
I can not get the trace to disappear in 10.0.3 unless I overwrite it with the same pen color as the background – not a good approach. I thought the above statements were working about a year ago when I first used them in one of the earlier versions of Basic 10.
Where am I going wrong? Is there a bug in 10.0.3? Is there a focus problem I don’t understand? HELP!
Thanks,
RMK