Hi Antonio

 

Thanks very much for 3.28.  It looks like the new global attribute, 
CUSTOMQUITMESSAGE, has fixed our problem – e.g. that closing IUP was causing 
our application to close down too.  We now use the following 2 lines to 
‘require’ iup:

 

require "iuplua"

iup.SetGlobal("CUSTOMQUITMESSAGE", "YES");

 

That works and appears to have completely solved the problem we were having.  
Thanks again.  Much appreciated.


Simon

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to