S sioconcept Active Member Licensed User Longtime User Mar 1, 2013 #1 Hi, It's possible to change the text in ProgressDialogShow without hide/open it ? Thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2013 #2 Calling ProgressDialogShow again should update the text (if I remember correctly). Upvote 0
S sioconcept Active Member Licensed User Longtime User Mar 11, 2013 #3 Erel said: Calling ProgressDialogShow again should update the text (if I remember correctly). Click to expand... Indeed, it's work but not fine. I would like to show in % the progression, but when the text change, the progress box seem close and open quickly. It's not really beautifull and can make your eyes bleeding :sign0161: Another solution ? Upvote 0
Erel said: Calling ProgressDialogShow again should update the text (if I remember correctly). Click to expand... Indeed, it's work but not fine. I would like to show in % the progression, but when the text change, the progress box seem close and open quickly. It's not really beautifull and can make your eyes bleeding :sign0161: Another solution ?
NJDude Expert Licensed User Longtime User Mar 11, 2013 #4 A solution, create your own class to do that. Upvote 0
S sioconcept Active Member Licensed User Longtime User Mar 12, 2013 #5 Of course NJDude Maybe using reflexion library to access directly to the memory ? Upvote 0
NJDude Expert Licensed User Longtime User Mar 12, 2013 #6 Why complicate things?, just create a panel and put text on it, in other words, replicate the look of a ProgressDialog in a class. Last edited: Mar 12, 2013 Upvote 0
Why complicate things?, just create a panel and put text on it, in other words, replicate the look of a ProgressDialog in a class.