<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[WM24] Is there any way to add more platforms in layout</title>
        <description> Hello everyone,

I am trying to add a new platform into the choice of platforms for layouts but there doesn&amp;#039;t seem to be any option to do so? And I am limited to only 1 platform that I was able to add in the initial wizard but nothing more beyond that, can anyone help? And is there any way to modify the existing platform on layouts?</description>
        <link>https://www.wxforum.info/read.php?27131,793506,793506#msg-793506</link>
        <lastBuildDate>Thu, 18 Jun 2026 19:38:13 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793522#msg-793522</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793522#msg-793522</link>
            <description><![CDATA[ Hi Robert,<br />
<br />
I also use the smallest layout and work with anchors.<br />
This works pretty good, I think you are doing something wrong.<br />
<br />
Might be you can upload a sample project into a cloud?<br />
<br />
Regards<br />
<br />
Stefan.]]></description>
            <dc:creator>stefan.kern</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 14 Jul 2020 17:41:07 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793520#msg-793520</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793520#msg-793520</link>
            <description><![CDATA[ Peter Muckle,<br />
<br />
Prior to using windev layouts:<br />
<br />
The UI is just too small on bigger tablet resolutions so it looks messy and out of place<br />
<br />
After using windev layouts:<br />
<br />
on the layout made for lower res tablet, the UI gets cut off on the right<br />
<br />
on the layout made for higher res tablet, the UI is not in the proper place, and there is a large empty gap at the bottom.<br />
<br />
<br />
both of these are using anchoring]]></description>
            <dc:creator>RobertLeo</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 14 Jul 2020 12:01:00 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793519#msg-793519</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793519#msg-793519</link>
            <description><![CDATA[ RobertLeo,<br />
<br />
I have to say it took me a long time to understand anchoring, but it does work on complicated layouts over different resolution devices. I too work on the smallest generic phone screen, and the layouts looks find on both Samsung Note 9 and Sony tablet.<br />
<br />
What is going wrong with the layout?<br />
<br />
Best<br />
<br />
Pete]]></description>
            <dc:creator>Peter Muckle</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 14 Jul 2020 11:56:39 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793518#msg-793518</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793518#msg-793518</link>
            <description><![CDATA[ RobertLeo,<br />
<br />
in the GUI tab of the Window there is a setting &quot;Unit for sizes and positions..&quot; <br />
I have that set on &quot;Desktop AND Mobile compatible&quot; <br />
If I remember correctly &quot;Desktop OR Mobile compatible&quot; gave me some struggles in the past. Not sure why, but maybe it helps<br />
<br />
I wonder how others use this setting btw -  Argus,Peter?]]></description>
            <dc:creator>ArieM</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 14 Jul 2020 10:43:46 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793515#msg-793515</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793515#msg-793515</link>
            <description><![CDATA[ Argus,<br />
<br />
This is what I initially tried, I changed the screen to the lowest available generic android tablet screen and worked from there, it ended up becoming a mess even with anchoring on higher resolution devices so I tried out layouts, but that made it worse on my two test devices]]></description>
            <dc:creator>RobertLeo</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 14 Jul 2020 03:42:34 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793510#msg-793510</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793510#msg-793510</link>
            <description><![CDATA[ except in very specific cases where I know exactly what the hardware used will be and I&#039;m SURE it will NEVER change (basically never), I use the generic phone and/or generic tablet layout.<br />
<br />
It&#039;s the smallest one possible, and I use anchoring to make my control use all the available space in ANY hardware used.]]></description>
            <dc:creator>Argus</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 13 Jul 2020 14:33:46 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793508#msg-793508</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793508#msg-793508</link>
            <description><![CDATA[ Hi,<br />
<br />
You need to look at anchors to get the layout to fit different screen sizes. <br />
<br />
Pete]]></description>
            <dc:creator>Peter Muckle</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 13 Jul 2020 08:24:03 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793507#msg-793507</guid>
            <title>Re: [WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793507#msg-793507</link>
            <description><![CDATA[ and on top of that, would it be better if I modify the sizing to a specific device? Because the test device I use is a Samsung Tab A (2019) ( 1200 x 1920 pixels, 16:10 ratio (~224 ppi density)), and the only platform template available that is close to it is the Samsung Tab 4 10.1, but the resolution is far different, and when attempting to deploy to the tablet there is a large empty space at the bottom of the screen]]></description>
            <dc:creator>RobertLeo</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 13 Jul 2020 05:25:40 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,793506,793506#msg-793506</guid>
            <title>[WM24] Is there any way to add more platforms in layout</title>
            <link>https://www.wxforum.info/read.php?27131,793506,793506#msg-793506</link>
            <description><![CDATA[ Hello everyone,<br />
<br />
I am trying to add a new platform into the choice of platforms for layouts but there doesn&#039;t seem to be any option to do so? And I am limited to only 1 platform that I was able to add in the initial wizard but nothing more beyond that, can anyone help? And is there any way to modify the existing platform on layouts?]]></description>
            <dc:creator>RobertLeo</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 13 Jul 2020 04:10:44 +0200</pubDate>
        </item>
    </channel>
</rss>
