<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Using multiple windows in a Delphi FireMonkey application</title>
        <link>https://videos.apprendre-delphi.fr/videos/watch/0a795696-a78b-4999-9066-18339cf1a938</link>
        <description>Delphi FireMonkey projects can be used to create desktop programs for Windows, Mac and Linux, as well as mobile applications for iOS and Android. In windowed environments, there's no problem displaying several forms at the same time on a running program: you can do this with Show() or ShowModal() depending on whether you want the window to block the others or not. On the other hand, in mobile environments the device only displays one screen at a time per application. So we need to think about our screens differently, as well as our screen sequences, so that we maintain good ergonomics and a pleasant user experience. For Android, only the Show() method is accessible. No blocking windows with ShowModal(). So we need to adapt our code according to what we're doing. Further explanations of this problem and solutions were developed during the live programming course I gave during the first COVID confinement in France. It is available at https://apprendre-delphi.fr/apprendre-la-programmation-avec-delphi-2020.php along with the source codes for the examples. The multi-windowing of software was discussed in the session on day 21: https://apprendre-delphi.fr/formation-delphi-20200423.php The original French version of this video is available at https://videos.apprendre-delphi.fr/w/qvdkW5GVf15eLPwdioqRB8 These title and description where translated with DeepL : https://www.deepl.com/ The video was automatically transcribed and translated from its original French version with HeyGen : https://heygen.com/?sid=rewardful&amp;via=ytdp (affiliate link)</description>
        <lastBuildDate>Wed, 24 Jun 2026 00:54:10 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://videos.trucs-de-developpeur-web.fr</generator>
        <image>
            <title>Using multiple windows in a Delphi FireMonkey application</title>
            <url>https://videos.trucs-de-developpeur-web.fr/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://videos.apprendre-delphi.fr/videos/watch/0a795696-a78b-4999-9066-18339cf1a938</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://videos.trucs-de-developpeur-web.fr/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://videos.trucs-de-developpeur-web.fr/feeds/video-comments.xml?videoId=0a795696-a78b-4999-9066-18339cf1a938" rel="self" type="application/rss+xml"/>
    </channel>
</rss>