<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Aug 2016 13:56:00 Z</lastBuildDate><pubDate>17 Aug 2016 19:57:00 Z</pubDate><description>Hi,&#13;
is there a function in WINDEV for triggering the Resizing of a window, using WX code.&#13;
It should be able to move controls automatically, according to anchors etc ...&#13;
&#13;
Steven Sitas</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp</link><title>WINDEV - Trigger Resizing a window with code?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59141/read.awp</comments><pubDate>18 Aug 2016 13:56:00 Z</pubDate><description>Hi Peter,&#13;
thanks&#13;
that did the trick&#13;
&#13;
Steven Sitas</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59141/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59141/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59140/read.awp</comments><pubDate>18 Aug 2016 13:42:00 Z</pubDate><description>Hi Steven,&#13;
&#13;
If it is WD:&#13;
Set a horizontal splitter between the table and the tab page.&#13;
Next set anchoring on the table in su…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59140/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59140/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59135/read.awp</comments><pubDate>17 Aug 2016 20:45:00 Z</pubDate><description>Hmm, not sure about that as you are not physically resizing the window; I would suspect not. If it is just the table though you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59135/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59135/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59134/read.awp</comments><pubDate>17 Aug 2016 20:34:00 Z</pubDate><description>Hi David,&#13;
unfortunately it didn't work&#13;
&#13;
Steven Sitas</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59134/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59134/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59133/read.awp</comments><pubDate>17 Aug 2016 20:27:00 Z</pubDate><description>Hi David,&#13;
what I really want to do is HIDE a TAB that is below a TABLE and I want this TABLE to GROW until the END of the WINDO…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59133/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59133/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59132/read.awp</comments><pubDate>17 Aug 2016 20:21:00 Z</pubDate><description>Hi Steven&#13;
MyWindow..Height = ###&#13;
MyWindow..Width = ###&#13;
&#13;
We use this a lot &amp; depending on what we want to achieve (whether it…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59132/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code-59132/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59131-windev-trigger-resizing-window-with-code/read.awp">WINDEV - Trigger Resizing a window with code?</source><title>Re: WINDEV - Trigger Resizing a window with code?</title></item></channel></rss>
