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

Old May 24th, 2019, 08:07 AM
I did find a workaround with the positioning, but it seems crude:
Code:
	  var myLength as number
	  var myHeight as number
	  
	  myLength = length(field[wpNotes].text)
	  myHeight = myLength / 75
	  myHeight = round(myHeight,0,1)
	  
	  ~set out portal height to automatically size as needed
	  portal[notes].lineheight = myHeight
	  
      ~place the name and indicators at the top, and the notes underneath
      portal[name].top = 0
      perform portal[badstr].alignrel[btob,name,0]
	  
	  portal[special].top = portal[name].bottom + 5
	  portal[notes].top = portal[name].bottom + 5

	  ~our height is the height of our portal
      height = portal[notes].bottom
Having that lets the notes output vary, but it seems crude.... I can work with it though.
Attached Images
File Type: png Sheet - Weapon workaround.PNG (275.4 KB, 4 views)

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