Page 4 of 12

Re: NC Clone

Posted: Wed Feb 12, 2020 1:00 am
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.

Re: NC Clone

Posted: Wed Feb 12, 2020 3:00 am
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 165 times

Re: NC Clone

Posted: Wed Feb 12, 2020 4:14 am
by Tiger
Hi Jimmy,

It works now with those files that you provided. Thanks.

Re: NC Clone

Posted: Wed Feb 12, 2020 7:14 am
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 161 times

Re: NC Clone

Posted: Wed Feb 12, 2020 10:32 pm
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

Re: NC Clone

Posted: Fri Feb 14, 2020 4:32 am
by AUGE_OHR
hi,

v0.38
HBFM038.zip
(1.41 MiB) Downloaded 167 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

Re: NC Clone

Posted: Tue Feb 18, 2020 5:38 am
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

Re: NC Clone

Posted: Tue Feb 18, 2020 7:56 am
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

Re: NC Clone

Posted: Tue Feb 18, 2020 8:37 pm
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 137 times

Re: NC Clone

Posted: Wed Feb 19, 2020 1:07 am
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