(03-04-2025, 08:44 AM)Alexandre Machado Wrote: I see... I believe you are using the progress indicator after clicking on some button in the IWModalWindow dialog, is that correct?
Yes, as the iwmodalwindow doesn't show the locker on an asynchronous task by itself the iwprogressindicator on the form does the trick. But, again, if i have a showconfirm on the form with the iwprogressindicator attached two lockers appear and there is no way to engage/disengage the iwprogressindicator on the fly.
I think it would be enough to add an always on modal window locker for now, like showconfirm, if possible, or, if you prefer to avoid other issues, add a lockevent on the iwmodalwindow like iwbuttons.
Also think it won't solve the problem of the two lockers on an async iwprogressindicator attached form maybe it's easier to controll it won't appear two lockers on the javascript file.
Any of these three solutions would be fine. Thank you very much.