Jump to content
Developer Wiki and Function Reference Links ×

Allow Text To Be Moved Inside PIO w/ Interactive Scaling Mode Enabled


Steven Morgan

Recommended Posts

Oh man, didn't even think of that. Thanks so much.

 

Screenshots for any other rookies out there in the future:

 

image.thumb.png.186223f9cc3ef256ace22ed70e0d7d48.png

VAR
h:HANDLE;
boolResult:BOOLEAN;
cntrlX,cntrlY:REAL;

BEGIN

cntrlX:=pControlPoint01X;
cntrlY:=pControlPoint01Y;

RECT(0,0,50,50);
PushAttrs;
	TextSize(9); { avoid accidental small text size rising the error "An incorrect object is described" }
	TextOrigin(cntrlX,cntrlY);
	CreateText('Text');
PopAttrs;

 

 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...