Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Authoring Kit
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
RavenX
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2011
Location: Nowhere, Virginia
Posts: 3,633

Old March 29th, 2014, 02:08 AM
Mathias,

When constructing a form that displays a fixed table (Class Features for example) that will be shown through an action portal, do I need an entity and gizmo or is that optional for the form?

RavenX Pronouns: She/Her

Please do not PM me to inquire about datafiles I coded "for personal use" such as Exalted, World of Darkness, AD&D, or Warhammer 40K Roleplaying. I appreciate your interest, but I do not own the Intellectual Property rights to these game systems. Nor do I have permission from any of the Publishers to distribute the data files. As such, I cannot distribute the work I have done with community on these files. They are "for personal use" only. Thank you.

I am far too busy these days to answer emails. If you message me here there is no guarantee I will get back to you at all.
RavenX is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,217

Old April 7th, 2014, 08:32 AM
You don't need a gizmo.

Here's the spellbook button in pathfinder:

Code:
    <portal
      id="cSpellbook"
      style="actBook">
      <action
        action="form"
        form="ClsBook">
        </action>
      </portal>
And that launches a form:
Code:
  <!-- SPELLBOOK FORM - form -->
  <form
    id="ClsBook"
    name="Spellbook"
    marginhorz="5"
    marginvert="5"
    tabletmarginhorz="10"
    tabletmarginvert="10">
    <layoutref layout="ClsBook"/>
    <position><![CDATA[

      layout[ClsBook].height = height - (layout[ClsBook].top * 2)
      layout[ClsBook].width = 780
      perform layout[ClsBook].render

      ~ Set the width of the form
      width = layout[ClsBook].width
      height = layout[ClsBook].height
      ]]></position>
    </form>
Mathias is online now   #2 Reply With Quote
BoomerET
Senior Member
 
Join Date: Apr 2012
Location: Livermore, CA
Posts: 492
Send a message via ICQ to BoomerET Send a message via Yahoo to BoomerET Send a message via Skype™ to BoomerET

Old April 23rd, 2014, 08:54 AM
This is exactly what I was looking for, thanks Mathias, one less question I have to ask!


BoomerET

Castles & Crusades Ruleset for Hero Lab
Hero Lab (5E D&D) -> Fantasy Grounds Character Converter
BoomerET is offline   #3 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 02:56 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.