LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

string control flat like text message control

Is it possible to make string control flat like text message control?Is cursor display In text message control possible? 
0 Kudos
Message 1 of 2
(2,915 Views)
>> Is it possible to make string control flat like text message control?
It is possible using classic-style control: you can paint the control frame in transparent color and the final effect is a flat string control. This is not possible with lab-style controls (the standard starting from CVI 7) since their frame cannot be painted other than in the panel background color.
 
>> Is cursor display In text message control possible? 
Unfortunately not, as far as I know.


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,901 Views)