View Single Post
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old November 6th, 2014, 10:57 AM
Hmm it looks like what I've got

Code:
   <!--Skill selector template -->
    <template
      id="advSkill"
      name="Skill Selector"
      compset="AdvDetails">
      
        <!-- Skill chooser -->

  <portal
    id="menu"
    style="menuNormal"
    width="275">
    <menu_things
      field="advSkill"
      component="AdvDetails"
      usepicks="hero">
      <candidate><![CDATA[
      component.Skill & Helper.CanExpert
      ]]></candidate>
      </menu_things>
      </portal>
      
    <position><![CDATA[
      height = portal[menu].height
      width = 50
      
      ~position portal
      portal[menu].left = 0
      ]]></position>
      
    </template>
But I'm still not getting anything to show up, hmm guess I'll try something else out. Even changing it to show all things isn't working, this seems odd.
AndrewD2 is offline   #33 Reply With Quote