Ticket #79 (closed enhancement: done)

Opened 7 years ago

Last modified 7 years ago

VisiCAD: Enable upper comment field in Incident Window

Reported by: jdalbey Owned by: jdalbey
Priority: Medium Milestone: May 2019 Training
Component: CAD Client Version:
Severity: Minor Keywords:
Cc:

Description

Allow text to be entered in upper comment field of Incident Window. Clicking Exit/Save? should save the comments from that field and close the window.

Change History

comment:1 Changed 7 years ago by jdalbey

  • Status changed from new to accepted

comment:2 Changed 7 years ago by jdalbey

My working notes:

The comment field doesn't really exist, it's just an empty jScrollPane2.  Do this to make it appear.

javax.swing.JTextArea jTextArea1 = new javax.swing.JTextArea();
jScrollPane2.setViewportView(jTextArea1);

comment:3 Changed 7 years ago by jdalbey

  • Status changed from accepted to closed
  • Resolution set to done

Implemented in r288. The upper comment box is enabled and if any text exists it is saved when Exit/Send is clicked. The box is then cleared so it appears empty the next time the window is opened.

Note: See TracTickets for help on using tickets.