[fxruby-users] Drag and Drop
Leotta, Anthony
leotta at cshl.edu
Tue Mar 27 19:11:01 EDT 2007
Has anyone got Drag and Drop or DND as its called in FOX working on XP?
I am trying to drag files from Windows Explorer into a FXRuby window.
I tried using registerDragType but I don't think the type "FXWindow.urilistTypeName" is correct.
def create
super
FXWindow.urilistType = getApp().registerDragType(FXWindow.urilistTypeName)
show(PLACEMENT_SCREEN)
end
More information about the fxruby-users
mailing list