Jump to content

How to assign handles


Bertf

Recommended Posts

Hi,

When using a function like vs.SetTextFont(objectHd, Start, Count, FontNum), I need an object handler (objectHd) that points to the textbox of which the function has to change the font.

my code:

h = vs.CreateText('Hello')
vs.SetTextFont(h, 0, vs.GetTextLength(h), vs.GetFontID('Arial'))

This gives the error: Handle to text object is not valid.

What am I doing wrong? :confused:

The output of createText is a Handle and the SetTextFont asks for a handler?

Thank you!

Bert

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...