HMG4 Navigation Extended

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
charlesg
Posts: 4
Joined: Sat Oct 30, 2010 9:52 am

HMG4 Navigation Extended

Post by charlesg »

Hi,

HMG4 gives error with SET NAVIGATION EXTENDED.

I have been trying without success to find another method to allow a <return> to take the focus to the next field.

I am sure there is an easy solution an would be grateful for some help.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG4 Navigation Extended

Post by l3whmg »

I'm not a guru, but this command don't work in HMG4 and I think it will not be supported.
On the other hand, to have focus on the next field (with enter), HMG4 code must be revised in according with QT.
I brought my change here viewtopic.php?f=32&t=1839

I hope HMG4's developers can give you better description.

Best regards.
Luigi from Italy
www.L3W.it
charlesg
Posts: 4
Joined: Sat Oct 30, 2010 9:52 am

Re: HMG4 Navigation Extended

Post by charlesg »

Luigi

Thank you for that. I would not feel comfortable changing the hmg4 source. I guess I'll just wait for something to come along.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG4 Navigation Extended

Post by l3whmg »

Hi, Charlesg.
Mee to "uncomfortable to change HMG4 code": it was only a suggestion (idea) for HMG4 developers...
Cheers
Luigi from Italy
www.L3W.it
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG4 Navigation Extended

Post by Rathinagiri »

Hi,

I am working on set navigation extended functionality. It is now in testing stage. I will upload the code soon.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG4 Navigation Extended

Post by l3whmg »

Hi Rathinagiri,
this it's a great news :D

I'm waiting your job.

Many thanks!

You could follow the thread on the compilation of Hmg3.0.35 with new version of the Harbour? What do you think?

Cheers

P.S. Have you news of Roberto? Do you know how he is?
Luigi from Italy
www.L3W.it
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: HMG4 Navigation Extended

Post by danielmaximiliano »

hI Rathi:
Tambien necesitaba Naviagation Extended.
muchas gracias por su trabajo y esfuerzo

Extended Naviagation also needed.
thank you very much for your work and effort

DaNiElMaXiMiLiAnO
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG4 Navigation Extended

Post by Rathinagiri »

l3whmg wrote:Hi Rathinagiri,
You could follow the thread on the compilation of Hmg3.0.35 with new version of the Harbour? What do you think?
P.S. Have you news of Roberto? Do you know how he is?
Yes. I tried to compile using the latest Harbour builds. I got many errors, especially with MiniZip library. I will try again.

Roberto is fine and damn busy.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG4 Navigation Extended

Post by l3whmg »

Hi Rathinagiri,

about warnings I think must be revised code: I've not the skill and for this I'm :twisted:

Anyway for hbmzip problem you must use hbmzip.hbc to include 3rd/minizip.

With these files I made a new hmg library with a loto of warnings, but first I removed function "GETLASTERROR" because it's already present in harbour.

I can create an executable program but it crash (with WinXp)

This is my hbg.hbc file

Code: Select all

#
# $Id: hmg.hbc 442 2010-10-19 12:21:12Z roblez $
#
incpaths=include
libs=${hb_name}${__HB_DYN__}
libs=hbmzip.hbc hbwin.hbc hbct.hbc hbmisc.hbc xhb.hbc
and this is hmg.hbp

Code: Select all

-hblib
# -inc
-olib/hmg

-Iinclude

-D__HBIDE__

-w0 -es2

hmg.hbc

source/c_browse.c
source/c_button.c
source/c_checkbox.c
source/c_combo.c
source/c_controlmisc.c
source/c_datepicker.c
source/c_dialogs.c
source/c_editbox.c
source/c_font.c
source/c_frame.c
source/c_grid.c
source/c_help.c
source/c_hotkey.c
source/c_image.c
source/c_ipaddress.c
source/c_label.c
source/c_listbox.c
source/c_media.c
source/c_menu.c
source/c_monthcal.c
source/c_msgbox.c
source/c_progressbar.c
source/c_radio.c
source/c_resource.c
source/c_richeditbox.c
source/c_slider.c
source/c_spinner.c
source/c_status.c
source/c_tab.c
source/c_textbox.c
source/c_timer.c
source/c_toolbar.c
source/c_tree.c
source/c_winapimisc.c
source/c_windows.c
source/h_browse.prg
source/h_button.prg
source/h_checkbox.prg
source/h_combo.prg
source/h_controlmisc.prg
source/h_datepicker.prg
source/h_dialogs.prg
source/h_editbox.prg
source/h_error.prg
source/h_font.prg
source/h_frame.prg
source/h_grid.prg
source/h_help.prg
source/h_hotkey.prg
source/h_image.prg
source/h_init.prg
source/h_ipaddress.prg
source/h_label.prg
source/h_listbox.prg
source/h_media.prg
source/h_menu.prg
source/h_monthcal.prg
source/h_msgbox.prg
source/h_progressbar.prg
source/h_radio.prg
source/h_richeditbox.prg
source/h_rptgen.prg
source/h_slider.prg
source/h_spinner.prg
source/h_status.prg
source/h_tab.prg
source/h_textbox.prg
source/h_timer.prg
source/h_toolbar.prg
source/h_tree.prg
source/h_winapimisc.prg
source/h_windows.prg
source/ErrorSys.prg
Luigi from Italy
www.L3W.it
Post Reply