NC Clone

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: NC Clone

Post by Tiger »

Hi Jimmy,

I just test it on another PC, but it has the same error message, could please take a look of the " Registry HKEY_CURRENT_USER\Control Panel\Colors" that I snap from my PC. Thanks.
Attachments
2020-02-12_085150.jpg
2020-02-12_085150.jpg (218.26 KiB) Viewed 3378 times
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

it seems me all OK

hm ... i just can send you DBF/FPT and hope it will work with your PC.
FMSETUP.ZIP
(698 Bytes) Downloaded 166 times
have fun
Jimmy
Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: NC Clone

Post by Tiger »

Hi Jimmy,

It works now with those files that you provided. Thanks.
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

i have found "my Error" ...
YOU are right on C_FMSETUP but i try it wrong Way.

---

Problem of ErrorLog.HTM : it does not show Argument "A" <> "N" :roll:

under Xbase++ i use "Number" for Color but under harbour / HMG i use RGB Array.
so i have to convert RGB to Number ... and that i forgot in C_FMSETUP

Code: Select all

REPLACE COLOR1 WITH RGB2Num(SP_nColor1())
---

i have fix "my Error" and add new : Everything Search (ALT-F7)
also USB Eject is include ( Icon on Taskbar )

btw. Icon on Taskbar all working
HBFM035.zip
(1.41 MiB) Downloaded 165 times
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

to use ALT-F7 you need Everything.DLL in Path.
how to configure it you can read here
http://hmgforum.com/viewtopic.php?f=12&t=6192
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

v0.38
HBFM038.zip
(1.41 MiB) Downloaded 170 times
fixed :
F2 some CSIDL_
F3 it work with BMP ... but fail with JPG, GIF, PNG
USB Eject "Info" output

new :
all Image as Bitmap Resource "MY"
Contex Menu -> Tab Close
with new ErrorSys
Directory() with DHS and "L" (Hardlink ... under construction )
add "UpDirPath" and "RootUpDirPath" Button
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

v0.042
HBFM042.zip
(1.42 MiB) Downloaded 174 times
fixed :
Contex Menu -> Tab Close

add new :
RegDB in Toolbar

Contex Menu ->
"send to Desktop"
"send to Startup"
"Properties"

GETKEYBOARDLAYOUT() -> German -> 1031
-> F11 Menue DE or EN
have fun
Jimmy
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: NC Clone

Post by gfilatov »

AUGE_OHR wrote: Tue Feb 18, 2020 5:38 am hi,

v0.042
HBFM042.zip
...
Hi,

I have got the following error after pressing 'Plus' key:
HMG Errorlog File

------------------------------------
Date:02/18/2020 Time: 09:15:12
Error BASE/1003 Variable does not exist LVIS_SELECTED
Called from ITEMMARK(1123)
Called from DOMARKFILES(3613)
Called from DOAUSWAHL(3517)
Called from DOGRIDKEY2(2347)
Called from (b)DEFGRIDRIGHT(1283)
Called from _HMG_GRIDONCLICKANDONKEYEVENT(608)
Called from EVENTPROCESS(161)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5699)
Called from MAIN(846)

------------------------------------
:o
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

gfilatov wrote: Tue Feb 18, 2020 7:56 am Hi,

I have got the following error after pressing 'Plus' key:
HMG Errorlog File

------------------------------------
Date:02/18/2020 Time: 09:15:12
Error BASE/1003 Variable does not exist LVIS_SELECTED
Called from ITEMMARK(1123)
Called from DOMARKFILES(3613)
Called from DOAUSWAHL(3517)
Called from DOGRIDKEY2(2347)
Called from (b)DEFGRIDRIGHT(1283)
Called from _HMG_GRIDONCLICKANDONKEYEVENT(608)
Called from EVENTPROCESS(161)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5699)
Called from MAIN(846)

------------------------------------
:o
dammit, i lost a #include file ... :evil:

i have change "somewhere" Warning Parameter and now i got no Warning when missing Constant.
i try to include -w -es2 into *. HBP but after load Project it is gone.
i also try *.HBC but it seems not to work.

so where do i enable Warning again :?:

---

fixed Version v0.042a
HBFM042a.zip
(1.42 MiB) Downloaded 138 times
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: NC Clone

Post by AUGE_OHR »

hi,

i have found my Problem : missing "hbmk.hbm"

Code: Select all

HBFM.hbc 
-w1 -es2
-mt
so now Variable, which are not declare, will produce Error when compile.

but there was a 2nd Problem : i have change Errorsys and Array-Error will produce recursive Error --- :roll:
so here clean-up Version v0.043
HBFM043.zip
(1.42 MiB) Downloaded 144 times
have fun
Jimmy
Post Reply