Yanniel
If you want to make your Delphi application general enough to address multiple locales, then you need to internationalize it. There are three common aspects that I want to emphasize (no necessarily in that order):… … Read more
13 years ago in Delphi, Delphi Programming, Object Pascal Programming, programming0
Yanniel
Last June 12th, 2011, I received an Embarcadero Community Newsletter pointing out that “certification exams are now available for Delphi developers. Embarcadero’s Delphi Certification Program offers two levels: Delphi Certified Developer and Delp… … Read more
14 years ago in Delphi, Delphi Programming, Object-Oriented Programming, pascal, programming0
Joe
I’ve been reading the recent debate about a “Delphi Community Edition”. Most of it seems pretty abstract: “I think it would help the Delphi community if…” That’s all well and good, but I thought I’d… … Read more
15 years ago in Delphi, programming0
Joe
BarCamp Omaha is October 2-3 (Friday evening to Saturday). I’ve never been to a BarCamp, but it promises to be intriguing — the session schedule is planned on a whiteboard Saturday morning, and anyone who… … Read more
15 years ago in .NET, barcamp, Delphi, hdc, programming0
Joe
Git is intimidating. It’s a distributed revision-control system, so it’d work online or off, and it’s got tons of cool toys (like git-bisect to automatically figure out which commit introduced a bug). But good luck… … Read more
16 years ago in .NET, Delphi, funny, git, mercurial, programming0
Joe
Not all MenuStrips will exhibit the scrolling bug. In a nutshell: if you ever hide any menu items, you’re living dangerously. Visible and Available First, an aside on how you go about hiding menu items…. … Read more
16 years ago in .NET, Delphi, fixing-menustrip, menustrip, programming0
Joe
In .NET 2.0, Microsoft added MenuStrip and ContextMenuStrip controls to replace the old MainMenu and ContextMenu. The new ones support images next to menu items, edit boxes inside menus, etc. Fairly cool. However, they’ve got… … Read more
16 years ago in .NET, Delphi, fixing-menustrip, menustrip, programming0