Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-14 Thread Wilfried Mestdagh
Hello Henrik, this is frustrating :( When the trace dissapears it could also be an AV (unles you have 'stop on exceptions' enabled in the IDE). Can you send me the offending project in private mail, including source and the compiled exe file ? I can do a test on several computers if you want. Ple

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-12 Thread Henrik
Hang on the line below this row: Result := FWSAAsyncSelect... -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Wilfried Mestdagh Skickat: den 12 december 2006 13:17 Till: ICS support mailing Ämne: Re: [twsocket] Freeze when using smtp after recreating its parentfor

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-12 Thread Frans van Daalen
> > Question: We do understeand the word 'Freeze' the right way ? Form > cannot moved, closed, application cannot quit, etc... Right ? > It was writen in some previous posting that the application was then at 50% cpu, so on a hyperthreaded cpu, the application is in some fast loop, i gues -- T

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-11 Thread Henrik
Hi again Frans! > Sorry, for not expressing myself any better. No need for excuse, it was probably I who misunderstood You... > My question was "If you run the debug and while > entring the buttonclick is the .release finished > so did you find the form to be free-ed already" Yes, I think so

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-11 Thread Henrik
end; Any further thoughts on the matter is greatly appreciated! // Henrik -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Arno Garrels Skickat: den 11 december 2006 10:32 Till: ICS support mailing Ämne: Re: [twsocket] Freeze when using smtp after recre

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-11 Thread Henrik
ECTED] [mailto:[EMAIL PROTECTED] För Frans van Daalen Skickat: den 11 december 2006 10:39 Till: ICS support mailing Ämne: Re: [twsocket] Freeze when using smtp after recreating its parentform - Original Message - From: "Henrik" <[EMAIL PROTECTED]> To: Sent: Monday, December 11,

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-11 Thread Francois Piette
> I normally just call .free never used .released. You have to use Release when called from an event handler which originate from the form you are freeing. Release make sure all curent events are processed. Free does an immediate free which will crash the application if one event handler is still