Modify

Opened 14 years ago

Closed 13 years ago

#1590 closed Feature Request (Rejected)

restore FileOpen("con", 4) in AutoIt 3.3.6.2

Reported by: txj Owned by: Jon
Milestone: Component: AutoIt
Version: Severity: None
Keywords: FileOpen Cc:

Description

in AutoIt 3.2.12.1, statement

  FileOpen("con", 4)

open console, then user can input from keyboard, programmer can handle user input.

but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt.

I hope restore

  FileOpen("con", 4)

in AutoIt 3.3.6.2.

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by Txj

in AutoIt 3.2.12.1, statement

  $hConsole = FileOpen("con", 4)   ; open console
  $Char = FileRead($hConsole, 1)   ; read a char input by user from keyboard
  ...

open console, then user can input from keyboard, programmer can handle user input.

but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt.

I hope restore

FileOpen("con", 4)

in AutoIt 3.3.6.2.

comment:2 Changed 14 years ago by Jpm

  • Owner set to Jon
  • Status changed from new to assigned

That's for Jon which did that to implement file sharing at open time

comment:3 Changed 14 years ago by TicketCleanup

  • Version 3.3.6.1 deleted

Automatic ticket cleanup.

comment:4 Changed 13 years ago by Jon

  • Resolution set to Rejected
  • Status changed from assigned to closed

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 Jon.
Author


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

 
Note: See TracTickets for help on using tickets.