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
Joe
Still reading the SmartInspect license agreement. Now, it’s normal for a license agreement to, in effect, say “We don’t promise the software actually works”. It’s frightening when you think about it, but it’s become standard… … Read more
16 years ago in .NET, Delphi, eula, Life, programming, smartinspect0
Joe
We just purchased a couple of licenses for Gurock Software’s SmartInspect. I’ve gotten as far as the license agreement. Their license agreement aspires to dizzying new heights in legalese. Take this sentence, from the third… … Read more
16 years ago in .NET, Delphi, eula, Life, programming, smartinspect0
Joe
Version 0.8.1 of the DGrok Delphi parser and tools are now available for download. Download DGrok 0.8.1 here. What is DGrok? DGrok is a set of tools for parsing Delphi source code and telling you… … Read more
17 years ago in Delphi, dgrok, programming0
Joe
Just wondering. What exactly is CodeGear “announcing” today? And how is it different from what they’ve been doing for months now? They’re not announcing what the product will be; they’ve already done that. Sure, they’re… … Read more
17 years ago in Delphi, delphi 2009, programming0
Joe
I ran across a great article about how to do multithreading without (or with very few) locks. If you’ve done concurrency, you already know about locks. You probably also know they’re expensive, and you’ve probably… … Read more
17 years ago in .NET, Delphi, programming0