RE: [DUG]: Strange Behaviour

1999-10-04 Thread Tom Munro Glass
I had this problem too, and it seems to have been fixed in D5. It seemed to be something to do with the way the Object Inspector is docked! I normally keep the Object Inspector and Project Manager docked together, and this problem would *usually* exist. However, if I undocked the Object

RE: [DUG]: Makeing a Taskbar like window

1999-10-04 Thread Patrick Dunford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, 4 October 1999 16:44 To: Multiple recipients of list delphi Subject: [DUG]: Makeing a Taskbar like window I would like to make an application that sits along the top

RE: [DUG]: Strange Behaviour

1999-10-04 Thread Max Renshaw-Fox
If you have another control docked with the object inspector this happens, it's fixed in D5. Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, 5 October 1999 00:12 To: Multiple recipients of list delphi Subject: [DUG]:

RE: [DUG]: Strange Behaviour

1999-10-04 Thread Jeremy Coulter
Oh ok. mmm...I will have to check this out, although I was am pretty sure it wasnt docked anywherehave to checkAGH !!! YES the watch list had weeded its way into the background.thats tricky. Oh well, thats fixed it !! Thanks All who replied Jeremy Coulter -Original

Re: [DUG]: NZ PC World Delphi 5 Review

1999-10-04 Thread Kerry Sainsbury
How small could his EXE be if he used runtime packages? *My* sample application in D5 was 14K. I did the same test in VB6, and got 16K (not the 8k claimed in the article) --- New Zealand Delphi Users group - Delphi

RE: [DUG]: Strange Behaviour

1999-10-04 Thread Dennis Chuah
I think Ctrl+C and Ctrl+V still works. Mine is docked with the project manager. So much for productivity. Dennis. -Original Message- mmm...I will have to check this out, although I was am pretty sure it wasnt docked anywherehave to checkAGH !!! YES the watch list

RE: [DUG]: Strange Behaviour

1999-10-04 Thread Coulter, Jeremy
mmm...This is what I was doing, and do 95% of the time too, BUT now I know what it is, its ok... Jeremy Coulter Application Developer Application Development Centre Compaq Computer New Zealand Ltd. Phone: 64 3 371 5724 Fax:64 3 371 5724 Mobile: 64 0212533214 E-mail: [EMAIL

[DUG]: Wanted - dBase to Access

1999-10-04 Thread Nic Wise
Hi people, we have someone wanting a conversion from dBase to Access - just the data, I beleive. No idea on rates etc, but if you are free (doubt it would take long) call Claire Murphy on 09-3600231 - Auckland area Ta Nic. -- Nic Wise - Inprise New Zealand / Brocker Technologies Web

[DUG]: Executing a simple program and capturing the output

1999-10-04 Thread Chris Crowe
I have written a simple com component that shells out to a Command Line program. The program writes its output to the standard output device. What I want to do is capture this text output, does anyone know if it is possible? Do I have to redirect it to a file and then get read the file? Chris

RE: [DUG]: Executing a simple program and capturing the output

1999-10-04 Thread Max Nilson
I have written a simple com component that shells out to a Command Line program. The program writes its output to the standard output device. What I want to do is capture this text output, does anyone know if it is possible? Do I have to redirect it to a file and then get read the file?

RE: [DUG]: Executing a simple program and capturing the output

1999-10-04 Thread Chris Crowe
Are you meaning to change the COM Controls STDIN?, I didn't know they had one... Do you have any idea of how to do these things?, I really like the idea of a pipe Please Please some code This is the routine I am using to shell out to the DOS program. function

RE: [DUG]: Executing a simple program and capturing the output

1999-10-04 Thread Max Nilson
Chris Crowe asked: Are you meaning to change the COM Controls STDIN?, I didn't know they had one... All Win32 executables have a standard in, out and error. Its just that in most Win32 executable these have no meaning and are just redirected to the nul device. A COM control will have the