(02-10-2025, 05:56 AM)Alexandre Machado Wrote: [ -> ]Hi guys,
a new update is avaialble containing a few urgent bug fixes and some new stuff.
https://www.atozed.com/2025/02/intraweb-16-0-3/
Enjoy! 
Hello,
Is there any way to implement the same behaviour to show the locker, as it does in new showconfirm, in the modal window one when click the button?
Thank you
(02-20-2025, 04:17 PM)Blanca80 Wrote: [ -> ] (02-10-2025, 05:56 AM)Alexandre Machado Wrote: [ -> ]Hi guys,
a new update is avaialble containing a few urgent bug fixes and some new stuff.
https://www.atozed.com/2025/02/intraweb-16-0-3/
Enjoy! 
Hello,
Is there any way to implement the same behaviour to show the locker, as it does in new showconfirm, in the modal window one when click the button?
Thank you
On the other side, is possible to turn out the locker on the showconfirm? The reason of that is that we have asynchronous progress indicator attached to the forms and then the dialog shows two lockers at a time.
You don't want the locker in ShowConfirm() but you want a locker in the IWModalWindow? Can you explain how it would work, please?
(03-04-2025, 02:09 AM)Alexandre Machado Wrote: [ -> ]You don't want the locker in ShowConfirm() but you want a locker in the IWModalWindow? Can you explain how it would work, please?
I don't need the two solutions only one of them. The showconfirm is showing two lockers when an asynchronous progress indicator is attached to the form but it's needed because the modal window doesn't show any, although it's on an ajax call doing some task.
So if i had the possibly to turn out the locker on the showconfirm as a parameter, or, maybe better, the iwmodalwindow will show locker as it does now showconfrm. With the current configuration i can't have a showconfirm and a iwmodalwindow showing a locker on the same form.
Thank you very much.
I see... I believe you are using the progress indicator after clicking on some button in the IWModalWindow dialog, is that correct?
(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.