That's the normal behavior of IupPopup. It blocks execution until the
modal dialog is closed. The progress dialog is a regular IupDialog so, yes,
it can be used with IupShow and IupPopup.

Best,
Scuri


On Tue, Jul 14, 2015 at 11:40 AM, Eric Wing <ewmail...@gmail.com> wrote:

> I want my progress dialog to be modal, so I would like to use IupPopup
> with it. The documentation doesn't make any mention of this (just
> Show).
>
> I tried using it and noticed that all statements that come after
> IupPopup in my function don't get executed. I moved this call to the
> end of my function. (I'm in a button callback so the last statement,
> return IUP_DEFAULT; I guess gets skipped.)
>
> I'm wondering is this actually allowed/supported? If not, how dangerous is
> this?
>
> Thanks,
> Eric
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to