Consola en Modo 40x100

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Consola en Modo 40x100

Post by danielmaximiliano »

Hola a Todos:
modificando la aplicacion de consola (25,80) con Setmode(40,100) me encuento que al compilar y ejecutarlo en windows(xp) en mismo de abre en 25,80 y la ventana tiene los botones CERRAR, Maximizar y minimizar. al apretar Maximizar no lo hace completamente y me da la barra deslizamiento vertical.
me meti a la carpeta donde esta el ejecutable de la aplicacion y le di propiedades con el boton derecho del mouse, le di mas buffers y cambie la apariencia. ahi cree un accesso directo para ejecutar dicha aplicacion despues de compilar.
modifique el tamaño de ventana para agregar mas datos en pantalla que antes no entraban.
Gracias
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Consola en Modo 40x100

Post by danielmaximiliano »

Hola a Todos de nuevo:
Encontre porque no funciona el modo de pantalla 40,100
la libreria de clipper de manejo de pantalla solo asigna valores por defecto.
Syntax

SETMODE(<nRows>, <nCols>) --> lSuccess

Arguments

<nRows> is the number of rows in the desired display mode.

<nCols> is the number of columns in the desired display mode.

Returns

SETMODE() returns true (.T.) if the mode change was successful;
otherwise, it returns false (.F.).

Description

SETMODE() is an environment function that attempts to change the mode of
the display hardware to match the number of rows and columns specified.
The change in screen size is reflected in the values returned by
MAXROW() and MAXCOL().

Note: In LLG_VIDEO_TXT mode, and when a VESA driver is present, it
is possible to use the following values :
25,80 | 43,80 | 50,80 | 60,80 | 25,132 | 43,132 | 50,132 | 60,132
despues agrego mas informacion sobre como queda la pantallas
Saludos
DaNiElMaXiMiLiAnO
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply