Modify

Opened 16 years ago

Closed 15 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 by Txj, 16 years ago

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 by J-Paul Mesnage, 16 years ago

Owner: set to Jon
Status: newassigned

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

comment:3 by TicketCleanup, 16 years ago

Version: 3.3.6.1

Automatic ticket cleanup.

comment:4 by Jon, 15 years ago

Resolution: Rejected
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


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