12-13-2012 08:28 AM
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
12-13-2012 08:33 AM
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, ...);
12-14-2012 02:30 AM
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.