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

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

CCH4CLIPPER
Posts: 140
Joined: Tue Mar 03, 2009 8:59 am

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

Post 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
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

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

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

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

Post by Rathinagiri »

Nice implementation. That too in one day!? Gr8.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
CCH4CLIPPER
Posts: 140
Joined: Tue Mar 03, 2009 8:59 am

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

Post 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
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

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

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

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

Post by Rathinagiri »

The possibility of mixed mode is new to me! :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
CCH4CLIPPER
Posts: 140
Joined: Tue Mar 03, 2009 8:59 am

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

Post 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
User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

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

Post 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
CCH4CLIPPER
Posts: 140
Joined: Tue Mar 03, 2009 8:59 am

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

Post 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
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

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

Post by Rathinagiri »

For this, I am using my own UDF which i would share with you shortly. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply