home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / windows / b007_1 / Docs / YetToDo < prev   
Text File  |  1993-05-23  |  1KB  |  23 lines

  1. *  I can't make SaveAs behave quite right under RISC OS 2. It does
  2.    a drag, and even saves, but I don't get any dragbox... I can't see
  3.    anything wrong with the drag code...
  4.    If this bothers you, buy RISC OS 3. It's well worth it.
  5.  
  6. *  Implement a server and as many popups as possible in assembler, and
  7.    make a module out of this (smaller, faster, and can be included in
  8.    ROM (hint hint Acorn) etc).
  9.    I will only do this when a sufficiency of PopUps are running to make
  10.    it worthwhile releasing a module that supplies them - at this point,
  11.    new/modified PopUps are likely to be appearing quite often until things
  12.    settle down a bit, and the current server allows you to play with your
  13.    own PopUps in a manner that would be impossible with a module version.
  14.  
  15. *  Support RISC OS 3's menus deleted WIMP message - some PopUps really need
  16.    to be closed ASAP after menu deletion - especially Report, which otherwise
  17.    won't report back to the client until a new Menu PopUp is opened.
  18.  
  19.    Currently this is handled by each such PopUp sitting on NULL events and
  20.    looking each time to see if the window has been closed - if this is the
  21.    case, then the WIMP has closed the menu, and the PopUp should closedown.
  22.    (See c._report for an example of this)
  23.