boxBargain method

void boxBargain(
  1. String caller,
  2. dynamic _header
)

PLAN: ready-shape 16-140 box just for bargain called by:: Nobody

Implementation

void boxBargain(String caller, _header) {
  treatyBuf.writeln('::buf:  box called for :bargain:daily:Treaty:  $name ');
  int bufLength = treatyBuf.length;

  ///  Give shapes for screen matrix.
  boxServe.init(16, 140, '_'); //  rows, width or: 0 = use default 47, 195
  boxServe.construct(':bargain:$name ', ':daily:Treaty:box:');
  //  Get basic bunch of data.
  _dayLayOut();
  //  _bargainLayout();  //  when it is ready
  boxServe.show(' :bargain:daily:Treaty:  $name ', 'print', 22);
  boxServe.done(' :bargain:daily:Treaty: buf: $bufLength  $name ');
  //  devl:MIS  Bids to add to week - #auction.
}