Revised and updated on 31 July 2008

1. Warning,  copyright and  other dialog  windows don't  stack  in the
   right order,  and don't seem  to be able  to do a  keyboard 'grab'.
   This seems to be a result  of the splitScreen business which uses a
   main  window and a  toplevel. Tried  and discarded  the 'StayOnTop'
   module

2. Option to set what type of control is used. For example:

   fieldControl = combo:SSB,CW,FM,PSK31
   fieldControl = memo:5

   (5 lines) (with this, have a button like an arrow up or
   something. When clicking the button, a much larger memo box would
   appear that is say 60 characters wide and 20 lines long. When
   clicking the save button on that window, it would dump it's data
   into the smaller source control.


3. Put the Dup table to the right and make all the left a place for
   controls to be but give the user more control, for instance:

   fieldWidth = 2
   fieldWidth = 2
   fieldWidth = 4
   utc = 4
   call = 12

   then later, let the user control whether a new line should be added 
   after the control or not:

   newLine = 0
   newLine = 0
   newLine = 0
   newLine = 1
   newLine = 0

   for something like:

   fieldName = dd
   fieldName = mm
   fieldName = yyyy
   fieldName = utc
   fieldName = call

   It would wind up looking like:

   dd: __ mm: __ yyyy: ____ utc: ____
   call: ________________________

   etc...


4. Oh, another would be a grid square calculator that could appear by a 
   special field.

   <EOF>
