Page 1 of 1
OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Wed Oct 14, 2020 6:43 pm
by AUGE_OHR
hi,
i have look into OOHG and found a Version of hbxbp from Bedi Pritpal.
i have work with gtWVG which was based on gtWVT.
Version in OOHG seems to use QT4 LIB (from Nokia)
Question : does someone use "that" Constribution

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Thu Oct 15, 2020 7:38 am
by AUGE_OHR
hi,
what i found under \HB30\HARBOUR\contrib\hbxbp\ have nothing to do with OOHG.

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Tue Oct 20, 2020 5:57 am
by AUGE_OHR
hi,
i have play "more" with hbXBP and found out that Demo contain old Code like in harbour "night build"
sample DEMOXBP.EXE run but it show no Menu ... but Code is in Source.
so i ask in
https://groups.google.com/forum/?utm_me ... qtcontribs
Pritpal Bedi answer me and told me to install "latest" Version with QT 5
but it was not clear "how" to install qtcontribs and "where" ...
i made a Mistake and got many Error when work with "wrong" harbour Folder Structure
the right Way seem to be to install in same Folder where harbour "night build" was installed here C:\HB32
now under C:\HB32\ADDON a new Folder HBQT appear
i add to Environment
SET PATH=C:\HB32\BIN;%PATH%
SET INCLUDE=C:\HB32\include\;%INCLUDE%
SET LIB=C:\HB32\lib\win\mingw\;%LIB%
when now start IDE from QT (Icon on Desktop) it seems to run much better ... but still have some Error when try hbXBP Sample
i will report more ...
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Tue Oct 20, 2020 8:17 am
by Rathinagiri
Hi,
I think it is from the discontinued version of HMG 4.
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Tue Oct 20, 2020 5:15 pm
by AUGE_OHR
hi,
Rathinagiri wrote: ↑Tue Oct 20, 2020 8:17 am
I think it is from the discontinued version of HMG 4.
in Qtcontribs Forum is a lot Traffic...
it is true that Pritpal does not work any more on hbXBP and i found out that still some Parts missing.
but as always i want to learn how it work while QT Controls are different to Windows Controls.
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Wed Oct 21, 2020 1:52 am
by apais
Don't waste your time.
Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Wed Oct 21, 2020 3:32 am
by AUGE_OHR
hi,
apais wrote: ↑Wed Oct 21, 2020 1:52 am
Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
that is exact "hole" Qtcontribs where hbXBP is just a small Part of it.
HMG Controls are based on Windows Common Control which will never run on Android or MacOS.
QT LIB is not based on Window and hbXBP is just a "Wrapper" for QT API Function.
but i don´want to use hole Qtcontribs , only hbXBP with QT 5 under HMG Environment
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Wed Oct 21, 2020 7:14 am
by Rathinagiri
apais wrote: ↑Wed Oct 21, 2020 1:52 am
Don't waste your time.
Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
That is right.
In my humble opinion, HTML5 + Javascript + Server side Harbour/PHP is a nice choice.
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Thu Oct 22, 2020 1:21 am
by AUGE_OHR
hi,
Rathinagiri wrote: ↑Wed Oct 21, 2020 7:14 am
In my humble opinion, HTML5 + Javascript + Server side Harbour/PHP is a nice choice.
i understand that many People is going to Web Solution but i "just" work with Desktop Client / Server.
---
i love HMG Style but in some case i miss OOP so i look into OOHG.
it is nice but too much different to Xbase++ OOP (Names of CLASS, Property, Method)
but in same ZIP File i found hbXBP "full Source" Code of all Xbase++ CLASS as "Wrapper" for QT
now i found a "hbXBP-Lite" Version which is all what i want.
but it still need QT and i´m not sure "where" to get it and "how" to use it in HMG Environment.
Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)
Posted: Thu Oct 22, 2020 2:05 am
by srvet_claudio