﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Opening Doors: Getting Inside the IDE]]></description>
    <title><![CDATA[Comments for Opening Doors: Getting Inside the IDE]]></title>
    <link>http://dn.codegear.com/article/21114</link>
    <!-- source: http://dn.codegear.com/article/21114/feed-->
    <dc:date>2008-10-07T02:16:20-07:00</dc:date>
    <item>
      <description><![CDATA[I hope its the right place to put my requirement. If not please Xcuse me. Can anyone pls give me some tips, How can I have a Form which will have the design time behavour at runtime. ie., Moving of components on it, resizing as we do at design time.]]></description>
      <title><![CDATA[Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Deepak Vaidya)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=39585</guid>
      <dc:date>2006-11-02T00:09:02-07:00</dc:date>
      <pubDate>2006-11-02T00:09:02-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[Allen, if you create with Application AND use .Free, you will get an AV error when Delphi shuts down. Either create with nil and free, or remove the .Free in the finalization.]]></description>
      <title><![CDATA[Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (chris dickerson)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=30900</guid>
      <dc:date>2001-12-18T14:59:41-08:00</dc:date>
      <pubDate>2001-12-18T14:59:41-08:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[Thank you for your reply, I'm going to have a look at these source codes. However, I found out that there are several major bugs in Delphi's VCL (controls.pas) that make it impossible to dock forms like Delphi shows it in it's IDE. After fixing controls.pas I'm now able to do proper docking, even with several conjoindockhosts and tabdockhosts docked into each other. It is even possible to save and restore the settings.The big questions is: How does Borland do IDE form docking with a faulty controls.pas? Maybe they use something they do not publish...Regards Mirko]]></description>
      <title><![CDATA[re: Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Mirko Neumann)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=26511</guid>
      <dc:date>2000-09-14T08:09:33-07:00</dc:date>
      <pubDate>2000-09-14T08:09:33-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[I don't think Alan Bauer is bothering to look at the comments anymore.  Anyway, I have just completed a fully dockable plugin that loads and saves with the IDE desktops.The best example I found was to get the GExperts source code (from www.gexperts.org) and look through there docking code and one of their actual dockable windows (e.g. fmGrepResults).  I used this and now have it working fully, albeit in C++Builder.Russell]]></description>
      <title><![CDATA[re: Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Russell Hind)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=26501</guid>
      <dc:date>2000-09-14T01:11:49-07:00</dc:date>
      <pubDate>2000-09-14T01:11:49-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[Dear Mr Bauer,reading your article was quite interesting, but it arose some questions.In my opinion, form and controlbar docking is a feature that should have every program developed using Delphi. But when you use the provided public and published docking properties, docking is a catastrophe and leads to unpredictable results. Since docking and specially the DockManager features are not documented in the shipped helpfiles (at least I have not found it), the only way to achieve some results is try and error. Even using the DockableForm provided by your article does not give you the full functionality like it is shown in the Delphi IDE (I know that you did not intend to give that). After many hours of poking around I am now able to do proper form docking (even using ConjoinDockHosts and TabDockHosts without the bugs contained in the shipped example DockEx), but it is nearly impossible to find out how to save and restore docked windows properly.Hence, I would like to ask you to give some more (full?) information about docking, so that all those developers using Delphi are able to concentrate on their real tasks instead of trying to learn how Delphi works internally. I do not think it is necessary to have own windows docked in the Delphi IDE but docking of own windows in own programs developed using Delphi should be much easier.Maybe there are some more articles and informations that you know of, so I would be grateful for any advise.Regards,Dr. Mirko Neumann]]></description>
      <title><![CDATA[Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Mirko Neumann)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=26399</guid>
      <dc:date>2000-09-06T06:38:40-07:00</dc:date>
      <pubDate>2000-09-06T06:38:40-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[I am using C++Builder 5 so I need the .hpp file for the forms so when I herit from them, I can then use them in another project.  To generate these .hpp files, I have to compile the .pas files.  Do you have the header files so they can be dumped in CodeCentral?Or can I copy out the offending code and then compile the unit?Thanks]]></description>
      <title><![CDATA[re: Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Russell Hind)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=26161</guid>
      <dc:date>2000-08-23T08:22:57-07:00</dc:date>
      <pubDate>2000-08-23T08:22:57-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[Is there another way to fool the IDE VFI?How about Wizard Forms? How Wizard Forms can take advantages of how the IDE find the ancestor form?Because I want to do an Wizard to make these forms.Thanks in advance,[]'s Ecco]]></description>
      <title><![CDATA[Opening Doors: Getting Inside the IDE - VFI]]></title>
      <managingEditor>
	 (Edson Oliveira)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=25308</guid>
      <dc:date>2000-06-08T08:21:16-07:00</dc:date>
      <pubDate>2000-06-08T08:21:16-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[The source code provided was *never* intended to be compiled.  It is just for informational purposes because you already have the compiled version contained in the dsnide50.dcp/bpl package.  This code also serves the purpose of providing a "surrogate" project from which the IDE can then create descendant forms (the ones you actually design).  Besides, many of the methods on those forms are just stubs.]]></description>
      <title><![CDATA[re: Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Allen Bauer)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=24795</guid>
      <dc:date>2000-04-04T23:12:43-07:00</dc:date>
      <pubDate>2000-04-04T23:12:43-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <item>
      <description><![CDATA[Is it just me or is there something missing in the source code? It failed to compile when comming across DesktopUpdateCount in procedure TDesktopForm.LoadWindowState(Desktop: TMemIniFile);/DeskForm.Any clues how to alleviate that? I am looking forward to exploit the stuff in the ZIP-archive.//jesper]]></description>
      <title><![CDATA[Opening Doors: Getting Inside the IDE]]></title>
      <managingEditor>
	 (Jesper Hogstrom)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=24768</guid>
      <dc:date>2000-03-31T06:22:17-07:00</dc:date>
      <pubDate>2000-03-31T06:22:17-07:00</pubDate>
      <source url="http://dn.codegear.com/article/21114/feed">Comments for Opening Doors: Getting Inside the IDE</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>