Hello David,
I have a progress bar, when I click in progress bar I show a message box, How can disable the progress bar?(when user click in progress bar didn't show message box)
I use this cod:
Disable "Progressbar1"
But it didn't work!
Thank you,
Hello Ava,
The "Disable" action is intended to be used with Input controls and have no effect in a Progressbar control. I look for a possible Bootstrap CSS class to "disable" a Progressbar, however, apparently there is not something like that.
So what you can do is to change the Progressbar "Kind", maybe change the "Active", and shown or not the message depending on this Progressbar properties.
Another possible approach is to use a flag variable, so, when the user click into the Progressbar you can set that flag variable to "true", and, only shown the message if that flag variable is "false" or not "true".
Hello David,
Thanks for your description, I solved this problem with set/get opacity.
Thank you again,
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.