Hello,
I added a new functionality to my plot to create height profile of the terrain from the surveyed points as follows:
Here, I encountered 2 problems:
1 - I wanted to hatch the area between bottom horizontal axis and the lines which join the height points. I wanted to use for it the %PL option LINK=COLUMNS (at least, I wanted to try it, how the graph will look).
Although compiling and linking was problem free, when invoking the
button for creating height profile, I get the following run-time error:
the code in line 3073 where the error message points looks as follows:
iw=winio@('%`^pl&',gw+300,gh-200,L,REAL_L,H_MM,vyskovy_profil_VZ, pl_cb_vz)
So, it points to the argument No. 7, which is a name of a callback (at least I understand the message so). I do not understand, where is the problem (if I remove the option LINK=COLUMNS, everything runs OK).
2 - I wanted to use for the plot above the brown color. So I used (among others) also the %PL option COLOR=BROWN. Again, although compiling and linking was fine, when invoking the CREATE HEIGHT PROFILE button, I get the following message:
When I click on YES, the plot is empty (only axes and their frames are drawn.
So, my question is - with the %PL option color, only BLUE,RED,YELLOW,GREEN,GREY and BLACK colors can be used (or what color could be used except the named above)? Is there no possibility to use with the %PL option COLOR also RGB@(x,y,z)?
REMARK: When I click on the full extents of slider it never returns fully from its current position to its initial position, although otherwise everything works fine. (I have to move the slider manually to its beginning)
Thanks for comments!







