Center Justify Text Widget?
Hi,
Is there a scripting method to center justify text in a text widget? It appears that the text is currently displayed as left justified in the defined rectangle area.
Thanks,
Paul
text.SetSafeTextRegion(rectSafe) I see the gray Widget rectangle but get no longer see text displayed.'------ Create Text Widget
rect=CreateObject("roRectangle", x+10, y+h-90, w-20, 80)
text=CreateObject("roTextWidget", rect, 2, 1, 0)
ok=text.SetFont("arial.ttf")
text.SetForegroundColor(&hFFEBEBEB)
text.SetBackgroundColor(&h80808080)
text.Show()Can't find what you're looking for?
Contact support