aaronk Well-Known Member Licensed User Longtime User Dec 4, 2018 #1 Hi, Just wondering with the 'Wait For' if there is a way to wait for something to be set. For Example, if you have a ProgressBar and I set it to 50%, is there a way to wait for it to be 50% before it continues with the rest of the code ? Set ProgressBar to 50% Wait For ProgressBar to be 50% Log something to the IDE Log now that the progressbar is 50%.
Hi, Just wondering with the 'Wait For' if there is a way to wait for something to be set. For Example, if you have a ProgressBar and I set it to 50%, is there a way to wait for it to be 50% before it continues with the rest of the code ? Set ProgressBar to 50% Wait For ProgressBar to be 50% Log something to the IDE Log now that the progressbar is 50%.
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2018 #2 The progress bar value is set immediately. There is nothing to wait for here. Upvote 0