Page 1 of 2

Alaska WebUI Video

Posted: Fri Jun 03, 2022 10:43 am
by AUGE_OHR
hi,

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

did harbour have a WebUI Constribution :?:

Re: Alaska WebUI Video

Posted: Sat Jun 04, 2022 2:32 pm
by apais
Yes.
But nobody seems to care about it...
https://github.com/diegofazio/hbwui

Re: Alaska WebUI Video

Posted: Sat Jun 04, 2022 10:36 pm
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.

Re: Alaska WebUI Video

Posted: Mon Jun 06, 2022 1:29 pm
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.

Re: Alaska WebUI Video

Posted: Mon Jun 06, 2022 9:19 pm
by EduardoLuis
Hi Friends:

For its price, i go for Codejock, its hundred years more powerfull.-
With Regards.
Eduardo

Re: Alaska WebUI Video

Posted: Tue Jun 07, 2022 2:17 am
by apais
really?

Re: Alaska WebUI Video

Posted: Tue Jun 07, 2022 3:12 am
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"

Re: Alaska WebUI Video

Posted: Tue Jun 07, 2022 3:27 am
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

Re: Alaska WebUI Video

Posted: Tue Jun 07, 2022 11:30 am
by apais
This is the reason for using msvc to compile webview:
https://docs.microsoft.com/en-us/window ... on-windows

Re: Alaska WebUI Video

Posted: Tue Jun 07, 2022 6:06 pm
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 :?: