Html works in button text but not images, iirc.
I see, thanks.
I wanna ask, how can i change the Font for my module? And i mean in general and not only for me
When he used carets (the < and > characters around deck_name), that was for example purposes. You don’t want those in your expression unless they are literally characters in your deck’s name.
That’s because you can’t have spaces in Property names within Beanshell code (if you’re using the Expression Builder, it’s BeanShell). You need to use GetProperty("Deck (P1)_numPieces") instead of just Deck (P1)_numPieces (or rename your decks so they don’t have any spaces in their names, or don’t use BeanShell [not always an option]).
Edit: Pretty sure you can’t have parentheses, either, without using GetProperty()!
You dropped the DeckPosition == part of the equation, which needs to be before GetProperty.
Now it’s all working
thanks






