Page 18 of 106

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 1:00 am
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 3474 times

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 1:04 am
by esgici
Wonderful :D

Thanks Maestro

--

Esgici

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 1:25 am
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.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 1:48 am
by Rathinagiri
It looks great Roberto. I am very happy about HMG becoming platform independent.

Again thanks for your info.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 1:50 am
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.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 2:07 am
by Rathinagiri
Thanks for the fix Roberto. I will note down. :)

So, now can I start working on Tree?

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 2:55 am
by Roberto Lopez
rathinagiri wrote:Thanks for the fix Roberto. I will note down. :)

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

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 2:56 am
by Roberto Lopez
Hi,

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

TODO.TXT and EXTENSIONS.TXT updated.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 3:33 am
by Roberto Lopez
Hi Team,

I'll start print system.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 3:57 am
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 :)