Announcement

Collapse
No announcement yet.

Delphi8 Informal Update 3 for ASP.NET

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Delphi8 Informal Update 3 for ASP.NET

    In der Borland-Newsgroup <b>borland.public.attachments</b> ist das 484 kByte große 3. Patch für Delphi 8 zu finden. Die beigefügte Readme.txt hat den folgenden Inhalt:

    Delphi8 Informal Update 3 for ASP.NET <br>
    5/26/04<br>
    Jim Tierney<br>
    Borland Software Corporation<br>


    Developers,

    This informal update fixes some ASP.NET design time problems.

    Installation<br>
    ============<br>

    You must have Delphi8 Update 2. If you have it, the Delphi8 About box reads "Borland Delphi for Microsoft .NET Version 7.1.1523.17956 (Update2)". Otherwise, download Update 2 from "http://www.borland.com/products/downloads/download_delphi_net.html".

    Once you have Update 2, copy the following files to the bin directory (The default install location of bin is "c:\program files\borland\bds\2.0\bin"):

    Htmide71.bpl<br>
    Dotnetcoreide71.bpl<br>
    DotNetAspIDE71.bpl<br>

    These files have updated file versions. The new file version is 7.1.1602.17578.


    Fixes in this Update<br>
    ==================== <br>

    Loss of HTML when saving a modified .aspx file while the designer is not shown, typically when the .aspx file is opened with the project desktop.

    Editor status bar not updated when editing and saving.

    Editor tabs not updated when editing and saving.

    Object inspector not displaying correct elements when switching between .aspx, designer, and .pas

    Object inspector not displaying correct elements after saving.


    Hidden Reg Key – SaveMarkupAsIs<br>
    =============================== <br>

    This update supports a hidden registry key. The key is called SaveMarkupAsIs and it is used to change how the designer saves a modified .aspx (or .ascx) file. By default, a modified aspx file is “cycled” through the designer when it is saved while the designer is not shown. This keeps the .aspx and .pas files synchronized. When the SaveMarkupAsIs registry value is 1 then modified .aspx (or .ascx) files are saved without a cycle.

    The benefits of avoiding a cycle are better performance and less reformatting. If modifications to the .aspx add, rename or remove web controls then you will need to show the designer before saving in order to get the codebehind declarations updated.

    SaveMarkupAsIs.reg is included in the attached zip. Import this file with regedit.exe to enable SaveMarkupAsIs. The setting does not take affect until the IDE is restarted.

    SaveMarkupAsIs.Reg adds the following key and value:<br>
    [HKEY_CURRENT_USER\Software\Borland\BDS\2.0\AspDebu ggingOptions\General]
    "SaveMarkupAsIs"="1"

    -Jim<br>
    ASP.NET Development Lead

  • #2
    Hallo Andreas,
    Könntes Du diesen Patch in die das Forum stellen, oder den Link für den Download.
    Ich finde in nicht?

    Besten Dank
    Kar

    Comment


    • #3
      Aufgrund der Größenbeschränkungen für den Fileupload muss ich das auf 4 ZIP-Archive aufteilen, die alle zusammen ins gleiche Verzeichnis entpackt werden müssen:

      Teil 1

      Comment


      • #4
        Hallo,

        das habe ich gerade versucht, aber auch nach dem separaten Verpackern jeder Datei als einzelne ZIP bekomme ich eine davon noch hochgeladen (Größenbeschränkung des Forums für den Fileupload)

        Comment

        Working...
        X