Page 7 of 16

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 12:38 pm
by Roberto Lopez
mol wrote:I can try my work with LABEL if it's free.
Marek
Ok. First, read carefully This post:

viewtopic.php?f=0&t=1635

Then, please, post your code here first, so we can review it, give you guidance (if required) and when all be ok, you'll be able to commit the code yourself to the repository.

Thanks.

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 1:09 pm
by sudip
Hello Roberto,

May I work on Color Properties next ?

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 4:24 pm
by Roberto Lopez
mol wrote:I can try my work with LABEL if it's free.
Marek
It's free and you have access to SVN already, so... Welcome Aboard!!!

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 6:02 pm
by sudip
Hello,

I was searching for solution of color properties. They are shared properties. So, if I can solve it for Spinner control, it can be used easily by any control.

Till now I am not successful :(

Ok, tomorrow I shall search again.

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 7:00 pm
by Roberto Lopez
sudip wrote:Hello Roberto,

May I work on Color Properties next ?
Yes, of course.

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 7:34 pm
by mol
I was looking solution for color, but I didn't found anything. I'vre read QT doc and didn't found :(
Tomorrow I'll search again :)

thanks for accepting my person in the hmg.4 team!

Re: HMG 4 Started

Posted: Mon Aug 16, 2010 10:25 pm
by Rathinagiri
Thanks a lot friends.

I am now starting some serious work on 'checkbox' control after a few days' break. :)

Re: HMG 4 Started

Posted: Tue Aug 17, 2010 12:03 am
by Roberto Lopez
rathinagiri wrote:Thanks a lot friends.

I am now starting some serious work on 'checkbox' control after a few days' break. :)
Please, take a look at my work on EditBox and its inherithed properties from control class. This could be useful for your work.

PS: Maybe we will need an specific form for HMG 4 team communication... what do you think?

Re: HMG 4 Started

Posted: Tue Aug 17, 2010 12:19 am
by esgici
Hi All

Well, I'm here and waiting ...

What is I'm waiting?

In the first post of this topic :
Roberto Lopez wrote: ...
- If you are a project contributor:
...
Since I haven't any experience (and education) on C nor OO programing :( ; I'm found myself in ELSE part of this IF sentence ;)

So I'm waiting for behind of this ELSE :)

With best regards

--

Esgici

Re: HMG 4 Started

Posted: Tue Aug 17, 2010 2:11 am
by Roberto Lopez
esgici wrote:Hi All

Well, I'm here and waiting ...

What is I'm waiting?

In the first post of this topic :
Roberto Lopez wrote: ...
- If you are a project contributor:
...
Since I haven't any experience (and education) on C nor OO programing :( ; I'm found myself in ELSE part of this IF sentence ;)

So I'm waiting for behind of this ELSE :)

With best regards

--

Esgici

Well... HBQT is a Harbour wrapper for QT, so it works at .prg level, so you do not need know C code at all.

Regarding OOP, I've created an extremely simple class hierarchy, so it should be 'understandable' for anyone, including those not familiarized with OOP, please, give it a try.

http://en.wikipedia.org/wiki/Object-ori ... rogramming