PDA

View Full Version : no icon for minimized character sheet



Ixion77
January 11th, 2017, 18:35
As by object:
- open a character sheet
- right click -> minimize
- character sheet is closed, but no minimized icon on desktop :confused:

Zacchaeus
January 11th, 2017, 18:38
For what ruleset? It's working in 5e. (Make sure you look behind any opens windows in case it's hiding there).

Trenloe
January 11th, 2017, 19:38
For what ruleset?
I'd guess Savage Worlds - look at the forum you're dabbling in! ;)

Zacchaeus
January 11th, 2017, 19:53
I'd guess Savage Worlds - look at the forum you're dabbling in! ;)

Oops! :D

Ixion77
January 11th, 2017, 22:03
For what ruleset? It's working in 5e. (Make sure you look behind any opens windows in case it's hiding there).

Yes for 5e is workin. Not for SW, DLR and IZ too. To test it I've opened only ONE character sheet window

Mortar
January 11th, 2017, 22:46
I don't even see an icon/button for that in the SW .pak

Trenloe
January 11th, 2017, 23:08
It's specifically coded without an icon:


<windowclass name="charsheet">
<frame>charsheet</frame>
<placement>
<size width="580" height="690" />
<position>
<x>410</x>
<y>90</y>
</position>
</placement>
<minimize />
<nodelete />
<playercontrol />
<script file="charsheet/scripts/charsheet.lua" />
<sheetdata>

From the windowclass definition here: https://www.fantasygrounds.com/refdoc/windowclass.xcp "Allow the window to be minimized. The string value in the element defines the icon resource used to represent the minimized window" As there's no string value defining the icon then there is no icon displayed.

In CoreRPG there is an icon defined: <minimize>minimized_npc</minimize>