Hello all, I am trying use MouseDrag event of FileView. I implemented MouseDrag feature of ListBox and I can Drag & Drop items from GridView,Listview to a ListView. But when I want to drag an item of FileView, Gambas does nothing, just nothing.
My code is below; PUBLIC SUB copying_list_Drop() copying_list.Add(Drag.Data) END PUBLIC SUB src_files_MouseDrag() src_files.Drag(src_files.Current) END where; copying_list is a ListBox, and src_files is a FileView. Any reply will be appreciated. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
