Re: [DUG]: Debugging Troubles

2001-10-18 Thread Robert Martin
hi" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 1:25 PM Subject: RE: [DUG]: Debugging Troubles > Stacey asked about a nasty Windows event exception: > > > How do I go about debugging a problem like this? > > The best approach that I can think of, baring the

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Max Nilson
Stacey asked about a nasty Windows event exception: > How do I go about debugging a problem like this? The best approach that I can think of, baring the Zen method of just fixing it 8-), is to do some serious event logging in your code. This kind of event being sent to a destroyed handle is ver

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Paul Grimstrup
> This is an MDI app, and when a form closes in an MDI environment it simply > minimizes to the bottom of the main form, and therefore doesn't > release its > memory, and looks damned ugly! > In the OnClose handler of the MDI Child form: procedure TForm1.FormClose(Sender: TObject; var Action: TC

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
ilto:[EMAIL PROTECTED]] > Sent: Friday, 19 October 2001 11:53 a.m. > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Debugging Troubles > > > Stacey > > Is this necesary? In the onclose I'd just remove the form > from your internal > list, I think you

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
ay, 19 October 2001 11:53 a.m. > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Debugging Troubles > > > Stacey > > Is this necesary? In the onclose I'd just remove the form > from your internal > list, I think you may be initiating a

Re: [DUG]: Debugging Troubles

2001-10-18 Thread Neven MacEwan
delphi" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 11:37 AM Subject: RE: [DUG]: Debugging Troubles > I am calling Release in the OnClose. > > This was all working well in D4, but we have made major changes during the > upgrade to D6. > > Stacey > > -Orig

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
delphiSubject: Re: [DUG]: Debugging Troubles Are you calling Free (rather than Destroy) to destroy the forms?   Bob - Original Message - From: Stacey Verner To: Multiple recipients of list delphi Sent: Friday, October 19, 2001 10:39 AM

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
tiple recipients of list delphiSubject: Re: [DUG]: Debugging Troubles Are you calling Free (rather than Destroy) to destroy the forms?   Bob

RE: [DUG]: Debugging Troubles

2001-10-18 Thread Paul Grimstrup
list delphiSubject: Re: [DUG]: Debugging Troubles Are you calling Free (rather than Destroy) to destroy the forms?   Bob

Re: [DUG]: Debugging Troubles

2001-10-18 Thread Bob Osborn
Are you calling Free (rather than Destroy) to destroy the forms?   Bob - Original Message - From: Stacey Verner To: Multiple recipients of list delphi Sent: Friday, October 19, 2001 10:39 AM Subject: [DUG]: Debugging Troubles I have an application which

[DUG]: Debugging Troubles

2001-10-18 Thread Stacey Verner
I have an application which is causing me trouble, but I am at a loss as to how to debug it.   I need to describe the application and how it works, so that you can understans my problems so here goes:   Its a data viewing/editing application for the roading industry. There is a list of roa