LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

modifiare gli attributi di un oggetto

Buongiorno,
ahimé ho fatto il corso di  
LabwindowsCVI svariati anni  
fa ed ora che devo usarlo mi  
ricordo poco.La versione che  
uso ora é la 2009.

Come si fa a modificare gli  
attributi, Maximum, minimum,  
etc di un oggetto Edit  
Numeric?

Grazie

0 Kudos
Message 1 of 3
(3,135 Views)

Have a look at the 'Getting Started with LabWindows/CVI' manual, it's latest version can be found here; you will find that the function you need is called SetCtrlAttribute (int panelHandle, int controlID, int controlAttribute, ...);

0 Kudos
Message 2 of 3
(3,133 Views)

Control attributes can be either edited programmatically as Wolfgang suggested or in the UIR editor: in this case I suggest you to read the online help section Using LabWindows/CVI >> Developing a Graphical User Interface which is quite exhaustive.

 

Additionally, if you right-click on any control on a panel in the UIR editor you can show the "Control help" window, which in case of a numeric control includes these options

 

 

Ultima cosa: esiste un forum italiano se non ti va di scrivere in inglese. Smiley Happy



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 3 of 3
(3,125 Views)