From: Carlos Rocha on 17 Feb 2010 20:17 Hi, EnableOleDropClient(true) works. method OleDragOver(oDragEvent) is called when I drag the OLE Object I want inside the window boundaries, as expected. //--------------------------------------------------------------- method OleDragOver(oDragEvent) class MyChildAppWindow oDragEvent:Effect := DROPEFFECT_COPY return true //--------------------------------------------------------------- I believe I should see a changed cursor moving around the window with mouse movements, but the app crashes within 1 or 2 seconds before I can see that. It just ends itself, no error, no log. Where should I look? what could be wrong here? Thanks Carlos Rocha
|
Pages: 1 Prev: Exchanging info between remote sites Next: 2.8 linker error |