Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Toolbars/Status Line    [ Add a report in this area ]  
Report #:  30740   Status: Closed
several toolbars have wrong sizes when using manifest file for bds.exe
Project:  Delphi Build #:  10.0.2288.42451
Version:    10.0 Submitted By:   Mykhaylo Skachkov
Report Type:  Basic functionality failure Date Reported:  6/29/2006 2:31:19 AM
Severity:    Serious / Highly visible problem Last Updated: 3/18/2007 10:59:53 AM
Platform:    All versions Internal Tracking #:  
Resolution: Duplicate  Resolved in Build: : 11.0.2585.3931
Duplicate of:  23179
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
None
Steps to Reproduce:
Steps:

1. Create bds.exe.manifest and place it to Bin folder
Source:
(<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity
    type="win32"
    name="DelphiApplication"
    version="1.0.0.0"
    processorArchitecture="*"/>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity
        type="win32"
        name="Microsoft.Windows.Common-Controls"
        version="6.0.0.0"
        publicKeyToken="6595b64144ccf1df"
        language="*"
        processorArchitecture="*"/>
    </dependentAssembly>
  </dependency>
</assembly>)

2. run IDE (maybe several times)
3. look at Standard, Debug and Browser toolbars. They have wrong height. If you restart IDE then this wrong height will increase every time - for more and more.
4. if you undock one of these toolbars and dock it again - the height will be set to right value but toolbar buttons will still have old wrong height.

See picture in attachments.
Workarounds
None
Attachment
JED8867.zip
Comments

None

Server Response from: ETNACODE01