Modify

Opened 16 years ago

Closed 16 years ago

#285 closed Bug (Fixed)

UDF Misc - _ChoosColor broken with Autoit 3.2.12.0

Reported by: water Owned by: Gary
Milestone: 3.2.13.0 Component: Standard UDFs
Version: 3.2.12.0 Severity: None
Keywords: _ChoosColor Cc:

Description

UDF: Misc Management - _ChooseColor gives errors with new Autoit 3.2.12.0

C:\Programme\AutoIt3\Examples\Helpfile\_ChooseColor.au3(37,31) : ERROR: Opt() called with illegal argument 1: "ColorMode"

$oldOpt = Opt('ColorMode', 0)

C:\Programme\AutoIt3\Examples\Helpfile\_ChooseColor.au3(38,39) : ERROR: Opt() called with illegal argument 1: "ColorMode"

If $Type = 1 Then Opt('ColorMode', 1)

C:\Programme\AutoIt3\Examples\Helpfile\_ChooseColor.au3(49,27) : ERROR: Opt() called with illegal argument 1: "ColorMode"

Opt('ColorMode', $oldOpt)

C:\Programme\AutoIt3\Examples\Helpfile\_ChooseColor.au3 - 3 error(s), 0 warning(s)

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Gary

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

Fixed in version: 3.2.13.0

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 owner will remain Gary.
Author


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

 
Note: See TracTickets for help on using tickets.