Hi nice community,
I have three variety problems:
1/ Tmemo scrolls up/down but does not horizontally (AutoScroll options, but the same if I set only horizontal), wordwrap is False of course, but it changes nothing, how to force Tmemo to do what it is supposed to do
2/ I have a loop: while ... do..., after each step is done Tmemo should display some text (just 2 lines) but it does not, instead it waiting untill whole loop is done and then display all stuff at once,
this is not funny, though
3/ I also use TChart and displaying a plot every time a button is clicked, unfortunately if I click it few times and choose few different data to be displayed, all data appears on the plot,
I would like to have only one at the time, so my data should be erased fro the TChart and plot again
thanks for any advise one can provide
Ciao