Thanks for any replyQatan
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
Regards, Alexey Myronenko
--
--
And you can mix console and GUI in the same EXE ( sort of, in fact WVT is a pseudo console but acts as a real one. )
----- Original Message -----From: Guillermo Varona Silupú
--
----- Original Message -----From: Bopdji ShahSent: Tuesday, 15 de March de 2011 13:22Subject: Re: [harbour-users] GUI HMG / HbWxW / wxHarbour
----- Original Message -----From: Maurício Faria
Hello Teo,Thank you for the prompt answer!Good to know. I noted you just updated it on the sf.net.I am just looking for a practical and usable GUI for a ERP, like you.qtHarbour is a new thing to me (one to add to my list of posibles...).What is the current stage of qtHarbour? How would you describe it? Usable?
Since you are updating HbWxW and qtHarbour... what do you recommend? What is the way to go?
I am looking for something portable (both are). Uptdated (both are) and as easy to implement as possible (?).Now seems that I have many options (just for QT) and I am sure I don´t understand what is the difference (yet).Your opinion will be very important.Thanks again.
Hello Teo,>However, my plan is to replace wxHarbour with qtHarbour in my apps soon in the incoming months.OK, I see you have no plans to continue investing in wxHarbour (once you have qtHarbour working well).
>Maybe you mean wxHarbour (instead of HbWxW).Oh, sorry! I was getting confused by many options... Yes, I meant wxHarbour>Currently only wxHarbour is usable, download the packed source file, and check the samples> to see some of his capabilities. And ask me for any doubts/help. I'll try my best to help.Thank you very much for your kind offer.
Hi Teo.Please tell me something, will it be possible to link QtHarbour and wxHarbour at the same time in one .EXE ?
----- Original Message -----From: do...@people.net.auSent: Thursday, 17 de March de 2011 03:39Subject: Re: [harbour-users] GUI HMG / HbWxW / wxHarbour
----- Original Message -----From: Bruno Luciani
Hello Teo,Thanks for taking your time to answer.
> Of course I don't have any intention to drop wxHarbour development.> What is more, I will support wxWidgets 3 when it's ready.
That's good news. wxHarbour sounds a nice project.
> Another good reason to not drop wxHarbour has to do with the saying:> "Do not put all your eggs in the same basket"
Tha's a wise saying...
>Currently only wxHarbour is usable, download the packed source file, and check the samples> to see some of his capabilities. And ask me for any doubts/help. I'll try my best to help.
I am having some trouble to build and test it.In my first try I just tried to run hbmk2 wxharbour.hbp but seems that I am missing something. It didn't find many wx/wx.h and other wx/*.h files.I found a file README.PS that has some instructions for Windows.
Seems that your dev environment is Linux, right? I use WinXP32.
Why the TXT files don't have the TXT extension (they do not have any extension)? That is the same for Harbour (f.e. the INSTALL file).
I will follow the directions there (are the instructions updated? Last revision 2006?) and if I find any problem I will contact you again.
BTW, is wxHarbour related to Visual xHarbour?
Hello Doug,Thanks for using your time to help me.
GTK+ seems very interesting and there are many references in the web about GTK+ (f.e. GNOME)I am starting to like OOP because it looks less confusing for me now. The example with #xcommand is not as easy to read as the first example.I will try to donwload and test it with Harbour. What are the options? xbGTK, xHGtk, any other? What is the difference?
Regards,Qatan
----- Original Message -----From: do...@people.net.auSent: Thursday, 17 de March de 2011 03:39Subject: Re: [harbour-users] GUI HMG / HbWxW / wxHarbour
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
I am looking for an easy way to go from CUI to GUI.
Yes. The created the new library a couple of days ago.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
If you are moving from CUI to GUI and want to minimize the changes in
the application, you can try the use of GtQtc + Qt Widgets.
See the application below to get a better idea:
http://magsoftinfo.com.br/blogdomag/?p=733
(screenshots)
http://www.mediafire.com/download.php?nkd5mzsjbvf3va3
(Windows binaries and source code)
If you are moving from CUI to GUI and want to minimize the changes in
the application, you can try the use of GtQtc + Qt Widgets.
See the application below to get a better idea:
http://magsoftinfo.com.br/blogdomag/?p=733
(screenshots)
http://www.mediafire.com/download.php?nkd5mzsjbvf3va3
(Windows binaries and source code)
Thanks for sharing.... looks simple, clean and seems would be easier to port a GTWVT application and achieve certain additional GUI features, which are needed now a days.
Though using this makes the "additional" dlls are to be shipped with the exe.
Can you please clarify, doesn't ONLY these TWO QT dlls are enough to run the application at user's place:QtGui4.dllQtCore4.dll