March 28, 2024, 03:36:38 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Documentation Bugs

Started by LarryMc, July 11, 2009, 12:16:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Paul,
Suggest you create new forum with this topic's name.
Low priority but items that need to be corrected.


string = REGGETDWORD(string key, pointer ValueName, opt defValue as UINT)

should be:

uint = REGGETDWORD(string key, pointer ValueName, opt defValue as UINT)

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Duffer

Did Larry just volunteer to write the final documentation for Aurora?  ;D ;)

LarryMc

Nice try Brice :D
This is the EB forum.

Plus, I wrote a program way back that generated help file skeletons based upon the inc files and we tried to get people to flesh them out.

Everybody(except for a couple) basically scattered and I didn't know enough to do it by myself.

Paul wound up hiring the tech writer to do it.

Turn about is fair play ;)
Did you just volunteer to proof the documentation and identify all the commands that aren't documented properly?

Some have typos as I mentioned above.
Some show up in search but not in the index and vice versa (if I remember correctly).

At least you won't have to elbow your way into because of all the people wanting to do it.

But really, there aren't that many issues considering the volume of documentation.

Larry


LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Duffer

July 12, 2009, 02:13:48 AM #3 Last Edit: July 12, 2009, 02:19:08 AM by BriceManuel
I was teasing ya, as Paul had recently said the main reason Aurora hasn't had a 1.0 release is the documentation.  There still seems to be a lot of work to be done on the gaming side, but I don't know how much of a help I could be as I can't make heads or tails out of the 3D.  I guess it would be a matter of working off of the EB docs?

Send me a PM if you want to discuss this further.

LarryMc

QuoteI was teasing ya
And I back at you.
Sounds like you're in the same boat as me.

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Allan

Have one for you Larry.

Control Pak Guide - tcSetMinTabSize - See Example usage.


LarryMc

This ate my lunch for a couple of hours:

From the richedit portion of the windows controls section.

QuoteCONTROLCMD window | dialog, ID, @RTSCROLL, lines, chars

I was trying to fix a problem with resetting the vertical scroll position

the help file says lines, chars (in that order)

the command won't cause a scroll up/down(by lines) unless you enter the number of lines in the latter(chars) position

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc


MODIFYSTYLE and MODIFYEXSTYLE do not appear in the help file index
but they do appear in a search.

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Duffer

Quote from: Larry McCaughn on July 12, 2009, 02:25:43 PM
QuoteI was teasing ya
And I back at you.
Sounds like you're in the same boat as me.

Larry

I wasn't joking in the last reply.  I am happy to help on the unfinished docs for Aurora.  The 3D should really just be a cause of working from the EB docs and converting everything to Aurora syntax.  Seriously, send me a PM if you want to get working on this.

LarryMc

PROJECTGLOBAL does not appear in the documentation

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library