Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemyslaw Czerpak" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 13.38 Oggetto: Re: [Harbour] Sample of the problem with FWH It does not look like Harbour problem thou

Re: Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread [EMAIL PROTECTED]
>It does not look like Harbour problem though it's possible that >some modifications in Harbour exploited the problem in FWH. I confirm this issue. FWH MAPI for example is GPFing if you use it with attached files. I´d reported this problem to Antonio too. Regards, Toninho.

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Przemyslaw Czerpak
On Fri, 03 Oct 2008, Enrico Maria Giordano wrote: Hi Enrico, > This is a sample for who wants to reproduce the problem: > #include "Fivewin.ch" > ANNOUNCE HB_GTSYS > REQUEST HB_GT_GUI_DEFAULT > FUNCTION MAIN() >LOCAL oWnd >DEFINE WINDOW oWnd >DEFINE BUTTONBAR OF oWnd >DEFINE BUTTO

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 11.32 Oggetto: Re: [Harbour] Sample of the problem with FWH Thank you. I just forwarded your suggestion

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Juan Gálvez" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 11.24 Oggetto: Re: [Harbour] Sample of the problem with FWH Enrico, I remember FWH has a dynamic link to this fun

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Juan Gálvez
2008 11:15 AM Subject: Re: [Harbour] Sample of the problem with FWH -Messaggio Originale- Da: "Juan Gálvez" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 10.56 Oggetto: Re: [Harbour] Sample of the problem

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Juan Gálvez" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 10.56 Oggetto: Re: [Harbour] Sample of the problem with FWH Hi Enrico, Is your current FWH version using the function

Re: [Harbour] Sample of the problem with FWH

2008-10-03 Thread Juan Gálvez
Hi Enrico, Is your current FWH version using the function TrackMouseEvent() ? Best regards Juan - Original Message - From: "Enrico Maria Giordano" <[EMAIL PROTECTED]> To: "Harbour Project Main Developer List." Sent: Friday, October 03, 2008 10:29 AM Subjec

[Harbour] Sample of the problem with FWH

2008-10-03 Thread Enrico Maria Giordano
This is a sample for who wants to reproduce the problem: #include "Fivewin.ch" ANNOUNCE HB_GTSYS REQUEST HB_GT_GUI_DEFAULT FUNCTION MAIN() LOCAL oWnd DEFINE WINDOW oWnd DEFINE BUTTONBAR OF oWnd DEFINE BUTTON; OF oWnd:oBar ACTIVATE WINDOW oWnd RETURN NIL Jus