HMG DOCS!

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

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

HMG DOCS!

Post by Roberto Lopez »

Hi All,

The documentation is (perhaps) the most 'weak' thing on MiniGUI library.

There is a reason for that:

- 3 Window types
- 34 Controls
- 133 Properties
- 29 events
- 26 methods
- 56 Functions
- 33 Commands
- And LOTS of other things

As you can imagine it is very time consuming to create a professional grade reference for all library elements.

I've decided to invest all of my available time to complete the documentation, at least, in its basic form, and I've finished it.

I'll include in the next HMG full release.

Meanwhile, I'm attaching it to this message for testing.

Please, If you find some missing or erroneous thing, let me know to correct it prior the release.

Thanks in advance.

Regards,

Roberto.
Attachments
hmgdoc.rar
(66.72 KiB) Downloaded 391 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HMG DOCS!

Post by luisvasquezcl »

Excelente Roberto,
muchas gracias.
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: HMG DOCS!

Post by salamandra »

;) Hi Roberto,
Thank you very much !!

[]'s Salamandra
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG DOCS!

Post by esgici »

Thanks a lot Maestro :D

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG DOCS!

Post by sudip »

Thanks a lot Roberto!

We really need it :D

If I am not wrong, I found \HMG\DOC folder already contains some documentation.

I was trying to find some information about GetTextWidth() function. But, I didn't find it in my first search.

There is a ".chm" help for hmg, created by Rathinagiri (which is really helpful to me). So, can we expect your documentation will be merged with Rathi's chm file?

With best regards.

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

Re: HMG DOCS!

Post by Roberto Lopez »

sudip wrote: If I am not wrong, I found \HMG\DOC folder already contains some documentation.
Yes, but it was not finished.
sudip wrote: I was trying to find some information about GetTextWidth() function. But, I didn't find it in my first search.
This is an internal function (it returns the size in pixels of a string).

It requires low level knowledge to be used, since you must pass it the font handle besides the string.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG DOCS!

Post by Vanguarda »

Thank´s master Roberto for this documentation.

I believe that was for sure hard work. Thank´s a lot



regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG DOCS!

Post by Roberto Lopez »

sudip wrote: There is a ".chm" help for hmg, created by Rathinagiri (which is really helpful to me). So, can we expect your documentation will be merged with Rathi's chm file?
When the documentation be completely finished and revised it could be easily converted to any format (chm, pdf, etc).

Regards,

Roberto.
Regards/Saludos,

Roberto


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

Re: HMG DOCS!

Post by Roberto Lopez »

sudip wrote: There is a ".chm" help for hmg, created by Rathinagiri (which is really helpful to me). So, can we expect your documentation will be merged with Rathi's chm file?
And yes. It could easily merged, since Rathinagiri had left blanks for non documented things

I hope that he can do that soon.

Regards,

Roberto.
Regards/Saludos,

Roberto


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

Re: HMG DOCS!

Post by sudip »

Roberto,

Thank you very much.
Roberto Lopez wrote:
sudip wrote:
If I am not wrong, I found \HMG\DOC folder already contains some documentation.

Yes, but it was not finished.

sudip wrote:
I was trying to find some information about GetTextWidth() function. But, I didn't find it in my first search.


This is an internal function (it returns the size in pixels of a string).

It requires low level knowledge to be used, since you must pass it the font handle besides the string.
Yes, the previous documentation was semi-finished. :) And now it is very good :D

Actually, I saw some reference of GetTextWidth() function in Rathinagiri's Grid2Print utility and tried to find it out in the help. Thank you very much for the information about this function. Sorry to bother you. I didn't know it's a low level function.

Documentation is a very hard work, but it is very essential both for novice user (like me) and experienced user.

Thank you again for such "hard work" for us :D

With best regards.

Sudip
With best regards,
Sudip
Post Reply