0

Replace diamond symbol on scrolling ticker

Hi all,

I have a basic scrolling ticker along the bottom of a layout which is displaying messages from a simple .txt file.  

Does anyone know if there is a way to replace the diamond symbol ♦ which appears between each line of text ?

Thanks !

5 comments

  • 0
    Avatar
  • 0
    Avatar
    Bright Scripters
  • 0
    Avatar
    Mark

    Great, thanks very much.   I guess it's not likely that we could replace the diamond/circle/square with a logo or .gif at all ?

     

  • 0
    Avatar
    Robert White

    Is it possible to just remove the ticker separator (the diamond) and just replace it with some spaces? without a lot of custom work?

  • 0
    Avatar
    Bright Scripters

    What I can think of is a feed parser, that would replace multiple feed items, with a single item, by concatenating all items' string into a single one.
    The separation symbol would still show, but not as frequent.
    If the combined string ends up being short, it could be duplicated say 10 times, so the viewer is less likely to see the symbol.
    I wonder if a back space character at the beginning of the string would cause the diamond to be overwritten... :) probably not.

    Here is a thought: does anyone read tickers at all?...

Please sign in to leave a comment.