PDA

View Full Version : Graphics Question



Bidmaron
September 3rd, 2008, 03:20
The new JPG rulesets put a graphic onto a character sheet. Is it possible to create a new windowclass that lets you put graphics onto other non-character-sheets as well?
--Dale--

Foen
September 3rd, 2008, 06:26
To display a static graphic in a window class (such as a logo), you can use a generic control. If you want a dynamic graphic (such as a portrait or character sketch) you'll have to use a token field.

When using a token field to hold a picture, make sure you disable the onDrag event to prevent the image being dragged to another token control.

Foen

Valarian
September 3rd, 2008, 08:41
There is a thread on including a character portrait on the character sheet. To allow dragging on to a map or combat tracker, for example.

https://www.fantasygrounds.com/forums/showthread.php?t=7241

Bidmaron
September 3rd, 2008, 11:37
Thanks to you both!