Karlos Marder Posted October 21, 2005 Report Share Posted October 21, 2005 Hi, I whould like to read out generic Propertys like Name or Label.Text. I found out that the Property Editor from LabVIEw uses this Functions "GetProperty" and "SetProperty". But this functions does'nt take the Name of the Property but want a Index anyone know where I can get a table about all indexes for the propertys? I allready found the table, the propertyeditor uses, but it only contains property indexes i'm not very interessted in. (See LabVIEW 7.1\resource\PropertyPages\ControlPropertyPages.llb\subPPBuildTable.vi) Thankfull for any Help :worship: Quote Link to comment
Mark Balla Posted October 21, 2005 Report Share Posted October 21, 2005 I whould like to read out generic Propertys like Name or Label.Text. To get properties of a control or indicator. right click on the terminal and create property node or create a reference and wire a property node to it. To set the properties right click on the node and select "Change All to Write" Quote Link to comment
metin Posted October 27, 2005 Report Share Posted October 27, 2005 Try this one. This should return about 60 additional properties. Hope this helps. emn Quote Link to comment
hmqi Posted January 20, 2006 Report Share Posted January 20, 2006 Try this one. This should return about 60 additional properties. Hope this helps.emn It's great! But could you tell me how to create the "GetPropertyCallData" icon in LabVIEW 7.1? Thank you very much! Quote Link to comment
Jim Kring Posted January 20, 2006 Report Share Posted January 20, 2006 It's great!But could you tell me how to create the "GetPropertyCallData" icon in LabVIEW 7.1? Thank you very much! Read the scripting README. Quote Link to comment
hmqi Posted January 20, 2006 Report Share Posted January 20, 2006 Read the scripting README. Thank Jim! It's ok after I added "SuperPrivateScriptingFeatureVisible=True" and "SuperSecretPrivateSpecialStuff=True" in LabVIEW.ini. Quote Link to comment
JDave Posted May 26, 2006 Report Share Posted May 26, 2006 Using the method described in this thread gives a lot of good info!! (thanks metin :thumbup: ) It seems, however, to just be limited to properties that the Property Pages update. Has there been any luck in finding the property indices of properties not updated by any Property Pages? Properties like position and size.... David Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.