Graphics

 View Only
  • 1.  Full screens - Adjusting text on the Y axis depending on subtitle and header positions

    Posted 03-14-2019 15:48

    I am trying to use Visual Logic to adjust the body of the text on a fullscreen depending on whether there is a subtitle and or headers. Here is an example of how it looks...



    If there is no subtitle, I want the "Header for column" and the bullet points to have a higher Y axis. Likewise, if there is no "header for column" I want the bullet points to be higher has well and the combination of the 2. For example, if there is a "Subtitle, but no "Header" I want the bullet points to have a Y axis like this...



    And if there is no Subtitle or Header, I want the bullet points to look like this...



    Also, if there is a way to spread the text out using Visual Logic, that would be a great help as well. Thank you in advance for anyone's help with this if possible.



  • 2.  RE: Full screens - Adjusting text on the Y axis depending on subtitle and header positions

    Posted 03-14-2019 16:05
    Hey Stash, it should be similar logic to the logic you used to solve this problem. https://discussions.rossvideo.com/forum/default-forum-gc1/xpression-cg-and-graphics-system-gc12/17340-bullet-points-sub-bullet-points-y-axis-positioning-of-following-text

    You should use the IsEmpty block to control positions of the objects via the selector blocks.

    What workings do you have so far?
    #XPression


  • 3.  RE: Full screens - Adjusting text on the Y axis depending on subtitle and header positions

    Posted 03-14-2019 19:07

    When I apply this Visual Logic...

    It works fine without the subtitle, but when I put in the subtitle, this happens...

    and I can't seem to move the bullet 1 group on its Y axis.


    #XPression


  • 4.  RE: Full screens - Adjusting text on the Y axis depending on subtitle and header positions

    Posted 03-15-2019 01:55
    You should attach a value to the [1] input of the input selector so that the Position.Y will be set properly when the subtitile is not empty.
    #XPression


  • 5.  RE: Full screens - Adjusting text on the Y axis depending on subtitle and header positions

    Posted 03-21-2019 12:44
    That does the trick! Thank you.
    #XPression