Solved this too:
FRAME:Connect(wx.wxEVT_DROP_FILES,function(E)  FRAME:Raise()  FRAME:Update()  
TrackLoad(E:GetFiles()[1])  E:Skip()  end)

Not sure why I didn't think earlier of putting Raise() in the drag/drop handler 
before the main payload, but I have now, and it works well, though I have to 
force the update too, or it doesn't get repainted till the payload is done.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to