Ticket Change Details
Not logged in
Overview

Artifact ID: 66c2f75185ca6d781ca2db2c42b0b13d86f1cb06
Ticket: 136aebbd7fe802a14ca5094189ff2ebd86e6e7e8
STDIN can't be used to capture console input
User & Date: chw 2020-07-01 05:45:05
Changes

  1. icomment:
    AndroWish and undroidwish are conceptually similar to what is called a
    GUI program in Win32 (what a Win32 wish is, too, btw). These do not have
    the concept of an interactive stdin channel in form of a console or xterm.
    But they have a special console channel/command described in
    
      https://www.tcl.tk/man/tcl8.6/TkCmd/console.htm
    
    And that's the reason why "gets stdin" won't work in these environments.
    So you have to transform your business logic to GUI (event driven) style
    and to use some entry or text widget for user input plus bindings and/or
    buttons in order to trigger some action on that input.
    
  2. login: "chw"
  3. mimetype: "text/plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Not_A_Bug"
  6. severity changed to: "Important"
  7. status changed to: "Closed"