Page 1 of 1

Change color of stat if player is on BB (color conditions)

PostPosted: Sun May 23, 2021 8:50 am
by hayapaz
Hi!

I try to higlight stats depending when player is on BB or SB (Spins)

I see it´s not easy to changue background color but we can change Foreground color.

I simply want to changue stat color when player is on the BB in this way:
https://gyazo.com/5c7ff81f35dd010f598c1e08052021ef

But its not valid.

It´s this possible? i want to make my HUD more dinamic

Ty!

Re: Change color of stat if player is on BB (color condition

PostPosted: Sun May 23, 2021 10:56 am
by hayapaz
I tried with "#position# > 0" and it works but i want the stat color in red when player is in the SB and green when player is on BB.

I try "#position# = 0" (for when player is on SB changue the text color to green) and is not working.

Why?

Ty!

Re: Change color of stat if player is on BB (color condition

PostPosted: Tue May 25, 2021 6:39 am
by Flag_Hippo
PokerTracker 4 doesn't know anything about the hand in progress so this isn't possible. Something like that would require a 'Live' stat however position isn't currently stored in the 'Live' data in the database. We do have a request in the system for that so if you want to be notified if that's added in a future update you can let us know in a Support Ticket.

Re: Change color of stat if player is on BB (color condition

PostPosted: Wed May 26, 2021 5:43 am
by hayapaz
Flag_Hippo wrote:PokerTracker 4 doesn't know anything about the hand in progress so this isn't possible. Something like that would require a 'Live' stat however position isn't currently stored in the 'Live' data in the database. We do have a request in the system for that so if you want to be notified if that's added in a future update you can let us know in a Support Ticket.


Maybe i can create a custom stat that "keeps" position of player in the last hand and use this stat to know actual position of player?



Ty!

Re: Change color of stat if player is on BB (color condition

PostPosted: Wed May 26, 2021 12:57 pm
by Flag_Hippo
That cannot be done with a normal custom statistic.