Archive for the “Development” Category


With CodeRage III, CodeGear’s Virtual Developer Conference (December 1-5, 2008), approaching, all speakers have to find a solution to pre-record their sessions. One way is to load a trial version of Camtasia Studio, but if you did that a while ago already, then you either have to purchase or find an alternative if you cannot afford a license.

I gave Wink, the open source solution for tutorial and presentation creation, another try a week ago. It basically works, and if taking into account that Wink is for free, it has an amazing feature set.

I must say though, that if you know Camtasia, Wink does not reach its usability. You might say now that comparing free and commercial Software would be unfair, but there is at least one free option for Camtasia:

The latest issue (24/2008) of Germany’s c’t Magazine comes with a free version of Camtasia Studio 3.0.2. Thats an old version (current is 5.0 6.0), but its completely working. They had a similar offer a year ago or so for version 3.1 (thats the one I’m using) – but that expired now as I found today.

So, if you are a CodeRage speaker, don’t have a session recording solution yet and if you are in Germany or know someone in Germany, try to get a copy of that magazine.

Comments Comments

If creating IW controls dynamically, then always be sure to explicitly set their Name. They won’t always get a default name – and empty names may lead to strange behaviors.

If you create IWRadioButtons dynamically, then also be careful that you always set their “Name” and “Value” properties to the same value – unless you know what you are doing. Value is important for correct control and group recognition during postbacks. Sounds odd but has to do with the way how the underlying INPUT HTML controls are working.

Unfortunately, at least in IntraWeb 9.0, IWRadioButtons synchronize Name and Value at design-time only (no idea why – I cannot remember having touched that during my time at Atozed). The attached IWComRadioButton source file fixes that, so that you only have to care about “Name”.

Note: That file is for IntraWeb 9.0. It may work with older or newer versions, but I did not test that. This is not an official file version, but just a personal contribution to the freely available visual control source files of IntraWeb. Use modified sources at your own risk – the guys at Atozed can support their own versions only.

Comments Comments

According to Mike Nash, Microsoft’s Windows Product Manager, there will be a release called “Windows 7” anytime soon (or less sooner).

So I guess that’s somehow a service release for Windows 3.11, as Windows 3.11 was followed by Windows 95 (RIP) a couple of years ago.

If I’m wrong though and Windows 7 is supposed to be the successor of Windows Vista, then I wonder what the product management and marketing department of MS is smoking these days, with Windows 2003, 2008 on the market already …

Anyway, good that CodeGear was wise enough to not remove the Win 3.1 components. They are still there, even in Delphi 2009 :-)

image

Comments Comments

There are a lot of new things to learn with Delphi’s new Unicode string type(s). For example look at Lars’ blog. Quite some interesting posts over the last days.

Apparently, the new Delphi 2009 TStringBuilder class has not got much attention yet, so I’ll give a short recap here.

Read the rest of this entry »

Comments Comments

As I recently noticed and already mentioned by Jim McKeeth Delphi made it back into the Top Ten of TIOBE’s Programming Community Index. Actually “we” are Ninth! :-)

Read the rest of this entry »

Comments Comments

You may have noticed that Delphi 2009 includes Win32 (Delphi and C++) personalities only. The .NET part has obviously been scheduled for later.

For those of you being curious how the next Delphi for .NET might look like:

CodeGear just “inofficially” announced a Delphi Prism Beta which is basically something like Delphi in Visual Studio. Nick Hodges showed off some early information at SDN in the Netherlands.

Allen Bauer also comments on these, maybe surprising news. So far it looks like in the future there will be two Delphi products, one for Win 32 Development (in the IDE we all know), and an other VisualStudio based IDE for .NET development.

Comments Comments

Comments Comments

Apparently many developers of Web sites and especially Web applications (IntraWeb, ASP.NET, PHP etc) are still not aware of existing tools to trace/debug the communication flow between Web browsers and Web server.

Often, certain errors such as missing images, non working JS files etc, pop up (i.e. customer calls and says “your Web app is totally broken”), and its very hard to determine whats happening. You could now add logging capabilities to your Web application and try to find out whats happening. That’s not a bad idea, but often it would help more to see what’s really sent over the wire, which resources fail to load etc.

Read the rest of this entry »

Comments Comments

Disclaimer: Even though Delphi 2009 has just been announced, this is still a beta blog, as we didn’t get the “golden build” yet.

There are a couple of beta bloggers who already mentioned that the installation process’ speed has been dramatically improved with Delphi 2009. I just wanted to confirm that, so that you guys, desperately waiting for the new Delphi version, can really be sure they did their homework :-) Read the rest of this entry »

Comments Comments

To disable the “loading animation”  which has been introduced with IntraWeb 9.0, and which shows up when the user clicked a button and is waiting for the page to re-load you usually just need to set an option in your application’s ServerController. Read the rest of this entry »

Comments Comments

CodeGear Technology Partner