Help on object of rectangle type - page 2

 

I use this behind text, to make it easy to read, but if you have enough you can make a box

     if(!ObjectCreate("bg_onelotlabel", OBJ_LABEL, 0, 0, 0)) return(0);
     ObjectSet("bg_onelotlabel", OBJPROP_CORNER, 2);
     ObjectSet("bg_onelotlabel", OBJPROP_XDISTANCE, 0);
     ObjectSet("bg_onelotlabel", OBJPROP_YDISTANCE, 131);
     ObjectSetText("bg_onelotlabel","gggggggggggg",8,"Webdings",White);
 
alladir:

I use this behind text, to make it easy to read, but if you have enough you can make a box

ObjectSetText("bg_onelotlabel","gggggggggggg",8,"Webdings",White);


This works great . Thanks very much for the lead ha ha it can even print other images if you play around with the string and set font as either webdings or wingdings. For example, this

ObjectSetText("bg_onelotlabel",":::",8,"Wingdings",Red);

Does this

And another symbol does this