Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#877 closed Bug (Fixed)

errors in der helpfile for AutoIt 3.3.0.0 Part 1

Reported by: Tweaky Owned by:
Milestone: Future Release Component: Documentation
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

Hi,
we have translate the english helpfile into german.
So we see that some errors are in der the english helpfile.

Here are the errors:

1 ControlCommand Related function twice
2 DirGetSize Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
3 DriveMapDel Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1
4 FileRead Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
5 FileReadLine Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
6 FileRecycleEmpty Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1
7 FileWrite Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
8 FileWriteLine Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
9 GUICtrlRecvMsg Missing header for related function (###Related###)
10 Hex Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
11 IsBinary Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1
12 Ping Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
13 PixelSearch Number of variables wrong / variables differently / variables in different order (is | should) 4 | 8
14 StringReplace Number of variables wrong / variables differently / variables in different order (is | should) 1 | 5
15 TraySetIcon Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
16 TraySetPauseIcon Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2
17 $tagCOMBOBOXEXITEM Number of variables wrong / variables differently / variables in different order (is | should) 2 | 9
18 $tagDTPRANGE Number of variables wrong / variables differently / variables in different order (is | should) 13 | 18
19 $tagMCMONTHRANGE Number of variables wrong / variables differently / variables in different order (is | should) 8 | 17
20 $tagMCRANGE Number of variables wrong / variables differently / variables in different order (is | should) 8 | 18


I hope everything is understandable

((is | should) 0 | 2 should help you were the error at the variables is)

Tweaky

Attachments (1)

errors in helpfile 3.3.0.0.txt (12.3 KB ) - added by Tweaky 17 years ago.
errors in helpfile 3.3.0.0

Download all attachments as: .zip

Change History (7)

by Tweaky, 17 years ago

errors in helpfile 3.3.0.0

comment:1 by Tweaky, 17 years ago

Hi,
the system means that this is spam.
So I added a txt-File with the errors

comment:2 by Tweaky, 17 years ago

Hi,
the file GUIEvent.htm is the same as GUIRef.htm but older.
I think the file GUIEvent.htm should be deleted.

the file index.htm is the same as AutoIt.htm but older.
I think the file index.htm should be deleted.

Should we delete the examples "PluginOpen.au3" and PluginClose.au3"?. The txt-files are in the "unused" folder. Why are the examples not in the unused folder?

comment:3 by J-Paul Mesnage, 17 years ago

I cannot understand where the "(is | should) x | y" apply.
Can you put an example of the corrected doc should be?

comment:4 by Tweaky, 17 years ago

OK,
here an example:
13 PixelSearch Number of variables wrong / variables differently / variables in different order (is | should) 4 | 8

Syntax:
PixelSearch ( left, top, right, bottom, color [, shade-variation [, step [, hwnd]]] )

Parameters:
left
top
right
bottom
colour
shade-variation
step
hwnd

4 | 8 means that the parameter 1, 2, 3 and 4 are identical in the syntax an the parameter list.
Parameter 5 ist wrong. Here it is only a write error (color <> colour)

here an example:
70 _GUICtrlListView_SimpleSort Number of variables wrong / variables differently / variables in different order (is | should) 2 | 3

Syntax:
_GUICtrlListView_SimpleSort($hWnd, ByRef $vDescending, $iCol)

Parameters:
$hWnd
$vDescending

2 | 3 means that the parameter 1 and 2 are identical in the syntax an the parameter list.
Parameter 3 is missing.

comment:5 by J-Paul Mesnage, 17 years ago

Resolution: Fixed
Status: newclosed

I try to fix a maximum of them.

comment:6 by TicketCleanup, 17 years ago

Milestone: Future Release

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.