Draw primitives , images

Hello, i new and testing xojo to migrate mi SCADA project developed in delphi 7 , in essence i need to draw primitives images , circle, square, lines and images, this represent estates of industrial system. This images is visual information from array with values, example if value is 0 the circle its green, but it is 1 is red. This array dynamic update from sqlite database.

Thanks.

not sure where the question is there…
Have your read the documents about graphics… there are drawline, drawoval (circle), drawrect primitives,

So, to quote Alex Trebek on Jeopardy… Please make sure you phrase it as a question :slight_smile:

Yes. Xojo can do all of that. Read the documentation on the Graphics class and follow the links from there.

Object2D ?

thanks