Strange Gallery Items in your Delphi 2005 Installation?
I was looking through the Gallery items in Delphi 2005 tonight and I discovered a couple of new items. Does anyone else have these items also?
New Project Gallery Item
New Category Gallery Items
:-)

5 Comments:
Hardly waiting for it :)
When will it becomes "public"
Nice!
When can we put our hands on it? ;-)
Sending me an email might just get you on the beta *wink* *wink*
Saw also your video from the non-technical newsgroup. OUTSTANDING!
I just have a little suggestion as a future user...
Why do not add regions to conditional compilation blocks? That is
{$region 'not CF'} {$ifndef CF}
...
{$endif} {$endregion}
and
{$region 'CF'} {$ifdef CF}
...
{$endif} {$endregion}
This way with a few keystrokes it would be possible to hide or show CF code.
@ Jed
What is your e-mail adr??
Post a Comment
<< Home