Jump to content

Writing Vertical Text


Recommended Posts

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

Link to comment

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

Link to comment
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

Link to comment
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

Actually, this was impressive at the time and an excellent solution to the problem, however this is now built-in to LabVIEW. This is using a picture control.

post-19-1087151746.gif?width=400

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.

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