cart trackname in alert window

You have a question or need an advice about how to do something? Ask it here!
Post Reply
tatje
Posts: 73
Joined: 23 Feb 2013 14:10
cart trackname in alert window

Post by tatje »

Hey,
i am trying to show the trackname of the cart in the cartwall in the show_alert_window.
this via exec_command2 $ {cartisplaying} | NOT (Equals (1)) | SHOW_ALERT_WINDOW Currently Playing $ {cw1cartXtrackname}.
the alert window appears but the track name does not.
my question is it possible in PF, if so what am i doing wrong?

Groet, Tatje
tatje
Posts: 73
Joined: 23 Feb 2013 14:10
Re: cart trackname in alert window

Post by tatje »

Hi,
i have found the solution see below.

SHOW_ALERT_WINDOW $ {carttrackname} | $ {cartisselected}

Post Reply