Welcome to the Project Developers' Table

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Hi Team!

Thanks to Viktor and Pritpal from Harbour team, that helped me to solve some problems, we are in Linux too!

This is the grid demo_1:
Screenshot.png
Screenshot.png (602.16 KiB) Viewed 3468 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Welcome to the Project Developers' Table

Post by esgici »

Wonderful :D

Thanks Maestro

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Hi Team!

Please, be careful wit case, since it is relevant in linux, so, keep the #includes and filenames in lowercase.

Another important thing is to use slashes instead backslashes.

ie:

The following works in Windows but not in Linux:

Set Procedure To ..\..\source\window

The following work in both:

Set Procedure To ../../source/window

Thanks.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Welcome to the Project Developers' Table

Post by Rathinagiri »

It looks great Roberto. I am very happy about HMG becoming platform independent.

Again thanks for your info.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

rathinagiri wrote:Also I could not make demo_2.prg run by changing hmg.ch. It shows some # translate errors which I could not trace out. :(
I've fixed and committed the changes.

Preprocessor directives are case sensitive. That was the problem.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Welcome to the Project Developers' Table

Post by Rathinagiri »

Thanks for the fix Roberto. I will note down. :)

So, now can I start working on Tree?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

rathinagiri wrote:Thanks for the fix Roberto. I will note down. :)

So, now can I start working on Tree?
No problem!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Hi,

I've finished the works on mainmenu, toolbar and tab.

TODO.TXT and EXTENSIONS.TXT updated.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Hi Team,

I'll start print system.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Welcome to the Project Developers' Table

Post by sudip »

Roberto Lopez wrote:
sudip wrote:Hello,

Till now I cannot solve inputmask problem of textbox control fully. Inputmask (especially for numeric data types) is behaving differently. I can't solve the decimal point problem.

Please help me.
When I find something that is not directly supported by QT, I'm tagging as TODO and move to other thing, since I guess that in this stage of development is better to invest our time and energy on having more controls working.

ie: maxlength is not supported by QTextEdit (editbox) so, I've delayed to the next stage.

Hopefully, we will have a better knowledge about QT in the future to revisit this undone things to complete them.
Thanks a lot Roberto :)
I shall try for another control.
I think Timer, RichEditbox, Slider controls are free.
Can you please suggest any control for me :)
With best regards,
Sudip
Post Reply