home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / AVBROWSE.ZIP / PROBLEMS < prev    next >
Text File  |  1989-02-08  |  706b  |  14 lines

  1.  
  2.         Problems with the AVIO Browsing sample
  3.  
  4.  ** The text background should be white.  This can be done by sending the
  5.     correct Ansi escape sequence through VioWrtTTY.
  6.  
  7.  ** All the AVio support should be placed in a dyn-link so that its workings
  8.     can be divorced from the way that text is stored and retrieved.  This
  9.     dyn-link should support multiple AVio windows from a single application.
  10.     The window class should be registered by the dynlink on first invocation.
  11.     The probably also means that the creation call should pass the window
  12.     handles for the scroll bars that go with the avio window, since we
  13.     may have several windows and consequently several scroll bar pairs.
  14.