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