Dear all, Could someone help me to set the border of an iekTEXT transparent? I tried the objmemoborderstyle, but failed. Thanks a lot.
The following is my codes. selectedImageenvect.ObjKind[-1]:=iekTEXT; h:=selectedImageenvect.AddNewObject; selectedimageenvect.ObjMemoBorderStyle[h]:=psClear;
I am trying to set the border of a iekTEXT object as transparent (so that there will just be text without any border). The above solution does not seem to work for me. I am using 4.01. Is there a bug here or am I doing something wrong. I am setting ObjBrushStyle[-2]:=psClear. Shouldn't that do it?
Yes, that is correct. I am calling it after the object is added. The other object property changes that I make (using -2 as well) work okay. I just cannot seem to get the border rectangle to go away. I have also tried using -1 and setting it before the object is added. That did not work either.