Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
rti question........brain fade
This thread has 13 replies. Displaying all posts.
Post 1 made on Saturday August 20, 2011 at 08:45
radiorhea
Super Member
Joined:
Posts:
May 2002
3,264
I want to change the font color of a button when it is active(pressed) and for it to hold that color until it is turned off.

I have a page for an 8X8 matrix and I want the client to be able to see what sources are active for the four displays.

for the life of me I can not remember how to do this......I know flags, but ......................................help!

AVBURNOUT............................BRAINFADE........................
Drinking upstream from the herd since 1960
Post 2 made on Saturday August 20, 2011 at 14:33
kstrange
Long Time Member
Joined:
Posts:
February 2007
379
Maybe I'm wrong but I don't think it's possible to change the font color based on the state. I'm pretty sure it's global for that button.

You could however, create some different color text pngs, set their visible states, set them as inactive, and stack them over the button.

If you don't have photoshop, let me know the font type, size, text(Cable/Bluray/etc.), colors, and I can throw them together for you.
Post 3 made on Saturday August 20, 2011 at 14:36
alihashemi
Select Member
Joined:
Posts:
June 2006
1,891
Ya much much much easier using variables. Have 2 overlaying buttons and set their visibility variables.
Ali Hashemi
Post 4 made on Saturday August 20, 2011 at 14:59
motech
Super Member
Joined:
Posts:
August 2008
3,374
no two way feedback from matrix?
Post 5 made on Saturday August 20, 2011 at 15:04
ErikS
Active Member
Joined:
Posts:
July 2003
699
To change the active text color of a button, first select the button, then at the bottom of ID where there is a color toolbar for "normal" and "active" click on the "A" for text color in the active portion and it will allow you to change the active color separate from the normal color. The default colors upon program startup are blue for normal and white for active.

For your matrix application, if you are using a 2-way driver, you can reverse the button based on input selection for a specific zone in the button properties.
Post 6 made on Saturday August 20, 2011 at 15:10
kstrange
Long Time Member
Joined:
Posts:
February 2007
379
On August 20, 2011 at 15:04, ErikS said...
To change the active text color of a button, first select the button, then at the bottom of ID where there is a color toolbar for "normal" and "active" click on the "A" for text color in the active portion and it will allow you to change the active color separate from the normal color. The default colors upon program startup are blue for normal and white for active.

For your matrix application, if you are using a 2-way driver, you can reverse the button based on input selection for a specific zone in the button properties.

Wow, should have known it was probably something that easy within ID.....thanks for the tip.
Post 7 made on Saturday August 20, 2011 at 21:52
cpchillin
Select Member
Joined:
Posts:
September 2007
2,239
If you aren't using a matrix that has an RTI two-way driver then you don't have a way of making a single button stay in it's active state. It would take a bunch of pages but you could fake the feedback with pages.
Who says you can't put 61" plasmas up on cantilever mounts using toggle bolts? <---Thanks Ernie ;)
Post 8 made on Sunday August 21, 2011 at 01:28
motech
Super Member
Joined:
Posts:
August 2008
3,374
you could also fake it with flags . . if i remember correctly.
Post 9 made on Monday August 22, 2011 at 01:25
SOUND.SD
Loyal Member
Joined:
Posts:
April 2006
5,523
On August 20, 2011 at 15:04, ErikS said...
To change the active text color of a button, first select the button, then at the bottom of ID where there is a color toolbar for "normal" and "active" click on the "A" for text color in the active portion and it will allow you to change the active color separate from the normal color. The default colors upon program startup are blue for normal and white for active.

For your matrix application, if you are using a 2-way driver, you can reverse the button based on input selection for a specific zone in the button properties.

For this to work you would have to list all sources and program the button for the source to show active when selected on input command. Very possible but the client would have to understand the "red"source meant active source.

There has to be a way with flags or maybe scrolling lists to display desired text of the selected source. Of course this assumes a matrix with 2 way drivers. I'm thinking create all source buttons buttons invisible and have them become visible with a certain driver command.
Bulldog AV - San Diego, CA
www.bulldog-av.com
[Link: facebook.com]
OP | Post 10 made on Monday August 22, 2011 at 08:51
radiorhea
Super Member
Joined:
Posts:
May 2002
3,264
using a Zektor so I have feedback
Drinking upstream from the herd since 1960
Post 11 made on Monday August 22, 2011 at 08:55
drewski300
Super Member
Joined:
Posts:
January 2007
3,848
On August 22, 2011 at 08:51, radiorhea said...
using a Zektor so I have feedback

I believe that if you set the Zektor input to 0 then that output is considered off. I have a current project that I need to finish up in the next two weeks and that is one of the things I need to test.

So you can reverse the color based on the analog output state. No flags needed.
"Just when I thought you couldn't possibly be any dumber, you go and do something like this... and totally redeem yourself!"
Post 12 made on Monday August 22, 2011 at 15:23
ErikS
Active Member
Joined:
Posts:
July 2003
699
On August 22, 2011 at 01:25, SOUND.SD said...
There has to be a way with flags or maybe scrolling lists to display desired text of the selected source. Of course this assumes a matrix with 2 way drivers. I'm thinking create all source buttons buttons invisible and have them become visible with a certain driver command.

Most if not all of the the 2way matrix drivers use a boolean logic for input display meaning it only gives you true/false if the the output is switched to a specific input and not direct text of what input of 8 is selected. If the input combo is true it shows input# and if false shows nothing(invisible). You can change what the actual text is (instead of 6 it could say Bluray) in the text edit dialog by clicking on the {var} icon. To just have one line of text that showed the current input on an 8X8 you would put 8 text boxes with the boolean of the 8 inputs for output 1 stacked on each other. Only one of them would show at any one time showing the currently selected source.
Post 13 made on Monday August 22, 2011 at 15:42
jimstolz76
Loyal Member
Joined:
Posts:
December 2007
5,607
On August 22, 2011 at 08:55, drewski300 said...
I believe that if you set the Zektor input to 0 then that output is considered off. I have a current project that I need to finish up in the next two weeks and that is one of the things I need to test.

So you can reverse the color based on the analog output state. No flags needed.

yeah for Zektor input 0 is considered "MUTED" or Off.
Post 14 made on Monday August 22, 2011 at 20:29
cpchillin
Select Member
Joined:
Posts:
September 2007
2,239
It's amazing how simple we still keep things. In computers 1=on and 0=off.
Who says you can't put 61" plasmas up on cantilever mounts using toggle bolts? <---Thanks Ernie ;)


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse