Page 1 of 3

HMG.4 Problems / Questions

Posted: Thu Aug 19, 2010 6:56 pm
by esgici
Hi all

It's annoying being first in such topic :(

from C:\HMG.4\hmg\samples\window.main\demo_1.prg :

Error BASE/1004 No exported method: EVAL

Called from (b)EVAL(0)
Called from WINDOW:ACTIVATE(1829)
Called from MAIN(27)


Regards

--

Esgici

Re: HMG.4 Problems

Posted: Thu Aug 19, 2010 9:17 pm
by esgici
And ...

C:\HMG.4\hmg\samples\combobox\demo_1 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(31



C:\HMG.4\hmg\samples\combobox\demo_2 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(28)


C:\HMG.4\hmg\samples\combobox\demo_3 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(30)


Regards

--

Esgici

Re: HMG.4 Problems

Posted: Thu Aug 19, 2010 10:22 pm
by esgici
Too many errors :(

Including compiler errors :(

Probably I miss somethings important :cry:

Regards

--

Esgici

Re: HMG.4 Problems

Posted: Fri Aug 20, 2010 12:43 am
by danielmaximiliano
Hola Esgici:
yo segui los pasos para bajar todo desde el SVN , compile siguiendo mis metodos
(ver http://hmgforum.com/viewtopic.php?f=24&t=1641 y no eh tenido problemas
no tengo la carpeta llamada HMG dentro de HMG4

un saludo

Re: HMG.4 Problems

Posted: Fri Aug 20, 2010 1:24 am
by Roberto Lopez
esgici wrote:Hi all

It's annoying being first in such topic :(

from C:\HMG.4\hmg\samples\window.main\demo_1.prg :

Error BASE/1004 No exported method: EVAL

Called from (b)EVAL(0)
Called from WINDOW:ACTIVATE(1829)
Called from MAIN(27)


Regards

--

Esgici
The code was incorrectly changed.

It is currently:

:OnInit := oWindow:Center()

But it should be:

:OnInit := { || oWindow:Center() }

I'll correct it and commit the fix.

Re: HMG.4 Problems

Posted: Fri Aug 20, 2010 1:25 am
by Roberto Lopez
esgici wrote:And ...

C:\HMG.4\hmg\samples\combobox\demo_1 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(31



C:\HMG.4\hmg\samples\combobox\demo_2 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(28)


C:\HMG.4\hmg\samples\combobox\demo_3 :

Error BASE/1005 Message not found: COMBOBOX:_VALUE

Called from __ERRRT_SBASE(0)
Called from COMBOBOX:ERROR(0)
Called from (b)HBOBJECT(0)
Called from COMBOBOX:MSGNOTFOUND(0)
Called from COMBOBOX:_VALUE(0)
Called from MAIN(30)


Regards

--

Esgici
Combobox is not coded yet, so the sample is not working.

Re: HMG.4 Problems

Posted: Fri Aug 20, 2010 1:31 am
by esgici
All are about SVN :(

Some help of Daniel give me some hints :)

My and Daniel's dir stru is different :o

IMHO only mystic is SVN ;)

Sadly my battery discharged for today.

Thanks :)

Best regards

--

Esgici

Re: HMG.4 Problems

Posted: Fri Aug 20, 2010 1:44 am
by Roberto Lopez
esgici wrote:All are about SVN :(

Some help of Daniel give me some hints :)

My and Daniel's dir stru is different :o

IMHO only mystic is SVN ;)

Sadly my battery discharged for today.

Thanks :)

Best regards

--

Esgici
I've uploaded a fix and removed samples for not started controls.

To assure that you have the correct installation, please, delete the content of SVN folder, go to explorer, right click on it and select 'SVN checkout'.

When finished, you'll have a clean and updated copy of the sources.

Re: HMG.4 Problems

Posted: Sat Aug 21, 2010 1:31 pm
by esgici
Hello
Two different HMG.4 <DIR> structures
Two different HMG.4 <DIR> structures
HMG4DirStrus.jpg (15.89 KiB) Viewed 22869 times
I'm still confusing :?

<DIR> was building by downloaded HMG.4 setup prg and changed by SVN :?

Which one is correct, and how I can reach that correct way ?

Regards

--

Esgici

Re: HMG.4 Problems

Posted: Sat Aug 21, 2010 1:35 pm
by esgici
... and,

struggling under these type of detailed problems make very fatigue me :cry:

Regards

--

Esgici