[DUG]: Windows Disappearing in Delphi Apps

2001-04-04 Thread Darren J Gilbertson
Has anybody experienced windows disappearing during the execution of a Delphi App. It appears on Win 98 and Win 2000 PC's, but not all. It seems to occur when a window is about to open after the App has been running for a while. I notice the onclose event of these disappearing windows is NOT tr

[DUG]: Email Component

2001-01-15 Thread Darren J Gilbertson
Can anybody suggest a free email component that will access the default email program (ie outlook) and be able to create and define a new message? I need to have multiline text in the email body. Cheers Darren --- Ne

[DUG]: Email Component

2001-01-15 Thread Darren J Gilbertson
Can anybody suggest a free email component that will access the default email program (ie outlook) and be able to create and define a new message? I need to have multiline text in the email body. Cheers Darren --- New

[DUG]: DIRECTX

2000-10-03 Thread Darren J Gilbertson
How can I deactivate DIRECTX programmatically? Cheers Darren --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTE

RE: [DUG]: Capturing an image from an mpg video

2000-09-17 Thread Darren J Gilbertson
> Did you want to do it programatically? > > Matt. > ----- Original Message - > From: "Darren J Gilbertson" <[EMAIL PROTECTED]> > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> > Sent: Monday, September 18, 2000 10:41 AM > S

[DUG]: Capturing an image from an mpg video

2000-09-17 Thread Darren J Gilbertson
I have a videoplayer component running but would like to capture a frame image to the clipboard. Does anybody know how to do this? Cheers Darren Gilbertson --- New Zealand Delphi Users group - Delphi List - [EMAIL PROT

[DUG]: Memory leaks using Ace Reporter

2000-05-30 Thread Darren J Gilbertson
I am using Ace Reporter for my reporting and have found that if I run my app, and close down, several times I run out of memory. Has anybody experienced this problem, or is there something I can code into the app to completely remove anything related to the app from memory? Darren Gilbertson --

RE: [DUG]: Application Icon

2000-01-16 Thread Darren J Gilbertson
You have a form that is bigger than 1 meg in your application. This happened to me ages ago after I loaded a large bitmap on one of my forms. I took me months to work it out. Darren Gilbertson > > Quoting Mark Derricutt <[EMAIL PROTECTED]>: > > > This leads me to believe that the icon resource

[DUG]: WIN API function failed

1999-11-30 Thread Darren J Gilbertson
I am getting this in design mode when I access certain functions in Delphi 4. How can I fix this? Darren --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi

RE: [DUG]: no handpoint showing

1999-11-30 Thread Darren J Gilbertson
What exactly do you mean by > 'handpoint'? > > regards > Leo > > > Darren J Gilbertson wrote: > > > I have an application that works fine on my PC but the screen cursor > > disappears instead of showing a handpoint on other PCs. > > > > How ca

[DUG]: no handpoint showing

1999-11-30 Thread Darren J Gilbertson
I have an application that works fine on my PC but the screen cursor disappears instead of showing a handpoint on other PCs. How can I fix this? I assume that a dll needs to be upgraded on the PCs in question. Darren ---

[DUG]: VSSPELL OCX

1999-11-16 Thread Darren J Gilbertson
I have never used an OCX before and would like to include a spell checker in my app. I have attempted to use VSSPELL but get the following error when attempting to run the app. eolesyserror in . colnitialize not been called. What does this mean and how do I fix it. I have searched for coln

[DUG]: WIN32 API Function Failed

1999-10-27 Thread Darren J Gilbertson
I keep getting this error when opening a particular form. Is there any way of fixing this? Darren --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

[DUG]: DELPHI COURSES

1999-10-19 Thread Darren J Gilbertson
Does anybody know of upcoming courses for Delphi in Auckland. I have a staff member to send to such a course. Darren Gilbertson --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Webs

[DUG]: Shellexecute

1999-09-22 Thread Darren J Gilbertson
I would like to place in the oncreate method of a form a check to see if a file exists. If it does not then I would like another program to run before continuing to run my delphi app. I can check to see if the file exists and activate shellexecute, but how do you stop my delphi app from continui

RE: [DUG]: ACCESS VIOLATION

1999-09-06 Thread Darren J Gilbertson
This worked fine, thanks Darren > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Steve Cooney > Sent: Tuesday, 7 September 1999 12:40 PM > To: Multiple recipients of list delphi > Subject: Re: [DUG]: ACCESS VIOLATION > > > > > > > Whenever I atte

[DUG]: ACCESS VIOLATION

1999-09-06 Thread Darren J Gilbertson
Help! Whenever I attempt to create a new form I get the following error: Access violation at address 40053F57 in module VCL40.BPL. Read of Address I have rebooted but it still appears. How can I fix this? Darren Gilbertson --

[DUG]: GIS Components

1999-08-08 Thread Darren J Gilbertson
I am looking at purchasing GIS components for Delphi. Can anybody recommend any packages? I have some info on Dbcad and cartographique World but dont know which one is better, are there any others?. Darren Gilbertson [EMAIL PROTECTED] --

[DUG]: Delphi 4 Tabsheets

1999-01-02 Thread Darren J Gilbertson
Has anybody experienced problems with images within tabsheets. I can define an image on a tabsheet during design time but cannot get an image to appear programatically during runtime. Am I doing something wrong? I am coding tabsheet2.imageindex:=1 and yes, I have an imagelist defined.