Re: [Iup-users] Images with coordinates. How-to?

2015-05-21 Thread Antonio Scuri
Hi, No, only IupImage is accepted as an image handle in a control. So instead of using imFileImageLoadBitmap, use IupLoadImage. It will use imFileImageLoadBitmap internally and it will return an IupImage Ihandle* so you can use it in IupSetAttributeHandle. Best, Scuri On Wed, May 20, 2015 a

Re: [Iup-users] IUP Threaded

2015-05-21 Thread John Spikowski
Antonio, I've actually made some progress in this area. Is there an easy way that I can add my thread ID to the callback? Here is the code I'm using now. I have to use this method as IupSetCallback() doesn't allow me to get the 'class name' for the control that generated the event. besFUNCTION(P