Page 1 of 1

_HMG_SYSDATA

Posted: Mon Dec 18, 2023 9:13 pm
by Red2
Hello,

I often come across "_HMG_SYSDATA" references in HMG program code.
Occasionally I have guessed what values are and used them. (Only occasionally).

Today I found some minimal information in "C:\HMG.3.4.4\Source\h_windows.prg".
Unfortunately this falls short of great documentation.

Currently I need better detailed information.

Question:
Can you more experienced in HMG point me to any better documentation or explanations?

Google Translation:
A menudo me encuentro con referencias "_HMG_SYSDATA" en el código del programa HMG.
De vez en cuando he adivinado qué son los valores y los he usado. (Sólo de vez en cuando).

Hoy encontré información mínima en "C:\HMG.3.4.4\Source\h_windows.prg".
Desafortunadamente, esto no llega a ser una excelente documentación.

Actualmente necesito información mejor detallada.

Pregunta:
¿Puede usted, con más experiencia en HMG, indicarme una mejor documentación o explicaciones?

Thank you all for your kind guidance!

Re: _HMG_SYSDATA

Posted: Tue Dec 19, 2023 1:13 am
by AUGE_OHR
hi Red,

you can compare HMG Source and Extended Version where _HMG_SYSDATA under HMG is (almost) the same like Member (DATA) of Extended Version

Re: _HMG_SYSDATA

Posted: Tue Dec 19, 2023 2:42 am
by Red2
Thank you Jimmy,

I am looking underneath the MiniGui, "Extended Version", folder.
Unfortunately I do not quite understand, in this context, what "Member (DATA)" refers to.
Could you point me to specific files or examples?

Thank again!

Re: _HMG_SYSDATA

Posted: Tue Dec 19, 2023 4:00 am
by AUGE_OHR
hi Red,

sorry, i forgot it are no CLASS CODE where i have DATA

under MiniGUI Extended Version you got _HMG_aControl??? instead of _HMG_SYSDATA [???]
for ??? MiniGUI Extended Version use a Name so you get a Idea what it is for

search for Variable and look where it store in Array
this will work up to _HMG_SYSDATA [40] of each Control
HMG_SYSDATA.JPG
HMG_SYSDATA.JPG (598.86 KiB) Viewed 29027 times
...

also look into INCLUDE\i_altsyntax.ch where you can find some Comment

Re: _HMG_SYSDATA

Posted: Tue Dec 19, 2023 4:31 am
by Red2
Thank you very much Jimmy.
I will check this out.

Thanks again!