Jump to content

Writing Vertical Text


Recommended Posts

Posted

Hello Everybody...

Is there any way to write a Vertical text (for example a vertical string that is put in a array), this can be done in the captions of the controls but for each control, property node should be defined.

Thank you...

bulentt

Posted

When you say vertical string, do you mean stacked or clockwise?

You won't be able to use the caption of the control if you want to put it in an array. The problem is that if you write text to the caption, all elements in the array will use the same text. Only the value of an array elelment can be different. If you want stacked behaviour then this is easily obtained by placing one character per line in the string box. ;)

Posted

Sorry for the late answer (my comp.&sw has changed)

I mean clockwise and I have also tried the stacked way but the space between chars are too much in this way and I cannot write enough chars in my limited space. I want to write a definition to the 32 bits of a word, bits are aligned from right to left and I have to write some explaination to them, and I am trying to find some faster and easier way to handle these names. I currently use control captions (by using property nodes) and write data to each of 32bits individually.

Thank You...

Posted
bulentt: Is there any way to write a Vertical text

Well, you could use Brian Renken's VIs to do this. You can download the VIs from his website (sroll down to 'Draw Sideways String' section)

http://labview.brianrenken.com/downloads.shtm

He explains how he went about accomplishing this in a LTR article.. an interesting read:

http://LabVIEW.BrianRenken.com/downloads/SidewaysText.pdf

I guess he proves anything can be done if one puts his mind to it!

Regards,

Khalid Ansari

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

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

Important Information

By using this site, you agree to our Terms of Use.