Tags cross reference in script.

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Tags cross reference in script.

Post by wlederer »

Can somebody recommend, how a tag can be found somewhere in a script where it used?
Regards, Waldemar

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Tags cross reference in script.

Post by mark.monroe »

There is no way in iX Developer to search all Screen scripts or similar type scripts for the usage of a tag. You can search your project directory using something like Notepad++ and then look at the files that were found.

The scripts associated with screens are named like "Screen1.Script.cs", where "Screen1" is the name of the screen.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Re: Tags cross reference in script.

Post by wlederer »

Thank You Mark. Does the Notepad++ need to be specially integrated into iX-Developer? Where the script files to look for?
Regards, Waldemar

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Tags cross reference in script.

Post by mark.monroe »

You can search your project directory, which is the directory that contains your project, where your project is saved. Notepad++ is simply an application that allows you to search the contents of text files in a directory for some text. It has nothing to do with iX Developer.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Re: Tags cross reference in script.

Post by wlederer »

Thank You Mark. It works. I chose: Search>Find in Files, put tag's name and pointed to the project directory. After some seconds got result.

Regards, Waldemar

Post Reply