Animated images in flex headers

Hi everyone,

I've heard rumors of animated images in headers. I'm assuming these were in Infomaker headers of yore, and are not supported in Flex Headers.  Unless--does anyone know if flex headers can handle .apngs, or animated .pngs?

Thanks,
Frannie 

Parents
  • This is really helpful.  Thank you.

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Melissa Scott
    Sent: Thursday, September 22, 2016 2:09 PM
    To: Dot Krebs
    Subject: RE: [Tessitura Technical Forum] Animated images in flex headers

     

    In TR_FLEX_HEADER_ELEMENT the Type is String, Description (for us) is Verify Address and Sql Code is:

    select top 1 at.description from LVS_CUST_ACTIVITY ca join TR_CUST_ACTIVITY_TYPE at on ca.activity_type = at.id where customer_no = @customer_no and ca.closed_ind = 'N' and ca.activity_type = 134 order by ca.issue_dt desc

    For Icon File we just point to a file on the server that holds the icons.

    This displays a jumping purple house on the header for a record that needs an address verification.

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 9/22/2016 4:55:58 PM

    Melissa,


    How very timely.  I was just looking at our flex header format this morning. Can you share the code you used with me? 

     

    Dot

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Frances O'Connell
    Sent: Thursday, September 22, 2016 10:35 AM
    To: Dot Krebs
    Subject: Re: [Tessitura Technical Forum] Animated images in flex headers

     

    hi Melissa - cool! So the flex header can handle a .gif? I guess I thought from the documentation that the only image files it could display were .pngs.

    From: Melissa Scott <bounce-melissascott2313@tessituranetwork.com>
    Sent: 9/22/2016 10:08:34 AM

    I use a bouncing purple house .gif in our flex headers to denote a bad address, and it works pretty well. I've never tried .apng, but I image it would work the same.




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • This is really helpful.  Thank you.

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Melissa Scott
    Sent: Thursday, September 22, 2016 2:09 PM
    To: Dot Krebs
    Subject: RE: [Tessitura Technical Forum] Animated images in flex headers

     

    In TR_FLEX_HEADER_ELEMENT the Type is String, Description (for us) is Verify Address and Sql Code is:

    select top 1 at.description from LVS_CUST_ACTIVITY ca join TR_CUST_ACTIVITY_TYPE at on ca.activity_type = at.id where customer_no = @customer_no and ca.closed_ind = 'N' and ca.activity_type = 134 order by ca.issue_dt desc

    For Icon File we just point to a file on the server that holds the icons.

    This displays a jumping purple house on the header for a record that needs an address verification.

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 9/22/2016 4:55:58 PM

    Melissa,


    How very timely.  I was just looking at our flex header format this morning. Can you share the code you used with me? 

     

    Dot

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Frances O'Connell
    Sent: Thursday, September 22, 2016 10:35 AM
    To: Dot Krebs
    Subject: Re: [Tessitura Technical Forum] Animated images in flex headers

     

    hi Melissa - cool! So the flex header can handle a .gif? I guess I thought from the documentation that the only image files it could display were .pngs.

    From: Melissa Scott <bounce-melissascott2313@tessituranetwork.com>
    Sent: 9/22/2016 10:08:34 AM

    I use a bouncing purple house .gif in our flex headers to denote a bad address, and it works pretty well. I've never tried .apng, but I image it would work the same.




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children