In any IUP application is must exist at least one MainLoop so any
interaction is possible.

 The when showing a dialog, to be able to interact with other dialogs
use iup.ShowXY instead of iup.Popup.

Best,
Scuri


On Sat, May 31, 2014 at 3:26 PM, Milind Gupta <[email protected]> wrote:
> Hi,
>          I am using iup to to plot graphs using pplots. I am using it from
> the Lua interpreter. What would be the best way to emulate the same
> functionality that Matlab provides of non blocking plots? Right now when I
> create a dialog and place a plot in there unless I go into MainLoop the
> dialog will not be responding to any GUI interaction at all. But in Matlab
> it will respond and at the same time I will have the terminal to do other
> stuff as well or to create multiple plots. How can this be done with pplots?
>
> Thanks,
> Milind
>
>
> ------------------------------------------------------------------------------
> Time is money. Stop wasting it! Get your web API in 5 minutes.
> www.restlet.com/download
> http://p.sf.net/sfu/restlet
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users
>

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to