home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 21870 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.5 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!cert!netnews.upenn.edu!netnews.noc.drexel.edu!king.mcs.drexel.edu!queen.mcs.drexel.edu!udrubini
  2. From: udrubini@mcs.drexel.edu (Arthur Dent)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Double Update
  5. Message-ID: <1993Jan21.051256.18497@mcs.drexel.edu>
  6. Date: 21 Jan 93 05:12:56 GMT
  7. Sender: udrubini@mcs.drexel.edu (Arthur Dent)
  8. Distribution: na
  9. Organization: Drexel University
  10. Lines: 19
  11.  
  12.  
  13.    I have a dialog box, in which I need several EditText fields, as well as a
  14. background picture that can change at various different times.  I handle
  15. drawing the picture myself, since putting it in the DITL either causes the
  16. picture to display overtop the text fields, or it intercepts all the mouse
  17. clicks.
  18.   What my problem is that I want the dialog to open up with the default value
  19. in the first text field highlighted.  I call SelIText before entering my
  20. event loop.  The text boxes are then drawn, then overdrawn by the picture, then
  21. redrawn.  However, if I omit the SelIText line, the picture appears, then the
  22. text boxes appear on top (my desired effect).
  23.   If you can help, or need more specifics, either post here or e-mail me at
  24. the address(es) below.  Thanks.
  25.  
  26. -- 
  27.   Dave Rubinic                            +----------------------------------+
  28.   -> rubinidf@dunx1.ocs.drexel.edu        |   Time flies like an arrow,      |
  29.   -> udrubini@mcs.drexel.edu              |   but fruit flies like a banana. |
  30.   -> DaveR9@aol.com                       +----------------------------------+
  31.