Page 1 of 3

Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 7:31 am
by CCH4CLIPPER
Hi All

Take a look in http://cch4blogspot.com at what I have done thus far in converting a Xharbour EXE to a Harbour+HMG EXE.

Pretty neat but can HMG support XP and Vista Themes ?

If not, are there plans to do so ?


CCH
http://cch4clipper.blogspot.com

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 9:13 am
by esgici
CCH4CLIPPER wrote:Hi All

Take a look in http://cch4blogspot.com at what I have done thus far in converting a Xharbour EXE to a Harbour+HMG EXE.

Pretty neat but can HMG support XP and Vista Themes ?

If not, are there plans to do so ?


CCH
http://cch4clipper.blogspot.com
Hello CCH

Very impressive, thanks a lot :D

Regards

--

esgici

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 10:08 am
by Rathinagiri
Nice implementation. That too in one day!? Gr8.

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 1:22 pm
by CCH4CLIPPER
Hi

Yup, I am a fast worker and I have actually compiled all the PRGs va HMGIDE and have resolved all Unresolved External References.
However, I am running into issue as some functions() which worked in console mode in Xharbour is causing FAS4HMG to stop responding.

Do you mean to say that console codes cannot work together with HMG in GUI code ?


CCH
http://cch4clipper.blogspot.com

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 3:07 pm
by esgici
CCH4CLIPPER wrote:Hi
...
However, I am running into issue as some functions() which worked in console mode in Xharbour is causing FAS4HMG to stop responding.

Do you mean to say that console codes cannot work together with HMG in GUI code ?

CCH
Hi CCH

For "console mode only" compilation, we have two point to consider: checking (pointing) "Mixed / Console Mode" checkbox in the "Tools\Preferences" page; and removing ( if exist of course ) #include "minigui.ch" line(s) from module ( .prg ) files.

Happy HMG'ing

--

esgici

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Wed Mar 04, 2009 3:27 pm
by Rathinagiri
The possibility of mixed mode is new to me! :)

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Thu Mar 05, 2009 12:40 am
by CCH4CLIPPER
Hi

I was first exposed to mixed mode when I played with Xbase++ Hybrid mode more than 10 years ago. I think you can also do it with xHarbour.
I plan to write an article at Clipper... Clipper... Clipper one of these dyas after I have fully explored HMG :-)


CCH
http://cch4clipper.blogspot.com

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Mon Mar 09, 2009 1:27 am
by raumi75
Hello,

I am not quite as fast a worker as you are :-), so I have to use mixed mode a lot. This forum helped me, to write my program to switch smoothly between dos and windows mode.

Tage a look at this previous post viewtopic.php?f=5&t=178. Hope it helps

Jan

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Mon Mar 09, 2009 4:36 am
by CCH4CLIPPER
Hi Jan

TQVM for the compliment !

I checked out the post and this want I want. My progress is pretty fast and except for Master-Details Form and reading text using SuperlIb FileRead(), I am basically done. See http://cch4clipper.blogspot.com.

What I now need is a GUI version of FileRead()
example,
FILEREAD( 4, 0, 21, 79, prn_name + '.PRN' )

I use FileRead() as it can handle unlimited file size.


CCH
http://cch4clipper.blogspot.com

Re: Is XP/Vista Themes (llol and fee) supported by HMG ?

Posted: Mon Mar 09, 2009 6:49 am
by Rathinagiri
For this, I am using my own UDF which i would share with you shortly. :)