Welcome to the Project Developers' Table
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
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:
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:
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- 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
Wonderful
Thanks Maestro
--
Esgici
Thanks Maestro
--
Esgici
Viva INTERNATIONAL HMG 
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
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.
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)
Roberto
(Veritas Filia Temporis)
- 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
It looks great Roberto. I am very happy about HMG becoming platform independent.
Again thanks for your info.
Again thanks for your info.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
I've fixed and committed the changes.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.
Preprocessor directives are case sensitive. That was the problem.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- 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
Thanks for the fix Roberto. I will note down. 
So, now can I start working on Tree?
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.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
No problem!rathinagiri wrote:Thanks for the fix Roberto. I will note down.
So, now can I start working on Tree?
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
Hi,
I've finished the works on mainmenu, toolbar and tab.
TODO.TXT and EXTENSIONS.TXT updated.
I've finished the works on mainmenu, toolbar and tab.
TODO.TXT and EXTENSIONS.TXT updated.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
Hi Team,
I'll start print system.
I'll start print system.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: Welcome to the Project Developers' Table
Thanks a lot RobertoRoberto Lopez wrote: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.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.
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.
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
Sudip