home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18482 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.3 KB  |  48 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Sirius.dfn.de!news.DKRZ-Hamburg.DE!rzsun2.informatik.uni-hamburg.de!rzdspc24!a2bartel
  3. From: a2bartel@rzdspc24.informatik.uni-hamburg.de (Henner Bartels)
  4. Subject: A lot of questions
  5. Message-ID: <a2bartel.726750456@rzdspc24>
  6. Sender: news@informatik.uni-hamburg.de (Mr. News)
  7. Organization: University of Hamburg, FRG
  8. Date: 11 Jan 93 11:07:36 GMT
  9. Lines: 37
  10.  
  11. Well, again I`m thinking about a new project, and I don`t
  12. know how to realize it. First of all, the examples given are ment
  13. as examples and not as that, what I really plan to do. ;-)
  14.  
  15. So now the questions:
  16.  a) I wanna get informed, if the user (actually me) clicks on a
  17.     system-gadget. Example: If the User clicks on the Screen2Front
  18.     gadget, not the Screen2Front function shall be invoked, but
  19.     a screenselection list  will be displayed. To perform this,
  20.     I must know when a system gadget is clicked and the information
  21.     has to be `stolen` from the system, so that the system can`t
  22.     perform the original function.
  23.  b) Belonging to this, is there a way of telling the system that
  24.     one of it`s gadgets is clicked, when it is`nt really.
  25.  c) I want to send messages to a window (better it`s controlling
  26.     process). e.g. I`ve got the address of a window, and want to tell
  27.     it that it should close.
  28.  d) I also want to add a gadget in the menubar of any window
  29.     e.g. a gadget wich will call DisplayBeep() when pressed. The point
  30.     is that this gadget should be attached to any window (not only
  31.     the windows controlled by my specific task. For example
  32.     to support a minimize/maximize function for OS < 2.0
  33.  e) How can I program a window-iconify mechanism. To be more
  34.     precise, what have I got to do, that the window-owner still
  35.     could draw into his window, even though it`s not displayed anymore.
  36.  
  37. Answers to one ore more (even better: all ;-]) questions will leed
  38. to extrem happiness. C-source will be welcomed.
  39. Thanks in advance.
  40.  
  41. ***************************************************************************
  42. * Henner Bartels                             * Hey man, that`s impossible *
  43. *                                            *                            *
  44. * a2bartel@rzdspc2.informatik.uni-hamburg.de * So let`s do it !!          *
  45. ***************************************************************************
  46.  
  47.  
  48.