Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 15 years ago.
errors in helpfile 3.3.0.0

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by Tweaky

errors in helpfile 3.3.0.0

comment:1 Changed 15 years ago by Tweaky

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

comment:2 Changed 15 years ago by Tweaky

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 Changed 15 years ago by Jpm

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

comment:4 Changed 15 years ago by Tweaky

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 Changed 15 years ago by Jpm

  • Resolution set to Fixed
  • Status changed from new to closed

I try to fix a maximum of them.

comment:6 Changed 15 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.