HMG 4 Started

Moderator: Rathinagiri

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

Re: HMG 4 Started

Post by Roberto Lopez »

esgici wrote:Thanks Rathi,

Warned me about control.prg, so extracted (?) in "Enabled".

CheckBox added.

Best regards

--

Esgici
HMG4CPEM.zip
Ok.

You should add a new category (ie): 'N: Not yet Implemented' since there is various things that are not directly supported by QT and will require dirty tricks to be replicated (maybe this be pending for some time).

Please, upload the file and delete TODO.TXT since it is not required anymore.
Regards/Saludos,

Roberto


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

Re: HMG 4 Started

Post by Roberto Lopez »

mbelgrano wrote:I want notify here an intresting product base on same tecnologies of harbour hbide:Qt

HbQtCommand is a wrapper to make graphics applications with Harbour compiler and HbQt library but with a sintaxis Minigui. HbQtCommand support all HbQt platforms
Thanks for the info.
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: HMG 4 Started

Post by esgici »

Roberto Lopez wrote: ... upload the file ...
Thanks; but I have more work I think :(

ie: how I can decide some limitations, such as "D" (Design Time Only), and "R" Read Only and "Available For <xxx> Procedure:" ?

I guess such limitations are and will be minimized later; but how I can found these details?

I you say "these are had no big importance at beginning", I can continue.

Best regards.

--

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

Re: HMG 4 Started

Post by Roberto Lopez »

esgici wrote:
Roberto Lopez wrote: ... upload the file ...
Thanks; but I have more work I think :(

ie: how I can decide some limitations, such as "D" (Design Time Only), and "R" Read Only and "Available For <xxx> Procedure:" ?

I guess such limitations are and will be minimized later; but how I can found these details?

I you say "these are had no big importance at beginning", I can continue.

Best regards.

--

Esgici
these are had no big importance at beginning :)

Well... all we here are uploading unfinished works :)

Our work over SVN will be permanent and will be changing all the time, in fact, you'll must to update your documentation every time that some control be changed...

And to decide what are the limitations of a control you have two ways:

1. Look at sources.
2. Create test apps.
Regards/Saludos,

Roberto


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

Re: HMG 4 Started

Post by Rathinagiri »

What shall I do next?!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 4 Started

Post by esgici »

Thanks a lot Maestro :D

Now, I feel more relax :)

But what I need a bit more time before uploading file :(

Best regards

--

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

Re: HMG 4 Started

Post by Roberto Lopez »

rathinagiri wrote:What shall I do next?!
Anything you want, but, from now the work will be a little harder, since until now, we were working on base classes and preprocessor directives already created,.

From now, to add a new control we must start from the scratch (defining a new class and #command directives from it).

When defining the class, you must consider which properties an be inherithed from control and which ones will stay in the control class code.

At this moment, Martin Gamez is working on SLIDER and Marek in IMAGE, so you mustt select any other.
Regards/Saludos,

Roberto


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

Re: HMG 4 Started

Post by Roberto Lopez »

rathinagiri wrote:What shall I do next?!
I'll upload new classes+preprocessor directives for combobox, datepicker and listbox today.

You could pick one of those to make your job easier.
Regards/Saludos,

Roberto


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

Re: HMG 4 Started

Post by Rathinagiri »

Ok Roberto. Thanks.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 4 Started

Post by Roberto Lopez »

rathinagiri wrote:Ok Roberto. Thanks.
I've already uploaded DATEPICKER class. You can start to work with it.

Please, consider that I've created constants for its alignment property:

* DatePicker Alignment

#define DTP_LEFT 0
#define DTP_RIGHT 2


Please, code it according that.

TIA.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply