PDA

View Full Version : Change position of entry tabs



gaziel79
September 21st, 2020, 20:23
Hello, everyone.

I am making a complete traduction of DnD 5e interface, and I am very pleasure with it. Its very complet. But I am having some issues.

For example, in the NPC sheet, I need move to right the field (from red arrow to yellow)

39556

I try to work in record_npc.xml but I don't make it go on.

When I finish the work, i will post here for all that wants it.

Thanks

Trenloe
September 21st, 2020, 21:36
Look at the lines further down that have the field to the right - for example, resistances. This uses the string_columnh_npc_specialdef template, rather than the string_columnh. So change <string_columnh name="nonid_name" /> to <string_columnh_npc_specialdef name="nonid_name" />

gaziel79
September 22nd, 2020, 17:56
Look at the lines further down that have the field to the right - for example, resistances. This uses the string_columnh_npc_specialdef template, rather than the string_columnh. So change <string_columnh name="nonid_name" /> to <string_columnh_npc_specialdef name="nonid_name" />

Many Thanks. Really. It's so useful.

But I need know, too, how to move the little fields of, for example, CR or XP, and how to create a different type of column, to modify the size of fields.

Thanks a lot

Trenloe
September 22nd, 2020, 18:01
Information on positioning of controls in the Wiki developer guide here: https://fantasygroundsunity.atlassian.net/wiki/spaces/FGU/pages/4063439/Ruleset+-+Interfaces+Windows+Panels+Widgets

Info on created a different template here: https://fantasygroundsunity.atlassian.net/wiki/spaces/FGU/pages/4063459/Ruleset+-+Templates+for+code+re-use