|
| Maximize A Window With All Controls Proportionately Sized |
| Iniciado por vazcro, 01,may. 2015 18:55 - 4 respuestas |
| |
| | | |
|
| |
Miembro registrado 19 mensajes |
|
| Publicado el 01,mayo 2015 - 18:55 |
In many languages, CLARION, etc., when a WINDOW is maximized, either manually with Windows Maximized feature or with the maximize feature of the language, the controls on the window are proportionately sized to maintain the same look and feel of the original window.
Does WINDEV 20 have this feature? If so, how is it done?
If not, the use of anchors to emulate this operation does not do the job. Or does it and I am just not aware and am using it incorrectly?
I wrote an application in 1024 x 768. But there are many different monitors and persons who want to run the application maximized for their monitor. How to do this is my problem.
Any help is appreciated.
Thanks Vincent
-- Vincent D Crosby |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 47 mensajes |
|
| Publicado el 02,mayo 2015 - 11:51 |
Windev20 and earlier versions have this feauture. It is very easy. 
-- Roy van der Lee |
| |
| |
| | | |
|
| | |
| |
| Publicado el 02,mayo 2015 - 13:04 |
Hi Vincent,
yes, you are right, the way to do this in windev is to use the anchors, where you can decide precisely how EACH control will be resized (or not) when the window change size...
If it currently doesn't work, then yes, you are using it incorrectly...
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
NEW: WXReplication, your open source replication system is available on my web site!!! WXShowroom.com: Show your projects! More information on http://www.fabriceharari.com
On 5/1/2015 10:55 AM, VINCENT / VazCro Gro wrote:
In many languages, CLARION, etc., when a WINDOW is maximized, either manually with Windows Maximized feature or with the maximize feature of the language, the controls on the window are proportionately sized to maintain the same look and feel of the original window.
Does WINDEV 20 have this feature? If so, how is it done?
If not, the use of anchors to emulate this operation does not do the job. Or does it and I am just not aware and am using it incorrectly?
I wrote an application in 1024 x 768. But there are many different monitors and persons who want to run the application maximized for their monitor. How to do this is my problem.
Any help is appreciated.
Thanks Vincent
-- Vincent D Crosby |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 19 mensajes |
|
| Publicado el 03,mayo 2015 - 00:35 |
Roy,
I'm sorry but I did not find any command or any example for this type of action and have been trying to do this for quite some time. Can you explain how to do this? I would appreciate it.
Vincent Crosby
-- Vincent D Crosby |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 47 mensajes |
|
| Publicado el 04,mayo 2015 - 09:29 |
Vincent. You don't have to write any code. Open a window. For each control you find in the Gui tab the control "anchoring". For the chosen control you can select the type resizing. For tables you can select how many % a columb must risized or not.
-- Roy van der Lee |
| |
| |
| | | |
|
| | | | |
| | |
|