PDA

View Full Version : 4E Power fields missing in FGU



gamerhawaii
December 12th, 2020, 01:12
In the 4E Ruleset, in FGU (but not FG), when opening a power from the character sheet, the four fields at the top (recharge, etc.) do not appear by default even if they are not blank. They used to appear until recently. They do suddenly appear if you edit the power description. However, they disappear again if the power is closed and opened again.

https://i.imgur.com/N8Xetmg.png

I found that if I go into "campaign/record_power.xml" and add "<fastinit />" to the subwindow in the "sub_column_power" template, that seems to fix the problem for FGU and also does not seem to break FG. (Not saying that is the proper way to fix it, just providing some debugging information.)



<root>
<template name="sub_column_power">
<subwindow>
<anchored>
<top parent="columnanchor" anchor="bottom" relation="relative" offset="0" />
<left />
<right />
</anchored>
<fastinit /> <!-- ADDED THIS LINE TO FIX -->
</subwindow>
</template>

gamerhawaii
December 12th, 2020, 01:27
Sorry, I did not realize until after I posted that this appears to be a duplicate of this thread in the 4E section:
https://www.fantasygrounds.com/forums/showthread.php?64243-Update-broke-powers

Moon Wizard indicated he already has identified the problem ("I've identified the issue, and I'll get this fixed in the next release")

Sorry for the repeat.