Argalatyr

3,173
Reputation
415 views

Registered User

Name Argalatyr
Member for 1 year
Seen 3 hours ago
Website
Location USA
Age 46
I wrote my first programs, in COBOL on punchcards, for an IBM System/370. Happily, Turbo Pascal 3 came along.
Nov
7
revised Need help in Tlistview delphi
title fix, and light copyedit
Oct
27
comment any functions to create zip file of directory/file on vista with delphi 2009
This question is very similar - you may find some useful answers: stackoverflow.com/questions/1082735/…
Oct
24
revised copying file from a server to a local drive - what could slow the access to get file ?
typo
Oct
23
comment Is FindFirst,FindNext & FindClose Thread safe in delphi
edited to address Rob's comment
Oct
23
revised Is FindFirst,FindNext & FindClose Thread safe in delphi
edited per comments
Oct
22
revised Is FindFirst,FindNext & FindClose Thread safe in delphi
copyedit
Oct
21
answered Shuffle Text File Delphi Source or anything else
Oct
19
comment Best reason not to hire a PhD?
Hmmm... are you familiar with the term "non sequitur"? I did not say anything about hiring people with no education, nor did I endorse the position of discriminating against PhD's. Perhaps you should re-read the Q and my A?
Oct
11
comment Delphi: How to have non-contiguous subrange enumeration type?
You're right, of course. I think the applicable term is "oxymoron", not a pejorative but simply descriptive of a phrase that contains contradictory terms.
Oct
11
comment case insensitive Pos
Doesn't this exacerbate the problem about which the OP asked? This will do the uppercase conversion inside the loop, perhaps multiple times.
Oct
9
comment Delphi: How to have non-contiguous subrange enumeration type?
Your last example is not a subrange type (contrary to your question title). You could declare TReceiptCode = (rcspace, rcA, rcB, rcC, rcD, rcE, rcF, rcR); ReceiptCodeStr : array of TReceiptCode = (' ', 'A', 'B', 'C', 'D', 'E', 'F', 'R');
Oct
8
comment How can I write a Delphi program to control the CPU fan speed and monitor the temperature?
any idea how uniform the motherboard support for WMI is these days? I don't know the answer - just wondering.
Oct
6
revised Selecting all instances of a word in a TRichEdit
oops
Oct
6
answered embed reportman to a delphi app
Oct
5
comment Delphi VirtualTreeview.OnAfterItemPaint issue when scrolling?
@mghie: Thanks for clarifying.
Oct
4
comment Delphi VirtualTreeview.OnAfterItemPaint issue when scrolling?
Do you have this connected to every column, or just one? If every column, then won't you be writing the same string in all columns, and they'll overlap?
Oct
3
comment Best reason not to hire a PhD?
Interesting question. Clearly no - but my original point was that it's the employer's loss in the long run. In the short run, it's bad for the employee. All the badness stems from the employer's narrow mind-set.
Sep
29
comment “bpl” load in IntraWeb
Amir, please delete this answer - it is not really an answer, and this is an English-only site.
Sep
29
comment “bpl” load in IntraWeb
I've tried to improve your code formatting, but I still don't understand your question. Could you edit it to make it more clear what you are trying to do, and include any error messages you are getting? Falo português só um pouquinho.
Sep
29
revised “bpl” load in IntraWeb
formatting
Sep
29
comment Lambda Expressions in Delphi Prism/Oxygene
Steve or Barry: someone who confirmed this as a bug in a specific version of Delphi should edit the question to specify. Cary's update makes this a version-specific issue.
Sep
28
comment Efficient way to determine number of digits in an integer
Matt: this is not an answer. Perhaps you don't have enough rep to comment, but you shouldn't post comments as answers. I'm not down-voting because you're new, but you should read the FAQ linked at the top of the page if you haven't already.
Sep
28
comment How can I determine why the machine came out of suspend?
so, you want to embed this in a program you're writing, or do you just want a utility that will give you this info?
Sep
28
revised Scrolling issues with TRichEdit in Delphi
correcting title, and tagging
Sep
28
revised Scrolling issues with TRichEdit in Delphi
correction
Sep
28
accepted Scrolling issues with TRichEdit in Delphi
Sep
28
answered Scrolling issues with TRichEdit in Delphi
Sep
28
comment Scrolling issues with TRichEdit in Delphi
I think "focus" is usually used for controls. Do you mean that you want to select the text that was just added (will result in pasting-over with the next operation), keep the insertion point on the last-added line (that will result in pasting one very long line) or perhaps you just mean you want to scroll to the bottom of the richedit?
Sep
27
comment how to proper delete pointer to array
You cannot accept all. You can up-vote all if you found all of them helpful, but you should accept one. Criteria for acceptance are suggested in the FAQ, but might include correctness, usefulness, completeness, etc.
Sep
27
comment (delphi)print image problem
Could you show the code that is involved? It's easier to help if we see what you're doing.
Sep
25
revised Encryption library for Delphi
spelling
Sep
25
accepted Retrieving a sharepoint list in Infopath only shows first 100 records
Sep
25
comment How do I handle user submitted data to ensure best practice programming?
@clintp: I'm sincerely sorry I forgot to add a smiley, and am grateful that Freddy realized I did not mean to come off negatively. Just seemed a funny juxtaposition.
Sep
25
comment Vertically aligning cursor inside input box. Safari & FF do different things..
Matt, this does not seem to be programming related. You might want to try superuser.com
Sep
24
revised Retrieving a sharepoint list in Infopath only shows first 100 records
adding links with descriptions
Sep
24
comment Programming language to learn further in a certain situation
The answers to the question you cite provide the answer to your central question. The highest-voted answerer summed them up nicely: "You'll get as many opinions on this as you ask". So, this is just a duplicate.
Sep
24
comment Customizable / Dynamic SWF generation
How is this programming-related? Sounds a little spammy as written.
Sep
24
comment How do I handle user submitted data to ensure best practice programming?
Your first and last lines seem mutually exclusive: "You can't go wrong..." and "Nobody's perfect..."
Sep
24
comment Retrieving a sharepoint list in Infopath only shows first 100 records
A couple more: blog-sharepoint.blogspot.com/2009/04/… and getsharepoint.com/blogs/bf/…
Sep
24
comment Retrieving a sharepoint list in Infopath only shows first 100 records
Here in a blog entry: blogs.msdn.com/infopath/archive/…
Sep
24
comment Retrieving a sharepoint list in Infopath only shows first 100 records
Here's a discussion in the MSDN forum: social.msdn.microsoft.com/Forums/en-US/…
Sep
24
comment Retrieving a sharepoint list in Infopath only shows first 100 records
Yes, if you increase the item limit of the default view, the query return will increase as well. Am looking for a definitive reference for you...
Sep
24
revised How do I handle user submitted data to ensure best practice programming?
don't show URL - show title!
Sep
24
answered Retrieving a sharepoint list in Infopath only shows first 100 records
Sep
23
revised missing “htmlview.dcu”
less ambiguous wording
Sep
23
comment Shift+Ctrl+0 key combination not seen by application on Windows Vista
@Jan: perhaps it would be better if Google allowed Regex searches? ;-)
Sep
22
comment Using C#, how to allow editing of strings from outside the application?
Are you trying to internationalize your application? You may want to search SO for "[c#] internationalization, to find results like this: stackoverflow.com/questions/678204/…
Sep
20
awarded  Strunk & White
Sep
20
revised What is the best way to implement a rate-limiting algorithm for web requests?
just to be clear that these are not complete dups, but still relevant
Sep
20
answered Questions every good Delphi developer should be able to answer?