lkessler
|
Registered User
|
I'm a Programmer and Genealogist.
Genealogy software at: www.gensoftreviews.com See my own program Behold at: www.beholdgenealogy.com Oh, and I did have a world-class (at the time) chess program named Brute Force |
|
14h |
comment |
Compare Delphi Exception Handlers Interesting. Are there any good examples or descriptions of how to use just JclDebug and JclHookExcept together simply for this purpose? |
|
1d |
asked | Compare Delphi Exception Handlers |
|
Dec 14 |
comment |
Why does building with runtime packages make the EXE file smaller? I'm curious about this too. I use EurekaLog, and it's memory leak ability doesn't work unless you build without runtime packages. So I spent a few days eliminating the need for it. So to add to your question, I'm also curious if it's worthwhile to build WITH runtime packages for a debug build, and WITHOUT for a release build, and if so, how can that be done? |
|
Dec 13 |
awarded | ● Popular Question |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 4 characters in body |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 352 characters in body; added 128 characters in body |
|
Dec 11 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Changed title to reflect Peter Below's analysis of what is happening. |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? edited title |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 353 characters in body |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 346 characters in body |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 913 characters in body |
|
Dec 11 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Well mghie, your code does work in my program and does seem to fix the problem. See my final edits of the question, above. |
|
Dec 11 |
answered | How can I Prevent Shortcuts from Colliding/Interacting in Delphi? |
|
Dec 11 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Changed title as you suggested |
|
Dec 11 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Changing title as per mghie's suggestion |
|
Dec 11 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? mghie: Your fix did not completely work the first time I tried it (see: 4 comments ago), but now seems to work (see: 1 comment ago) and that is very strange. But unfortunately, when I put it into my program, it does not work at all. |
|
Dec 9 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Okay, I've put up a zip file with my test Delphi 2009 project at: beholdgenealogy.com/cutcopypastetest.zip/… ... but as I test it now with the works/doesn't work example I gave above, the "doesn't work" is not happening. Everything works. I am either going completely nuts, or something is really screwy here. This is not very reassuring for me. We all want programs we can verify work all the time, and not some times. But please try it. Maybe it will happen for you. If not, I am at a loss for any explanation. |
|
Dec 9 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? mghie: Tonight I'll put my simple test program up on my website (can't do it right now - I'm not at home), and maybe then this last problem will show up for you. Once it's up, I'll post another comment with the link to the test program. |
|
Dec 9 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? So now I put your EditPaste1Execute routine (as well as Copy1 and Cut1) handlers in. I'm impressed by your knowledge of this. Thanks. It would have taken me a long time to figure that out. But even with this, I still have a problem. Do this: From the main form, press a button to open a find dialog. Put in a find string, select part of it and do Ctrl-X. It now works! But continue on back to the main form. Press a button to open a non-modal form with a combo box on it. Do Ctrl-X from the combo box. It DOESN'T work. Reopen the program. Do the Combo box first (works) and then find (doesn't work). |
|
Dec 9 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? mghie: Thank you for the detailed analysis. I've been working for an hour trying to verify what you say. I do what you say in the first 4 paragraphs up to your horizontal line. You are correct that for the ComboBox on the main form, the shortcuts do not work. However, if you place two buttons on the main form that open up a modal and non-modal form. And on each form place a ComboBox. Then when opening the Combo Box on the modal form, the shortcuts DO work, but on the non-modal they don't. So it still does seem to have something to do with modal/non-modal forms. |
|
Dec 8 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 1027 characters in body |
|
Dec 7 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? François: That's an interesting thought. I'll take a look at some other possible interactions of the cut, copy and paste shortcuts. But the simple example, the way Cary suggested to set up, doesn't leave much room for external influences. Primarily, it does require the ActionList and a non-modal form for it to happen. |
|
Dec 7 |
accepted | Delphi EXE compressor? |
|
Dec 6 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? ... but I go back to my program and the problem is definitely there. |
|
Dec 6 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? After I started playing with it for the above comment, all of a sudden, it worked on the non-modal form. After some more playing around, it continued to work. I shut the program and rebuilt it. It still continued to work. This is now extremely strange to me. I have no idea what it could be? But Cary, you are at least a witness that something strange is happening. |
|
Dec 6 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? What you've seen on the TComboBox is the problem I'm trying to solve. For me and my version of your simple test, the TFindDialog also does not properly do Ctrl-X, Ctrl-C, Ctrl-V when it is called from either the Main Form or the Non-Modal form, but does work from a Modal Form. So I don't know why that is not happening for you. |
|
Dec 6 |
awarded | ● Nice Question |
|
Dec 5 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 65 characters in body |
|
Dec 5 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 24 characters in body; added 3 characters in body; added 56 characters in body |
|
Dec 5 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? Cary, see the update to my question. TMemo's and TEdits don't have the problem. Please try your test program with a TComboBox or a TFindDialog. |
|
Dec 5 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? added 316 characters in body; added 6 characters in body |
|
Dec 5 |
comment |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? You are correct that this simple example worked. I'll have to either build the simple example up, or break my program down to see what is blocking me here. In between my question and your answer, I did find others with the same problem at forums.codegear.com/thread.jspa?threadID=19946/… and I tried Peter Below's solution, but it didn't work for me. So that adds to your conclusion that something else is going on here. I shall research further. Thanks for answering. You've given me something to go on. |
|
Dec 5 |
revised |
How can I Prevent Shortcuts from Colliding/Interacting in Delphi? edited title |
|
Dec 5 |
asked | How can I Prevent Shortcuts from Colliding/Interacting in Delphi? |
|
Dec 5 |
revised |
Crazy Access Violation in C++ Builder 6 edited tags |
|
Dec 2 |
revised |
How To Get My Solutions Into Windows Problem Reports and Solutions added 107 characters in body |
|
Dec 1 |
revised |
How To Get My Solutions Into Windows Problem Reports and Solutions added 411 characters in body |
|
Dec 1 |
comment |
How To Get My Solutions Into Windows Problem Reports and Solutions Thanks Larry for that added info. You've not pointed out what happened to OCA. It turned into WinQual. Booooo! |
|
Dec 1 |
comment |
How Do I Add A TLabel To The Menu Bar in Delphi? Thanks, Craig. So it actually is a label then. You technically have the correct answer (using Toolbar 2000), but I've already implemented it as an uncolored menu item, so I'll leave the accepted answer with Christopher. Didn't know you were here at StackOverflow. Love your Beyond Compare. I use it for comparing my versions, updating my website, and doing my backups. |
|
Nov 30 |
awarded | ● Popular Question |
|
Nov 30 |
comment |
How To Get My Solutions Into Windows Problem Reports and Solutions Larry: see my edit above. |
|
Nov 30 |
revised |
How To Get My Solutions Into Windows Problem Reports and Solutions added 1274 characters in body |
|
Nov 29 |
asked | How To Get My Solutions Into Windows Problem Reports and Solutions |
|
Nov 27 |
revised |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? added 15 characters in body; deleted 6 characters in body |
|
Nov 27 |
comment |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? delphigeist: I'm looking forward to your tutorial on GPStructuredStorage. Have you compared its speed to a database? |
|
Nov 27 |
revised |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? added 1108 characters in body |
|
Nov 26 |
comment |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? gabr: In stackoverflow.com/questions/222699/… you answered Firebird, and I commented agreeing with you. But I haven't tried Firebird yet. How would you compare it with the GPStructuredStorage solution for my particular problem? |
|
Nov 26 |
comment |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? I especially like gabr's idea of grouping the hash into 2 character combinations to make a 4 level folder structure. With a million records, each level will only average 33 entries which should make finding the files fairly quick, even if just a sequential directory/file search is used. |
|
Nov 26 |
comment |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? As it turns out, the database will be created all at once the first time (imported from another data set). After that, it will be updated on a record by record basis (only a few records at a time), so maybe in my case, with gabr's suggestion on using your hash function as the folder path, GpStructuredStorage might be a possible solution. |
|
Nov 26 |
comment |
How Should I Implement a Huge but Simple Indexed StringList in Delphi? I will need to modify, add, and delete records as well. Modify may mean changing the data length of the record. |
