Hi All,
I'm creating a custom screen using Infomaker and, for once, all is going swimmingly. However, under certain (fairly simple) conditions, I need the font to turn red as a warning. I can get the red/black to work when I view it in Infomaker, but it won't change colour when viewed through the Tessitura application. I know that it's picking up the conditions, because I've put another piece of text with the same condition in visible/non visible expression.
Anyone have any thoughts or know where I'm going wrong?
Thanks, Debbie
Hi Ryan,
Taking off the tick for "Use Standard Look" did it! Thanks very much.
Debbie
Two common things that I’ve seen from others:
If you have “Use Standard Look” ticked in TR_CUSTOM_TAB, the application may be overwriting your expressions:
Another thing to look for is case sensitivity in checking string values. Something like this will work around it in the expression:
If (UPPER(value) = “Y”, [colorOn], [colorOff])
-Ryan
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Debbie Harland Sent: Tuesday, November 29, 2016 7:58 AM To: Ryan Creps <rcreps@tessituranetwork.com> Subject: [Tessitura Technical Forum] Infomaker question (I know!)
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!
Glad to hear!
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Debbie Harland Sent: Tuesday, November 29, 2016 9:24 AM To: Ryan Creps <rcreps@tessituranetwork.com> Subject: RE: [Tessitura Technical Forum] Infomaker question (I know!)
From: Ryan Creps <bounce-ryancreps9649@tessituranetwork.com> Sent: 11/29/2016 2:10:50 PM