LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

save ctrl and see full ctrl

i want to save my textbox contrl as jpg. its work but only for visible area of text box.
i want to save all the textbox including invisible area.
thanks
SIA
0 Kudos
Message 1 of 2
(2,445 Views)
A temptative workaround could be to create a temporary panel from scratch and duplicate the text box on the new panel.
On this temporary panel you can get the number of text lines in the text box (with ATTR_TOTAL_LINES attribute) and resize it to show all of them (ATTR_VISIBLE_LINES attribute), next save the textbox and discard the temporary panel.

Hope this helps
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,439 Views)