Tag Archives: Delphi

Treeview and storage

I‘ve not written a while about programming, let alone anything about that mailing program, RoundAbout. Today’s subject is the Windows TreeView control and its data section, the TreeNodes. As you probably know, a TreeView shows data in an hierarchical way, … Continue reading

Posted in Programming, RoundAbout | Tagged , | Comments Off on Treeview and storage

Yo, autocomplete.

One of my biggest pet peeves is ‘AutoComplete’: the functionality of a text box to suggest (and complete) previously entered data. I’ve seen many bad implementations and the one fresh out of memory I can remember is Opera’s URL box, … Continue reading

Posted in RoundAbout | Tagged , , | Comments Off on Yo, autocomplete.

The State of the Machine

I get cranky when I see people use regular expressions or simple substring routines when extracting strings from, for example, e-mail addresses. The first method, while powerful, is memory hungry, the second method is plain childish. You should only use … Continue reading

Posted in RoundAbout | Tagged , , | Comments Off on The State of the Machine

Find, you

Last weekend, I decided to pick up my Delphi compiler and work a bit on Fandro: in real life, I found out that I wanted to be able to launch Fandro from Explorer’s context-sensitive menu and henceforth, I worked on … Continue reading

Posted in Programming | Tagged , , | Comments Off on Find, you

Ice, Ice, Maybe

Everytime a Wix script (Windows Installer XML) fails to compile, it logs ICE errors. For some kind of reason, whenever these errors or warnings pop up, I keep humming the tune of Vanilla Ice’s “Ice Ice Baby” (Youtube, if you’re … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

Click. Clack.

Some stuff I ran into earlier. I read that Windows 7 (Microsoft much-touted successor of Windows Vista) is positioned as the ‘Linux Killer’ (original article at Computer World). From that article: The threat to Windows comes entirely from “netbooks” — … Continue reading

Posted in Hyperlinks | Tagged , , , , , | Comments Off on Click. Clack.

Barba-what?

Staying on the programming topic: One of the best parts of Roundabout (previously) was the filtering mechanism: before mail was downloaded, the user could (if needed) invoke the Filter dialog box and mark which mails were going to be downloaded … Continue reading

Posted in RoundAbout | Tagged , | Comments Off on Barba-what?

Retro-Code

I was looking for older code through some older projects and I ended up looking at the code of RoundAbout, a Delphi project I headed with a German (Roland), an American (Marcos) and plenty of other contributors. I thought, I … Continue reading

Posted in RoundAbout | Tagged , | Comments Off on Retro-Code

Speed

I thought Mark’s posting about the new Adobe Acrobat 9 was the hilarious. If you’re into more snark, try the Adobe Acrobat 9 installation guide as done by the MicroPledge site. After the unpacking, the install process itself took 10 … Continue reading

Posted in Hyperlinks, Ordinateurs, Programming | Tagged , , , | Comments Off on Speed

Multi-meh

Meh: Earlier I found out OWL is a web ontology language and that it has nothing to do with the OWL that was wrapped in a box of Borland compilers (Wikipedia on Object Windows Library). Alfons should know more about … Continue reading

Posted in Hyperlinks, Those-wonder-years | Tagged | Comments Off on Multi-meh

Owner-draw

One point with which I want to close off for today: Ownerdraw stuff in C#. Yesterday, I was comparing code to create owner-draw listboxes and comboboxes in both Delphi and C# and noticed how remarkably easy it’s to switch from … Continue reading

Posted in Programming | Tagged , , | Comments Off on Owner-draw

Code and gear

Yesterday, I received an e-mail from CodeGear that the new Delphi platform has been released (or here for fancy images). A bit expensive and I fear for the future of the Delphi environment: notice how the environment now closely seems … Continue reading

Posted in Ordinateurs, Programming | Tagged | Comments Off on Code and gear

Owner draw

While doing some ownerdraw stuff in regular Windows stuff (stuff is my favourite word, as you can see), I noticed something weird: I was forced to ‘refresh’ regions by code, instead of relying on the tools of the specific programming … Continue reading

Posted in Programming, Truro NS | Tagged , | Comments Off on Owner draw