08-07-2014, 05:20 PM
Hey, i need to show changing of some variables in dialog
For example i have text and values[4 3 2] displayed by somehow:
Case1 - [4] times
Case2 - [3] times
Case3 - [2] times
then from some event i get 5 instead of 4 and wish to display fresh info about how many times case1 was used.
here i can use multiple OnScreenDisplay but i have about 8 cases and this looks not so good.
so would be nice to use some dialog (compact and scalable way). but i dont know how without recreating it every time variable changes
(stupid way save variable in registry then use setwintext for editboxes during dialog creation)
For example i have text and values[4 3 2] displayed by somehow:
Case1 - [4] times
Case2 - [3] times
Case3 - [2] times
then from some event i get 5 instead of 4 and wish to display fresh info about how many times case1 was used.
here i can use multiple OnScreenDisplay but i have about 8 cases and this looks not so good.
so would be nice to use some dialog (compact and scalable way). but i dont know how without recreating it every time variable changes
(stupid way save variable in registry then use setwintext for editboxes during dialog creation)