Alaska WebUI Video

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Alaska WebUI Video

Post by AUGE_OHR »

hi,

Alaska have present WebUI Demo
https://www.youtube.com/watch?v=2fnD67pHfxQ

did harbour have a WebUI Constribution :?:
have fun
Jimmy
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: Alaska WebUI Video

Post by apais »

Yes.
But nobody seems to care about it...
https://github.com/diegofazio/hbwui
Angel Pais
Web Apps consultant/architect/developer.
ASESORMIX
Posts: 222
Joined: Thu Oct 25, 2012 8:08 pm
Location: Bqto, Venezuela

Re: Alaska WebUI Video

Post by ASESORMIX »

Mi opinion:
Lo que sucede es que no logramos superar la curva de aprendizaje.
Necesitamos ejemplos sencilos y practicos para iniciarnos y que se nos explique en lenguaje coloquial.
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: Alaska WebUI Video

Post by apais »

Es html/css/js.
Eso se aprende aparte y hay sepetecientos millones de ejemplos en internet.
Lo unico que tiene es un tunel para ejecutar rutinas harbour desde javascript, y otro tunel para ejecutar rutinas javascript desde harbour.
Es una GUI usando hb para hacer cosas y consultar datos y hb manejando el browser a control remoto.
GUI totalmente independiente y multiplataforma.
Es solo tomar los ejemplos de github y elaborar a partir de ahi.
Pero si queremos que otros hagan todo el trabajo por nosotros nunca aprendemos nada.
Y les puedo garantizar que la unica forma de aprender es metiendo mano.
-----------------------------------------------------------------------------------------------------------------
It's just html/css/js.
That is learned separately and there are gazillion examples on the internet.
The only thing, it has is a tunnel to execute harbour routines from javascript, and another tunnel to execute javascript routines from harbour.
It's a GUI using hb to do things and query data and hb driving the browser remotely.
Fully independent and cross-platform GUI.
Just take the examples from GitHub and build from there.
But if we want others to do all the work for us, we never learn anything.
Besides it. Why should anyone work for us for free?
And I can guarantee you that the only way to learn is by getting your hands on it.
Angel Pais
Web Apps consultant/architect/developer.
EduardoLuis
Posts: 684
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: Alaska WebUI Video

Post by EduardoLuis »

Hi Friends:

For its price, i go for Codejock, its hundred years more powerfull.-
With Regards.
Eduardo
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: Alaska WebUI Video

Post by apais »

really?
Angel Pais
Web Apps consultant/architect/developer.
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Alaska WebUI Video

Post by AUGE_OHR »

hi,
apais wrote: Sat Jun 04, 2022 2:32 pm But nobody seems to care about it...
https://github.com/diegofazio/hbwui
the Problem why HMG can´t use hbWUI is : LIBs are not Type "*.A"

you need to use BCC like MiniGUI or FiveWin to use LIBs Type "*.LIB"
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Alaska WebUI Video

Post by AUGE_OHR »

hi,
EduardoLuis wrote: Mon Jun 06, 2022 9:19 pm For its price, i go for Codejock, its hundred years more powerfull.-
i do have Codejock Controls but no Control is for Internet using EDGE Engine.
but why need Codejock Controls when HMG have same Control "as Source" :!:

under HMG only OLE-DragDrop is missing which Codejock ActiveX have

i do use only Codejock SkinFrameWork to load different Windows Theme
have fun
Jimmy
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: Alaska WebUI Video

Post by apais »

This is the reason for using msvc to compile webview:
https://docs.microsoft.com/en-us/window ... on-windows
Angel Pais
Web Apps consultant/architect/developer.
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Alaska WebUI Video

Post by AUGE_OHR »

hi,
apais wrote: Tue Jun 07, 2022 11:30 am This is the reason for using msvc to compile webview:
https://docs.microsoft.com/en-us/window ... on-windows
your Link point me to
High DPI Desktop Application Development on Windows
---

under HMG we use MinGW so how to change to M$VC :?:
have fun
Jimmy
Post Reply