← Back to team overview

sikuli-driver team mailing list archive

[Bug 1340225] [NEW] [request] want to log output to JTextArea

 

Public bug reported:

I've put together a small app for testing an insurance system. I've
created a progress form that displays 2 progress bars, one for the
progress of the current test and the other to display the progress
through the current batch e.g. there might be 112 fields to enter to
complete a single test and there might be 500 tests in the batch. All
works well but what I would really love to do is add a JTextArea to the
progress form that displays the log generated within System.out.println
so the user can see exactly which keys are being simulated. Is it
possible to switch the output from System.out.println to a JTextArea in
this way? If the model doesn't support changing the output does anyone
know if it is possible to hook System.out.println and display it's
contents in a text area?

Thanks,

Nathan

** Affects: sikuli
     Importance: Medium
     Assignee: RaiMan (raimund-hocke)
         Status: In Progress

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.0

** Changed in: sikuli
    Milestone: 1.1.0 => 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1340225

Title:
  [request] want to log output to JTextArea

Status in Sikuli:
  In Progress

Bug description:
  I've put together a small app for testing an insurance system. I've
  created a progress form that displays 2 progress bars, one for the
  progress of the current test and the other to display the progress
  through the current batch e.g. there might be 112 fields to enter to
  complete a single test and there might be 500 tests in the batch. All
  works well but what I would really love to do is add a JTextArea to
  the progress form that displays the log generated within
  System.out.println so the user can see exactly which keys are being
  simulated. Is it possible to switch the output from System.out.println
  to a JTextArea in this way? If the model doesn't support changing the
  output does anyone know if it is possible to hook System.out.println
  and display it's contents in a text area?

  Thanks,

  Nathan

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1340225/+subscriptions


Follow ups

References