Page 4 of 4

Re: HMG4: image icon resource file

Posted: Sun Feb 27, 2011 6:04 pm
by esgici
Carlos Britos wrote: Hi
Just an idea to be discussed for all.
Build a template similar than harbour ( /harbour/doc/hdr_tpl.txt ) but with our owns hmg tags, something like :
/* $DOC$
$NAME$
Button
$CATEGORY$
Control
$SYNTAX STANDART$

$SYNTAX ALTERNATE$

$SYNTAX OOP$

$PROPERTIES$

$METHODS$

$EVENTS$

[...]
*/

As we know, programmers don't like too much write help text.
Building help files in ascii mode is more easy to maintain by the team than htm files directly.
To keep HMG3.x style, we can create a simple (well maybe not so simple) tool to generate the htm files reading these templates.
Creating a Doc folder in SVN the team can update these files.
Of course the initial task is not simple we have to create each file with data from htm files of hgm3.
Team, what you think ?
Very nice suggestion :)

My answer is OK.

May add $NOTS$, $HINTS$, $SEE ALSO$, $SOURCE$, $SAMPLE$ [...]

( $SAMPLE$ section may include sample text or sample file/folder name.)

Regards

--

Esgici

Re: HMG4: image icon resource file

Posted: Sun Feb 27, 2011 6:38 pm
by l3whmg
Hi guys,

Ok Esgici. I write more details in demo program and/or inside changelog.

About Carlos idea I'm very interesting: someone can write a simple example? In this way, for a newbe like me, can be more clear: sorry.

Re: HMG4: image icon resource file

Posted: Sun Feb 27, 2011 9:38 pm
by Carlos Britos
l3whmg wrote:Hi guys,
About Carlos idea I'm very interesting: someone can write a simple example? In this way, for a newbe like me, can be more clear: sorry.
Just an approach.

Building folders
\hmg\doc\data ( already exist in hmg with htm files )
\hmg\doc\txt ( to put files txt like this )

Re: HMG4: image icon resource file

Posted: Sun Feb 27, 2011 11:41 pm
by esgici
Good example; thanks Carlos :)

Regards.

--

Esgici

Re: HMG4: image icon resource file

Posted: Mon Feb 28, 2011 1:15 am
by Rathinagiri
Great work Carlos. Thanks a lot.

We can do for the rest. :)

Re: HMG4: image icon resource file

Posted: Mon Feb 28, 2011 9:22 am
by l3whmg
Many thanks Carlos. Now it's more clear for me. I'll try to use for experiment.
Cheers