02-18-2010 07:36 AM
Hey!
On the picture below you can see my program, that opens Template editor when the Learn4 button is presed. What I want is that when the Template editor opens it allready has certian image/template opened, so that one doesn't have to click on File/Open Tempalte and then search for it. Thanks!
This part opens template editor:
02-18-2010 10:06 AM
Unfortunately NI Vision Template Editor haven't command line support (as far as I know), therefore its impossible without modification of NI Vision Template Editor.exe.
Otherwise modification of this executable is prohibited by NI License Agreement.
By the way - pretty strange method for calling external executable from LabVIEW...
Andrey.
02-19-2010 01:33 AM
uhh... 😞
I hope new version of Template editor will have this option.
What is your sugetion for opening exe? Thank you!
Matej
02-19-2010 02:58 AM
matej47 wrote:uhh... 😞
I hope new version of Template editor will have this option.
What is your sugetion for opening exe? Thank you!
Matej
I mean that the external executable can be called with System Exec.vi which is more easy in comparizon with your way:
Andrey.