HMG4 Navigation Extended
Moderator: Rathinagiri
HMG4 Navigation Extended
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.
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.
Re: HMG4 Navigation Extended
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.
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
www.L3W.it
Re: HMG4 Navigation Extended
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.
Thank you for that. I would not feel comfortable changing the hmg4 source. I guess I'll just wait for something to come along.
Re: HMG4 Navigation Extended
Hi, Charlesg.
Mee to "uncomfortable to change HMG4 code": it was only a suggestion (idea) for HMG4 developers...
Cheers
Mee to "uncomfortable to change HMG4 code": it was only a suggestion (idea) for HMG4 developers...
Cheers
Luigi from Italy
www.L3W.it
www.L3W.it
- 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
Hi,
I am working on set navigation extended functionality. It is now in testing stage. I will upload the code soon.
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.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG4 Navigation Extended
Hi Rathinagiri,
this it's a great news
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?
this it's a great news
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
www.L3W.it
- danielmaximiliano
- Posts: 2763
- Joined: Fri Apr 09, 2010 4:53 pm
- DBs Used: DBF
- Location: Argentina
- Contact:
Re: HMG4 Navigation Extended
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
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
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
- 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
Yes. I tried to compile using the latest Harbour builds. I got many errors, especially with MiniZip library. I will try again.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?
Roberto is fine and damn busy.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG4 Navigation Extended
Hi Rathinagiri,
about warnings I think must be revised code: I've not the skill and for this I'm
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
and this is hmg.hbp
about warnings I think must be revised code: I've not the skill and for this I'm
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.hbcCode: 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.prgLuigi from Italy
www.L3W.it
www.L3W.it