Page 1 of 1
GUI library for Harbour
Posted: Sun Oct 16, 2016 2:43 pm
by Rathinagiri
LibUI is a portable GUI library for Windows, Mac and Linux.
Now, RafaĆ Jopek is developing a wrapper for this LibUI in Harbour called HBUI.
https://groups.google.com/forum/#!topic ... S7mwTjt2p0
I am sure, if this library is developed in full, we can also make a wrapper for this wrapper using HMG syntax to HBUI syntax there by our applications can also be made for Windows, Mac and Linux.

Re: GUI library for Harbour
Posted: Sun Oct 16, 2016 3:26 pm
by Roberto Lopez
Rathinagiri wrote:I am sure, if this library is developed in full, we can also make a wrapper for this wrapper using HMG syntax to HBUI syntax there by our applications can also be made for Windows, Mac and Linux.

That was my first thinking... but... since it is in a very early stage of development, a full compatibility could not be possible for a lot of time.
On the other hand, an 'HMG-like' syntax wrapper, for a basic widget set, could be easily done in short time.
Re: GUI library for Harbour
Posted: Sun Oct 16, 2016 3:48 pm
by Rathinagiri
Exactly how I have thought of!
But, is it easy? Is it worth?
Can you throw some light on that?
As I have seen that LibUI is also getting developed. Tree and Table are developed now.
LibUI.js is also being developed for web.
Hope all the dots are connected!
Re: GUI library for Harbour
Posted: Sun Oct 16, 2016 4:27 pm
by Roberto Lopez
Rathinagiri wrote:Exactly how I have thought of!

We have many years working together
Rathinagiri wrote:But, is it easy? Is it worth?
Is easy to create an 'HMG-like' syntax wrapper... going deeper (100% compatibility) could be no achievable...
Rathinagiri wrote:As I have seen that LibUI is also getting developed. Tree and Table are developed now.
Yes... imagine how much time we should wait to get advanced functionality as we have on top of WIN32 listview control... maybe sometime in the future...
Rathinagiri wrote:LibUI.js is also being developed for web.
I'll take a look at that...
Re: GUI library for Harbour
Posted: Sun Oct 16, 2016 5:03 pm
by Roberto Lopez
Rathinagiri wrote:But, <...> Is it worth?
One of my biggest mistakes was QT, thinking that the time for Linux desktop and Mac had arrived
IMHO, the only certain multi-platform thing right now is HTML/JavaScript.
Anyway, an HMG layer on top of LibUI could be fun

Re: GUI library for Harbour
Posted: Mon Oct 17, 2016 3:28 am
by bpd2000
I am also interested