didierj Posted March 2, 2004 Report Share Posted March 2, 2004 Hi, In the standard menu there is an "application item" that is named "page setup...". Because I have to build my application in a third language (that might not be the system language) I should either: - be able to change the the item name of this "application item" or, - create a "custom item" and run the "page setup"-panel programmaticaly. Does anyone know how to implement one of the two possibilities? Thanks, Didier Quote Link to comment
Randall Thurman Posted March 2, 2004 Report Share Posted March 2, 2004 You may accomplish the actions accessed by the page setup programmatically. Place a property node on the wiring diagram, this is found in the application control pallet. Right click on the control and make the following selection select class>>vi server>>vi. After this is accomplished right click on the property node again and select Properties>>Printing>> this should provide you the control you need. These properties may be set to read or write depending on your applications. Hope this helps. Randall Quote Link to comment
didierj Posted March 3, 2004 Author Report Share Posted March 3, 2004 I know the property node very well, but on LV 6.1 there is no such property on vi class. Didier Quote Link to comment
Michael Aivaliotis Posted March 4, 2004 Report Share Posted March 4, 2004 Because I have to build my application in a third language (that might not be the system language) I should either:- be able to change the the item name of this "application item" or, - create a "custom item" and run the "page setup"-panel programmaticaly. What Language is this concerning? LabVIEW will use French, German or Japanese menus if you use the application builder for that language. The other alternative as Randall mentioned is only available in LV7.0... sorry. Quote Link to comment
didierj Posted March 9, 2004 Author Report Share Posted March 9, 2004 I see, I'll probably have to revise my source or upgrade... Thanks for the replies. Didier 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.