IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#57410 - 01/31/20 05:18 AM Help - PP7 Design
jbppnovice Offline
OL Newbie

Registered: 01/31/20
Posts: 1
Hi ,

Does anybody know if you can set text to be justified from the bottom of a text box?


Thanks

Top
#57411 - 01/31/20 01:44 PM Re: Help - PP7 Design [Re: jbppnovice]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
There might be other ways to do it but here's how I did it:

  1. Create a global variable of type measure, let's name it &zeOffset
  2. Add your Text Object outside of the canvas
  3. Check the Dynamic height, found under the Basic Attributes of the tree list
  4. In the PressTalk After, add the following PressTalk command: &zeOffset := &height
  5. Add a duplicate of your Text Object on the canvas. Make sure there is nothing in the PressTalk After of this one
  6. In the Top field, found under the Basic Attributes of the tree list, replace to the current value by this: =x-&zeOffset where the number x is your current value
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top