Ardem
February 3rd, 2017, 01:04
Quick question, did a search but nothing obvious jumped out, is there a merge option and delete certain controls/fields. Not hide as hide creates the xml field.
Example.
Charsheet_notes.XML
I want to remove
<string_labeled name="race">
<anchored to="detailframe" position="insidetopleft" offset="15,10" width="150" height="20" />
<labelres>char_label_race</labelres>
</string_labeled>
As I have it on the front page or I do not need it in my ruleset. Also I do not want to update this xml every time there is an update to the Core, so I like to know if there is something like merge="delete" then type the <string_labled name="race/> and delete it from the code on execute.
Example.
Charsheet_notes.XML
I want to remove
<string_labeled name="race">
<anchored to="detailframe" position="insidetopleft" offset="15,10" width="150" height="20" />
<labelres>char_label_race</labelres>
</string_labeled>
As I have it on the front page or I do not need it in my ruleset. Also I do not want to update this xml every time there is an update to the Core, so I like to know if there is something like merge="delete" then type the <string_labled name="race/> and delete it from the code on execute.