PDA

View Full Version : Thes words shake



montutur
June 6th, 2009, 22:46
Hi,
Excuse my bad english.
I am working on monster module. I have insert:
<linklist><link class="imagewindow" recordname="refimage.aboleth">Aboleth</link></linklist>
and
<refimage>
<aboleth>
<image type="image">
<bitmap>refimage\aboleth.jpg</bitmap>
</image>
<name type="string">Aboleth</name>
</aboleth>
</refimage>

No problem, when i'm clicking on the button, the image appear.
The problem is in the npc sheet on the sreen. All the words are shaking.

What's the problem? And what's the solution?

Brutus

Griogre
June 6th, 2009, 23:03
Certain combinations cause text to shake. Are you using drop open lists? Why is that image in a linklist? Are you doing this link in a formated text control? Try it without the linklist or add a empty paragraph above and below and see if that helps.

IE:

<link class="imagewindow" recordname="refimage.aboleth">Aboleth</link>

or


<p/>
<link class="imagewindow" recordname="refimage.aboleth">Aboleth</link>
<p/>

montutur
June 7th, 2009, 13:28
Thanks, Griogre,
I add an empty paragraph and the problem is resolute.

<p></p>
<link class="imagewindow" recordname="refimage.aboleth">Aboleth</link>
<p></p>

montutur