lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


  This was a bug in IUP. I already fixed it in CVS.

If you want I can send you a pre-compiled binary for your platform/compiler.

I've compiled it okay myself from the cvs update, thanks!

I've come across another issue now though. How do I use the NATIVEPARENT attribute for iup.dialog?

If I set it in my script, with something like:

   dlg = iup.dialog
   {
       nativeparent = 12345,
       ...
   }

it winds up using a completely different value for my window handle. I _think_ its using the address of the string "12345" it puts in the attribute.

What is the intended way of passing a window handle to the dialog?

Thanks!

Love, Light and Peace,
- Peter Loveday