LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How long the textbox can contain?

I am using CVI5.5 . I found I can not print more texts in textbox over 1600 words.
0 Kudos
Message 1 of 2
(2,858 Views)
I am not sure about CVI 5.5, but I know that back with CVI 4.0.1, the limit was the following:

The number of lines multiplied by the pixel height of the font must be less than 32767, or else the text box will not scroll. In a text box that uses NIDialogMetaFont or NIEditorMetaFont, you can have a maximum of about 2500 lines.
J.R. Allen
0 Kudos
Message 2 of 2
(2,858 Views)