home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gui / relative.lha / Relative / Relative.readme < prev    next >
Encoding:
Text File  |  1997-02-10  |  2.0 KB  |  32 lines

  1. Short:    Relative BOOPSI Gadget + GroupGadget
  2. Author:   Jeroen Massar (t-jeroem@microsoft.com)
  3. Uploader: Jeroen Massar (t-jeroem@microsoft.com)
  4. Type:     dev/gui
  5.  
  6. These couple of BOOPSI gadgets allow you to create a fast total BOOPSI
  7. window which resizes automaticaly because it uses the input.device task.
  8. This is totally OS legal and it is the best way to make use of the full
  9. set of features of BOOPSI. Why another GUI? I hear you say, well simply
  10. when you use MUI, it takes too much memory (like those huge MS programs).
  11. Secondly, the program has to watch the user if it changes the dimensions
  12. of the window, eg. the program always to call the GUI's wait routine.
  13. With this solution you simply call Exec's GetMsg() when you really have
  14. time to wait and when you really want to know if the user pressed a button.
  15. This solution is generally less CPU and memory intensive. This is a
  16. developer release, if you have some comments about my way of thinking or
  17. about these gadgets in general mail me... You should simply copy the classes
  18. directory to your sys: partition of your harddisk and then check out DaGuru
  19. to see the gadgets at work. The gadgets could send things to the serial port,
  20. as I've not removed/disabled all debug code, so enable sushi! The DaGuru
  21. interface is derived from the interface of The Guru 3.0 by Emiel Lensink, he
  22. knows about these gadgets and the user-interface. You can include *ANY* BOOPSI
  23. gadget you want and it'll resize whenever possible. The gadgets are arranged in
  24. a group and by setting orientation you can specify how the group is layed out.
  25. Simply using a group inside a group allows you to create any GUI you want.
  26.  
  27. PS: Like you should've noticed, I've got an Microsoft e-mail address, well
  28.     this can be explained very easily, I'm currently doing a practical year,
  29.     half of which I did in the Dijkzigt Hospital's Thoraccentre in Rotterdam,
  30.     Holland and the other at the PSS Group of Microsoft in Hoofddorp, Holland.
  31.     The e-mail address is valid until 6-6-1997.
  32.