Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Score Widget - minus score | formatting e.g. zero padding #26

Open
BennyCoin opened this issue Mar 7, 2023 · 0 comments
Open

Score Widget - minus score | formatting e.g. zero padding #26

BennyCoin opened this issue Mar 7, 2023 · 0 comments

Comments

@BennyCoin
Copy link

1 - Is it possible to decrease a score by a pre-set amount e.g. -1 unit without using the -/+ option

I'm aware that the +/- buttons are available for the score widget but I need to be able to Decrease a score value using ExecLink or similar as part of a series of chain linked commands. (without need to click on the actual Score widget)

2- Can the format of a score accommodate a way to display the output in a different format - e.g. so 2 appears zero-padded as 02.

I can do it with a script but ideally looking for a cleaner way to do it as it appears as 2 first before flickering to 02 when the script runs.

dim ConvHResult as string = String.Format("{0:00}", decimalHVar )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant