Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Warndreieck bei eigenen Layouts (https://www.delphipraxis.net/209411-warndreieck-bei-eigenen-layouts.html)

Stewag 3. Dez 2021 10:33

Warndreieck bei eigenen Layouts
 
Liste der Anhänge anzeigen (Anzahl: 1)
Ich habe der Delphi 11 IDE zwei neue Layouts für iPhone 6.1" und 6.5" zugefügt, hier die Ergänzung in der DevicePresets.xml:
Code:
<MobileDevice>
      <Name>iPhone65in</Name>
      <Displayname>iPhone 6.5"</Displayname>
      <DevicePlatform Default="False">2</DevicePlatform>
      <FormFactor>2</FormFactor>
      <Portrait Enabled="True" Width="414" Height="896" Left="54" Top="124" StatusbarHeight="20"/>
      <UpsideDown Enabled="True" Width="414" Height="896" Left="50" Top="144" StatusbarHeight="20"/>
      <LandscapeLeft Enabled="True" Width="896" Height="414" Left="144" Top="54" StatusbarHeight="20"/>
      <LandscapeRight Enabled="True" Width="896" Height="414" Left="124" Top="50" StatusbarHeight="20"/>
      <Default/>
      <UserData/>
      <Hidden/>
      <Thumbnail>C:\Users\swagner\AppData\Roaming\Embarcadero\BDS\22.0\Thumbs\iPhone55in</Thumbnail>
   </MobileDevice>
   <MobileDevice>
      <Name>iPhone61in</Name>
      <Displayname>iPhone 6.1"</Displayname>
      <DevicePlatform Default="False">2</DevicePlatform>
      <FormFactor>2</FormFactor>
      <Portrait Enabled="True" Width="390" Height="844" Left="54" Top="124" StatusbarHeight="20"/>
      <UpsideDown Enabled="True" Width="390" Height="844" Left="50" Top="124" StatusbarHeight="20"/>
      <LandscapeLeft Enabled="True" Width="844" Height="390" Left="144" Top="54" StatusbarHeight="20"/>
      <LandscapeRight Enabled="True" Width="844" Height="390" Left="124" Top="50" StatusbarHeight="20"/>
      <Default/>
      <UserData/>
      <Hidden/>
      <Thumbnail>C:\Users\swagner\AppData\Roaming\Embarcadero\BDS\22.0\Thumbs\iPhone55in</Thumbnail>
   </MobileDevice>
Die packages sind entsprechend erstellt, compiliert und installiert.

In der Delphi 11 IDE stehen die beiden Layouts aber mit einem Fragezeichen (Anhang). Kennt jemand dessen Bedeutung?

Bei 10.4.2 ist bei gleicher Syntax der DevicePresets.xml und selben Packages alles i.O.

Ein Bug?


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:14 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz