Page 6 of 10

Re: HMG 3.1.3 (Test)

Posted: Tue May 14, 2013 8:30 pm
by srvet_claudio
fchirico wrote:Perdonen la ignorancia... Actualmente estoy trabajando con HMG 3.0.46 y quisiera migrar mis fuentes a 3.1.3 pero no estoy interesado en utilizar la mejora de UNICODE. Y aquí viene la pregunta, qué debo hacer para no usar UNICODE?

Muchas gracias!

---------------------------


Pardon my ignorance ... I am currently working with HMG 3.0.46 and would like to migrate my sources to 3.1.3 but I'm not interested in using UNICODE improving. And here comes the question, what should I do to not use UNICODE?

Thank you very much!
Método 1:

Code: Select all

En el archivo: C:\hmg.3.1.3\INCLUDE\SET_COMPILE_HMG_UNICODE.ch

pone como comentario (//) la linea:
#define COMPILE_HMG_UNICODE 

y recrea todas las libs, ejecutando: C:\hmg.3.1.3\buildalllib.bat
Método 2:

Code: Select all

Pone al inicio de la función Main ():
SET CODEPAGE TO SPANISH
En TEORIA el método 1 crearía las libs igual de estable que la versión 3.0.46 (exceptos por los componentes nuevos que aun estan en prueba, ej. TimePicker, Extensiones del GRID, release menu, etc.)

Saludos,
Claudio.

---------------------------------------------------------------------------------------

Method 1:

Code: Select all

In the file: C:\hmg.3.1.3\INCLUDE\SET_COMPILE_HMG_UNICODE.ch

put as a comment (//) the line:
# define COMPILE_HMG_UNICODE

and recreates all libs, execute C:\hmg.3.1.3\buildalllib.bat
Method 2:

Code: Select all

Puts the beginning of the Main () function:
SET CODEPAGE TO SPANISH
In THEORY method 1 would create the libs as stable as the version 3.0.46 (except by new components are still in test, eg. TimePicker, GRID extensions, release menu, etc..)

Best regards,
Claudio.

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 1:21 am
by fchirico
Claudio, con el método 1, tendría de todas formas disponible las nuevas funcionalidades por ejemplo de la función msgbox() que has incluido en la versión 3.1.3?

Muchas gracias por tu GRAN ayuda!
------

Claudio, with method 1, would anyway the new features available eg msgbox function () you have included in version 3.1.3?

Thank you very much for your GREAT help!

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 3:19 pm
by fouednoomen
Hi Claudio

After rebuilding library and recompiling with 3.1.3 i have
problem with Grid . i use the ansi mode

regards

foued

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 3:32 pm
by Rathinagiri
Can you describe the problem?

Or you can create a small sample.

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 5:42 pm
by fouednoomen
Dear Radhi ,

Look to the attached photo



regards

foued

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 9:50 pm
by srvet_claudio
Hi Friends.
fchirico wrote:Claudio, with method 1, would anyway the new features available eg msgbox function () you have included in version 3.1.3?
Yes.
fouednoomen wrote:After rebuilding library and recompiling with 3.1.3 i have problem with Grid . i use the ansi mode
Grid data are in ANSI? You puts SET CODEPAGE TO ... ?
Please post a small example.

Best regards,
Claudio.

Re: HMG 3.1.3 (Test)

Posted: Wed May 15, 2013 10:10 pm
by fouednoomen
Hi claudio

yes the grid is in ANSI

I PUT set codepage to french it don't work HMG IDE display mistakes when i compile



regards

foued

Re: HMG 3.1.3 (Test)

Posted: Tue May 21, 2013 3:10 am
by srvet_claudio
Hi All.
Please test this patch:
1) Unzip patch
2) Execute file: Install_HMG.3.1.3_patch1.bat
3) Rebuild lib (execute c:\hmg.3.1.3\buildlib.bat)

Code: Select all

- IMAGE Control improvement
   - It increased the quality of the resized images.
   - Now is possible to automatically load an image at its original size.
   - Added properties: TRANSPARENT, BACKGROUNDCOLOR, ADJUSTIMAGE
   - See two demos in folder \SAMPLES\IMAGE_DEMO2 
   - Updated IMAGE Control documentation
Best regards,
Claudio

Re: HMG 3.1.3 (Test)

Posted: Tue May 21, 2013 3:29 am
by Rathinagiri
Thank you Claudio.

HMG 3.1.3 (Test)

Posted: Tue May 21, 2013 8:01 am
by Pablo César
Very nice Dr. Soto !!! Actualization procedure, worked perfectly. No errors occurred.

I always have believed in you ! Yours contribs are making us very very rich !

Thank you ! You have a great potential in graphic images, IMO your are the BEST !

Really !

Image