JTXUIConfig.xml - tab names?

1411
1
Jump to solution
05-10-2012 05:48 PM
FraserHand
Occasional Contributor III
Hi there,
I've tried changing the text and tab_text attribute values in the JTXUIconfig but they don't seem to be honoured. Has anyone seen this behaviour? Are the tab names hard coded?

<JOB_PANEL text="Job AOI" tab_text="AOI" assembly_source_type="file" assembly_source="ESRI.ArcGIS.JTXUI.JTXJobView.dll" view_class_name="ESRI.ArcGIS.JTXUI.subpanelAOI" dock_location="bottom" dock_level="1" pinned="true" visible="true" area_width="-1" area_height="-1">

Thanks,
Fraser
0 Kudos
1 Solution

Accepted Solutions
TopeBello
Occasional Contributor III
The display names for the application tabs are coming from the Workflow Manager DLLs so changing it inside the JTXUIConfig.xml file will not alter the values. You can create your own specific tabs and add the display names to the config file as you want it to appear. Extended properties and linked properties tab names can be modified on a "per job" basis. Also, the view title job and reports can also be modified inside the config file.


Thanks,
Tope

View solution in original post

0 Kudos
1 Reply
TopeBello
Occasional Contributor III
The display names for the application tabs are coming from the Workflow Manager DLLs so changing it inside the JTXUIConfig.xml file will not alter the values. You can create your own specific tabs and add the display names to the config file as you want it to appear. Extended properties and linked properties tab names can be modified on a "per job" basis. Also, the view title job and reports can also be modified inside the config file.


Thanks,
Tope
0 Kudos