Code center > Darwinbots Program Source Code
Sentence Split
PurpleYouko:
OK Riquadro is a rectangular "shape" object drawn onto a form named "Grafico"
Riquadro does not need to be used in any code. It is just four lines making up a rectangle, nothing more.
All drawing should be done with Grafico.
such as.....
Graphico.PSet (xo + xunit * 1, yo - yunit * data(k, t)), col
(taken from the RedrawGraph subroutine
the actual text is Me.PSet........etc. but that only works if the code is located inside the Grafico form.
Zelos:
but how do I remove all the lines with in it?
Ulciscor:
Graphico.CLS would sound about right from what PY has said.
Zelos:
I tried with the name of the thing . cls and it didnt work
Ulciscor:
Have you done:
--- Code: ---formname.graphico.cls
--- End code ---
if you are coding in another form or module?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version