<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Dave Nottage</title>
	<link>http://blogs.teamb.com/davenottage</link>
	<description></description>
	<lastBuildDate>Sun, 14 Sep 2008 21:21:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en-AU</language>
	
	<item>
		<title>"Disabling" code-folding</title>
		<description>Code-folding was introduced into Delphi 2005, and is a means whereby sections of your code can be "collapsed", eg from this:



to this:



Code-folding is switched on by default, and there appears to be no way to turn it off permanently.  For those (like me) that never use it, this can be ...</description>
		<link>http://blogs.teamb.com/davenottage/2008/09/15/33688</link>
			</item>
	<item>
		<title>Taskbar/Task Manager/Vista issues in applications built with Delphi 2007</title>
		<description>There has been a bit of discussion in the CodeGear newsgroups recently regarding some issues to do with applications built with Delphi 2007, and how it affects appearance on the Windows taskbar, the task manager list, and Vista. Some solutions suggest making some modifications to Forms.pas, however this doesn't help ...</description>
		<link>http://blogs.teamb.com/davenottage/2007/04/03/33687</link>
			</item>
	<item>
		<title>try except madness</title>
		<description>..or should I say &#8220;try and accept some madness&#8221;? Today I came across this little gem inside of a CloseQuery event handler of a form: &#160; try&#160;&#160;&#160; CanClose := bIsInitialisationsOver;&#160; except&#160;&#160;&#160; on E: Exception do&#160;&#160;&#160; begin&#160;&#160;&#160;&#160;&#160; WriteErrorToLog('Error.Exception - ' + E.Message);&#160;&#160;&#160; end;&#160; end; CanClose is a boolean variable that is ...</description>
		<link>http://blogs.teamb.com/davenottage/2006/01/23/22858</link>
			</item>
	<item>
		<title>Going forward</title>
		<description>What is it with using the phrase &#8220;going forward&#8221;? You'll hear a lot of execs (and maybe even some non-execs) use the phrase in relation to their business plans, but what is the point of saying it? I wouldn't expect&#160;anyone talk about their business plan in relation to doing something ...</description>
		<link>http://blogs.teamb.com/davenottage/2006/01/20/22821</link>
			</item>
	<item>
		<title>Initialization, where are you?</title>
		<description>Working on this project in Singapore, I came across something similar to this: unit SomeUnit; ... implementation ... begin&#160; DoSomeCodeHere;end. No, it wasn't exactly the code above; it's just to illustrate that I had forgotten this was possible. So how does Delphi treat the above code? The answer in BDS ...</description>
		<link>http://blogs.teamb.com/davenottage/2006/01/12/22734</link>
			</item>
	<item>
		<title>Software Installers part 2</title>
		<description>Well it has been a while since I started using it, however I thoroughly recommend InnoSetup. I also recommend using ISTool to at least create scripts (easy enough to edit with a text editor later). It can be downloaded via links from the InnoSetup site.Share This | Email this page ...</description>
		<link>http://blogs.teamb.com/davenottage/2006/01/11/22724</link>
			</item>
	<item>
		<title>Just what do you think you&#8217;re doing, Dave?</title>
		<description>I'm asked that question quite often ;-) In this case, I've started a new blog. I'm keeping a blog separate from my TeamB blog, as I didn't want to pollute this one with my general ramblings. I'll stick to subjects about Borland, Delphi, and programming in general on this blog.Share ...</description>
		<link>http://blogs.teamb.com/davenottage/2006/01/11/22723</link>
			</item>
	<item>
		<title>Software installers</title>
		<description>Software installers.. There seems to be a huge gap between the commercial and well.. the other end of the scale. I've tried a few and that's at least the impression that I have. Borland Delphi 7 ships with InstallShield Express (Borland Limited Edition)&#160;v3.5 Service Pack 4. As far as I'm ...</description>
		<link>http://blogs.teamb.com/davenottage/2005/11/22/22190</link>
			</item>
	<item>
		<title>TeamB meeting note: Distinctions between CoreSDP and BDS</title>
		<description>Every year, some TeamB members have meetings with Borland staff, and today included meetings with some&#160;Borland execs. One&#160;of our meetings was with Boz Elloy, Senior Vice President of Software Products, and a subject we talked about was what Core SDP is, and why Delphi isn't included in it. He advised ...</description>
		<link>http://blogs.teamb.com/davenottage/2005/11/12/22062</link>
			</item>
	<item>
		<title>DevCon environment update and other misc stuff</title>
		<description>Fortunately, the lab problem has been resolved, with power strips and extra desks being provided.. Thanks Borland and support staff! Unfortunately, the issue of repeat sessions lingers, with some lamenting that they were not able to make sessions (including myself) and absolutely no repeats were available. Considering the circumstances, this ...</description>
		<link>http://blogs.teamb.com/davenottage/2005/11/10/22042</link>
			</item>
</channel>
</rss>
