Hola Amigos, por favor Uds. me podrán ayudar con un requerimiento de un cliente que es: cambiar el tamaño de una ventana y su contenido de forma que no se oculte nada ("Responsive") con el fin de tener varias paginas de internet abiertas y el programa de escritorio al mismo tiempo adaptando todo según gusto y necesidad del usuario.
Gracias
modificar tamaño de ventana
Moderator: Rathinagiri
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: modificar tamaño de ventana
hi,
do you know Windows 10 / 11 "Snap-Window" Function
you can define different Layout of Window where Apps run on "fix Layout"
do you know Windows 10 / 11 "Snap-Window" Function
you can define different Layout of Window where Apps run on "fix Layout"
have fun
Jimmy
Jimmy
Re: modificar tamaño de ventana
Aplicaciones Windows si permite trabajar de esa manera, pero si tengo una ventana modal hecha en HMG minigui se oculta el contenido al disminuir el tamaño de la ventana.
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: modificar tamaño de ventana
hi
sorry i misunderstood what you want
within a App the "easy" Way is to use MDI.
when create a MDI Window it will include Menu and Option (of OS) to "arrange" MDI Child Window.
... but in MDI there are no "Modal" Window (even if you can create it)
sorry i misunderstood what you want
within a App the "easy" Way is to use MDI.
when create a MDI Window it will include Menu and Option (of OS) to "arrange" MDI Child Window.
... but in MDI there are no "Modal" Window (even if you can create it)
have fun
Jimmy
Jimmy