modificar tamaño de ventana

HMG en Español

Moderator: Rathinagiri

Post Reply
alfaqui
Posts: 12
Joined: Wed Oct 17, 2018 4:49 am
DBs Used: DBF

modificar tamaño de ventana

Post by alfaqui »

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
User avatar
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

Post by AUGE_OHR »

hi,

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
alfaqui
Posts: 12
Joined: Wed Oct 17, 2018 4:49 am
DBs Used: DBF

Re: modificar tamaño de ventana

Post by alfaqui »

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.
User avatar
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

Post by AUGE_OHR »

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)
have fun
Jimmy
Post Reply