I'm achieving a program to translate the captions which are on the front panels of existing programs.
I use the invoke node VI String.Export to create a file containing the differents properties of the front panel objects of the target VI.
I modify the fields <CONTROL ID .... name="xxxxx"> to change the captions and then i use the invoke node VI Strings.import to uptade the target VI.
Then i use the invoke node VI Save.Instrument to save the modifications.
The problem is that the Log File created by the invoke node VI Strings.import indicates me :
############################################
Parsing error while importing strings
to traduction_1.0.vi
from C:\Documents and Settings\Administrator\Desktop\work\Labview\Exos\traduction\Vi_import.victl
Tue, May 16, 2006 9:43:20 AM
############################################
Error occurred while parsing for String object. Control name does not match.
Which means that it can't change the captions name.
Do i badly use the invoke nodes ? Do i have to use an other function?