Page 4 of 29
Re: HMG 3.3.1 (Stable)
Posted: Tue Jul 22, 2014 4:19 pm
by srvet_claudio
Pablo César wrote:It seems problem at Win XP.
Another strange thing is when you put "&" as part of prefix in the string, because works perfectly otherwise NOAUTOSIZE works properlly.
srvet_claudio wrote:Pablo César wrote:.. displaying a "४" in place of line feed (LF) and carriage return (CR)
1) IDE... Written on my todo list
Thanks, Claudio.
I will try fix in Win XP.
Re: HMG 3.3.1 (Stable)
Posted: Wed Jul 23, 2014 4:30 pm
by bpd2000
Win-8 Screen
HMG 3.3.1 (Stable)
Posted: Wed Jul 23, 2014 6:07 pm
by Pablo César
Thank you Dave for your test in win8.
srvet_claudio wrote:I will try fix in Win XP.
Tks, Claudio.
This sizing can be setted manually by the programmer.
IMHO this is not urgent.
Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 12:38 am
by esgici
Exploring innovations in 3.3.1 -- 2
( The first (Global Memory Status Extended Sample) is
here )
Process information by new process functions.

- Process info screen shoot
- ProcInfo.PNG (123.78 KiB) Viewed 5310 times
- ProcInfo.zip
- Process info source ( .prg ) file
- (787 Bytes) Downloaded 316 times
Thanks to Dr. Soto

Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 4:25 am
by bpd2000
esgici wrote:Exploring innovations in 3.3.1 -- 2
( The first (Global Memory Status Extended Sample) is
here )
Process information by new process functions.
ProcInfo.PNG
ProcInfo.zip
Thanks to Dr. Soto

Thank you Esgici
Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 4:29 pm
by srvet_claudio
esgici wrote:Exploring innovations in 3.3.1 -- 2
( The first (Global Memory Status Extended Sample) is
here )
Process information by new process functions.
The attachment ProcInfo.PNG is no longer available
The attachment ProcInfo.zip is no longer available
Thanks to Dr. Soto

Another example.
I attach the .EXE file because
DynamicFont property of GRID/TREE Controls will be implemented in the next release.
PS: Attention: to detect processes 32 and 64 bits you should compiling with HMG-64 bits (Build64.bat)
Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 5:02 pm
by Javier Tovar
Hola Dr. Soto!
Mi PC es de 32 bits, y me ocasiona este error al querrer abrir el *.EXE

- Error x64.jpg (58.23 KiB) Viewed 5259 times
Saludos
Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 5:15 pm
by danielmaximiliano
srvet_claudio wrote:
PS: Attention: to detect processes 32 and 64 bits you should compiling with HMG-64 bits (Build64.bat)
Javier para detectar procesos de 32 y 64 es necesario compilar con 64bits.... el exe incluido es 64bits y no corre en plataformas de 32.
Re: HMG 3.3.1 (Stable)
Posted: Tue Aug 05, 2014 5:19 pm
by Javier Tovar
Hola DanielMaximiliano,
OK, gracias, pensé que estaba a 32 bit el demo.
Saludos
Re: HMG 3.3.1 (Stable)
Posted: Wed Aug 06, 2014 12:00 pm
by esgici
srvet_claudio wrote:
...
Another example.
...
Thanks Dr., good enhancement
By adding
TerminateProcess(), the sample has been a good
Task Manager
By the way, the
SET WINDOW MAIN OFF/ON is what I'm looking for; separate thanks to this
Regards