View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old February 16th, 2018, 12:06 PM
Quote:
Originally Posted by Mathias View Post
Debug the text of that field - make sure the {} are there in the debug.
Yes sir, they are there.
Code:
**********  Start Evaluation Cycle  **********
{bmp green2}{bmp green2}
{bmp green2}{bmp green2}
<snip>
The different Portal styles are:
Code:
  <!-- left-aligned version of the 'summary' label -->
  <style
    id="lblSummLf">
    <style_label
      textcolorid="clrsummtxt"
      font="fntsummary"
      alignment="left">
      </style_label>
    </style>

  <resource
    id="fntsummary">
    <font
      face="Arial"
      size="40">
      </font>
    </resource>

  <!-- simple text for output -->
  <style
    id="outNormal">
    <style_output
      textcolor="000000"
      font="ofntnormal"
      alignment="center">
      </style_output>
    </style>

  <!-- font used on normal text -->
  <resource
    id="ofntnormal">
    <font
      face="Arial"
      size="40"
      style="bold">
      </font>
    </resource>
I don't see anything that would make the difference between the bmp showing or not.

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #13 Reply With Quote