Despatcher
|
Registered User
|
Self employed Deplhi programmer operating in the airline and credit card industries. Creating what are for the airline business 22nd Century apps :)
(Edit 18/06/09) Soon to be a Self-Unemployed Delphi Programmer :( All offers of work (preferably done mostly remotely) Would be appreciated...I have been programming in TP/Delphi since 1986. I try to keep it simple, readable and most importantly working. But must admit that after all these years I have my own way of achieving things :) But quite happy to be write individual units, objects and components visual or not. I'm pretty good at data structures and manipulation. GUI Design comes second. |
|
Nov 2 |
answered | Drawing and clearing the desktop canvas with Delphi |
|
Oct 27 |
answered | one way communication from background exe to activex (sidebar gadget) |
|
Oct 15 |
comment |
Help in Pascal writing a word counter I thought it was right to show an example because the questioner has loaded the question towards "Array-thinking" by stating that he can't use them. When it was never an array-based problem. |
|
Oct 15 |
answered | Hanging else problem? |
|
Oct 15 |
answered | Help in Pascal writing a word counter |
|
Oct 14 |
answered | What is easiest way to merge two or more pdf files in Delphi? |
|
Oct 14 |
revised |
Delphi: How to have non-contiguous subrange enumeration type? added 238 characters in body |
|
Oct 13 |
comment |
Delphi: How to have non-contiguous subrange enumeration type? Argalatyr's comment is perfectly valid and he has provided you with a perfectly workable solution. So no need to be offensive. |
|
Oct 13 |
awarded | ● Scholar |
|
Oct 13 |
comment |
Is Installshield the only way to go for Delphi Installations? Looks like InnoSetup is going to be the clear winner - Thanks. I have downloaded it and started to read :) |
|
Oct 13 |
comment |
Is Installshield the only way to go for Delphi Installations? > Expensive - Yes it was expense that prompted me to ask the question. I Read the specs for installshield and then was shocked at a price of £1,269.00 + VAT :( and people say Delphi is expensive! |
|
Oct 13 |
awarded | ● Student |
|
Oct 13 |
comment |
Is Installshield the only way to go for Delphi Installations? Thanks - these are simple installs one EXE plus a few images and a couple initialisation / License files delivered by e-mail or downloaded. I know installers are not language specific but I included Delphi in case there WAS a specific one aimed at Delphi apps. |
|
Oct 13 |
asked | Is Installshield the only way to go for Delphi Installations? |
|
Oct 13 |
comment |
What is needed to get Delphi back on top? We know we are still alive! We need to know the other Delphi developer is still alive :) |
|
Oct 13 |
answered | Delphi transparent PNG Issue |
|
Oct 9 |
answered | Delphi: How to have non-contiguous subrange enumeration type? |
|
Oct 8 |
answered | Split large file without copy? |
|
Oct 8 |
revised |
Can I recompile the .PAS files used by the Delphi IDE? added 19 characters in body |
|
Oct 8 |
comment |
Can I recompile the .PAS files used by the Delphi IDE? Sorry, of course - there were only 2 saying basically the same thing when I replied :) So for clarity I will edit the answer. |
|
Oct 7 |
answered | Can I recompile the .PAS files used by the Delphi IDE? |
|
Oct 7 |
comment |
Split large file without copy? I don't think there is not even at low level disk/ntfs - what you need is a "companion file" full of pointers to parts of the "Giga-file" but with average file size of circa 16k the pointer file would be quite large too! |
|
Oct 7 |
answered | Place a window behind any other existing third party window |
|
Oct 7 |
comment |
delphi - how to use declare and use pointer to the const array in a const record? Let's face it these records should be objects! If I was going where He is I wouldn't start from here come to mind :) |
|
Oct 7 |
comment |
How can I search a large XML data set? 1. Plonk a TClientDataSet on the DM. Plonk a TXMLTransformProvider on DM. Set the Tranform as the provider. Start XML Mapper from the tools menu - learn how to us it :( it's not very intuitive. Once Files are Mappped via the XTR files and connected use a TDatasoure as usual. Have fun. |
|
Oct 6 |
answered | How can I search a large XML data set? |
|
Oct 6 |
answered | Cloning a TStringGrid Component |
|
Sep 21 |
answered | Best way of validating modal dialog fields? |
|
Sep 16 |
awarded | ● Yearling |
|
Jul 2 |
answered | how to convert byte array to its hex representation in Delphi |
|
Jul 2 |
awarded | ● Commentator |
|
Jul 2 |
comment |
How to remove duplicate records in grid ? Hi sorry I've been away - but It looks like you must have worked out a way to create a unique vale to represent your strings :) I would probably have used the index of the characters in the string in addition to the character value. Or similar :) |
|
Jun 29 |
accepted | How to remove duplicate records in grid ? |
|
Jun 26 |
answered | How to remove duplicate records in grid ? |
|
Jun 26 |
comment |
In Delphi IDE, how to quickly determine the location of an open non-project-related file? +1 for neat and useful idea - thanks |
|
Jun 22 |
answered | Can I avoid handling a file twice if I need the number of lines and I need to append to the file? |
|
Jun 22 |
comment |
Problem with Delphi 2009 and old-style object type Yes - It's the right thing to do. Reling on magic carries the "do not annoy a wizard... warning :( Good luck with it - You'll probably find it easier that you are imagining. |
|
Jun 20 |
answered | How do you set the Result value? |
|
Jun 19 |
comment |
Where to start OOP in Delphi mainly focusing on database development? @birger - Its not clear I know, but limited space and time. The lists and objects need to be able to perform or initiate saves/loads. I did not say they knew what they are connected to. Also I took it one level further and created my own "DataManager" to separate it one level further the objects only use that. SQL - you create it on the fly if you like, I don't like it and I don't see the need for most business apps. Try debugging the program statements that created it in place of hitting F11 to read straingt text. Having said that I do have aan SQLQuery object that creates SQL for reports |
|
Jun 19 |
answered | Dynamic GUI creation using configuration files |
|
Jun 19 |
comment |
What is the best way to do nested TRY AND FINALLY statement in Delphi 6 months late I know - but technically I think this is correct and is the safe way, All the answers suggested have possible leaks or need backup/helper routines. This code will just work with no leaks. |
|
Jun 19 |
awarded | ● Critic |
|
Jun 19 |
answered | Where to start OOP in Delphi mainly focusing on database development? |
|
Jun 19 |
answered | Problem with Delphi 2009 and old-style object type |
|
Jun 19 |
comment |
What’s your most controversial programming opinion? I usually work from home and when my kids were a little younger they would look at the screen and say "Dad's doing his garbage writing best keep quiet" The name stuck so when coding I'm still referred to as doing "Garbage writing". Always made me laugh! |
|
Jun 19 |
answered | How do I tell if a form is in help mode? |
|
Jun 19 |
comment |
How to have a program option set by an admistrator that the user can’t change? That's how we handle it. In fact we have "rights" values 0-9. These are in a table inaccessible to the users. |
|
Jun 19 |
comment |
Separating Interface and Implementation classes in delphi? Good man, Stackoverflow rules OK! |
|
Jun 18 |
answered | Problem with Delphi 2009 and old-style object type |
|
Jun 18 |
revised |
Separating Interface and Implementation classes in delphi? added 4 characters in body |
