lua-users home
lua-l archive

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


 
> I am a newcomer to Windows XP and delighted to find the iup
> module in Lua for Windows because it lets me write some simple
> programs that are usable in the desktop. However I have not found
> anything yet that lets my programs react to the user dragging
> a filer object (icon of a file or directory) into a window.

  The support for generic drag&drop still needs to be implemented, even in
3.0.

  For now we have the DROPFILES_CB callback that is called when a file is
droped from the Explorer in a IupDialog.

Best,
Scuri