Alister

827
Reputation
147 views

Registered User

Name Alister
Member for 11 months
Seen 20 hours ago
Website
Location NZ
Age 33
A Delphi developer who enjoys guitar, piano (learning), martial arts - and a range of other geeky activities.
Nov
19
answered Determine ruby version from within Rails
Oct
23
comment Porting a Windows Mobile 2003 compact framework app to smartphone
Unfortunately we do have a few clients running smartphones, one of which keeps reminding me about it. The number of users probably doesn't justify the expense of the effort, but I might do it anyway.
Oct
22
asked Porting a Windows Mobile 2003 compact framework app to smartphone
Oct
20
accepted Display progress from time consuming process
Oct
20
awarded  Autobiographer
Oct
19
comment Low-level keyboard hook issue : Keyboard state losed when application is not focused (Delphi)
I've done this in Delphi 2007 in Vista with great success - but yes unicode might get in your way. I think Bruce is correct and a global hook is your only option.
Oct
19
answered Display progress from time consuming process
Oct
9
awarded  Critic
Oct
9
answered What are good arguments to convince management to upgrade to Delphi 2009 / 2010?
Oct
6
answered How can I search a large XML data set?
Oct
6
comment How can I search a large XML data set?
I just read that Joel on Software post, it's pretty on topic - even if it was written in 2001.
Sep
4
comment Best algorithm for hashing number values?
Doesn't 32bits give you ~4 billion numbers, a wee bit larger than 65536? Or am I missing something obvious? Nice answer by the way.
Sep
3
answered Single-user source control?
Aug
13
accepted Delphi & unit testing: Include tested source in project, or just use it?
Aug
12
answered Delphi & unit testing: Include tested source in project, or just use it?
Jul
29
awarded  Commentator
Jul
29
comment Best practices for creating and parsing XML documents.
High quality version of the video tutorial: codegearguru.com/index.php?option=com_content&…
Jul
24
answered delphi in vista
Jul
21
answered Older Delphi Instructional Materials
Jul
21
revised What’s the best method for getting the local computer name in Delphi
added 315 characters in body
Jul
21
comment What’s the best method for getting the local computer name in Delphi
Just as a note, this requires using the unit Winsock.
Jul
20
asked What’s the best method for getting the local computer name in Delphi
Jul
19
answered How can I play sound file (mp3,wav,etc) directly with no associated application?
Jul
19
answered Sort DBGrid by clicking column’s title
Jul
16
comment How to start unit-test old and new code ?
I agree this is an excellent book, it's a bit of a dry read however. I've been inserting tests into an application I've been working on, at the moment each test covers a large chunk of code, but as I have to modify the code, I've been refactoring it to make it more testable with finer granularity. If you don't know much about refactoring, you should get a book or two on this as well. Perhaps the classic Refactoring by Martin Fowler.
Jul
13
answered Why Do You Use Delphi?
Jul
8
answered Display flash player in place of URL
Jul
8
answered Display Flash Web Widget in a Delphi form
Jun
30
answered Detect if my application is running under the IDE “Delphi 2007 .Net”
Jun
29
comment Drawing on a DataModule in Delphi
Yes, that is the kind of thing I had in mind. Something visible at design time, to provide a bit of visual documentation of relationships of stuff on a datamodule.
Jun
29
comment Drawing on a DataModule in Delphi
I remember the Diagram tab and tried to use it a number of times, but never actually found it helpful. I was just staring at a datamodule with about 30 tables on it and felt that if I could draw a circle around those, and a couple of arrows and bla bla bla, things would make so much more sense - however it probably wouldn't.
Jun
29
asked Drawing on a DataModule in Delphi
Jun
11
answered How can I update a DataSnap server while clients are still connected?
Jun
8
comment Changing the color of dropdown items in TDBLookupComboBox
Dude, this is not the answer I want, although it's pretty much along the lines of what I was thinking - but you can have an up vote for honesty.
Jun
8
asked Changing the color of dropdown items in TDBLookupComboBox