I try to draw box and after this draw on it text but i don,t see text =( How i can do it right?
process dialog(string text);
private
int yy;
begin
yy=234;
repeat
yy=YY-4; DELETE_DRAW(drawn);
DRAWING_COLOR(rgb(110,110,110));
DRAW_rect(2,yy,318,238)...