Search:

Type: Posts; User: helloworld922

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    4,524

    Re: How do i limit the input time

    Yes it is, which is what makes this task tricky. The code I had puts the blocking call in a separate thread and passes the data to a buffer, but it's hardly ideal.
  2. Replies
    6
    Views
    4,524

    Re: How do i limit the input time

    hmmm, that's tricky...

    I came up with a rudimentary solution which reads in from System.in in a separate thread and puts it into a StringBuilder buffer which can then be read externally. While...
  3. Replies
    6
    Views
    4,524

    Re: How do i limit the input time

    From where? The console? A GUI textbox?
Results 1 to 3 of 3