Simpe
May 26th, 2018, 10:02
Hi,
I'm trying to build a layer on top of the corerpg ruleset, and I'm trying to understand the column templates since they seem to help me greatly in getting the layout I want.
Right now I'm in a windowclass where I'm drawing information about an archetype and I have some sheetdata looking like this:
<anchor_column name="columnanchor" />
<header_column>
<simplestring name="name"/>
<empty textres="library_recordtype_empty_archetype"/>
</header_column>
<ft_column name="text" />
So the empty textres is just temporary to at least show something because the simplestring is failing.
The ft_column name="text" extracts the information just fine, and the current entry I'm looking at has the following layout:
<name type="string">Warrior</name>
<text type="formattedtext"><p><b>Description of warrior here.</b></p></text>
And still what comes up in my header column is the extracted string from library_recordtype_empty_race. I really don't understand why. Any help regarding understanding this problem would be greatly appriciated.
Thanks in advance,
Simon
I'm trying to build a layer on top of the corerpg ruleset, and I'm trying to understand the column templates since they seem to help me greatly in getting the layout I want.
Right now I'm in a windowclass where I'm drawing information about an archetype and I have some sheetdata looking like this:
<anchor_column name="columnanchor" />
<header_column>
<simplestring name="name"/>
<empty textres="library_recordtype_empty_archetype"/>
</header_column>
<ft_column name="text" />
So the empty textres is just temporary to at least show something because the simplestring is failing.
The ft_column name="text" extracts the information just fine, and the current entry I'm looking at has the following layout:
<name type="string">Warrior</name>
<text type="formattedtext"><p><b>Description of warrior here.</b></p></text>
And still what comes up in my header column is the extracted string from library_recordtype_empty_race. I really don't understand why. Any help regarding understanding this problem would be greatly appriciated.
Thanks in advance,
Simon