home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / 8510 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!asuvax!ncar!mimbres.cs.unm.edu!constellation!aardvark.ucs.uoknor.edu!ntruelove
  3. From: ntruelove@aardvark.ucs.uoknor.edu (STEP OUT OF THE CAR PLEASE)
  4. Subject: Showdialog Buttons on Forms
  5. Originator: usenet@midway.ecn.uoknor.edu
  6. Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
  7. Message-ID: <15DEC199213093571@aardvark.ucs.uoknor.edu>
  8. Date: Tue, 15 Dec 1992 19:09:00 GMT
  9. News-Software: VAX/VMS VNEWS 1.41    
  10. Nntp-Posting-Host: midway.ecn.uoknor.edu
  11. Organization: University of Oklahoma - University Computing Services
  12. Lines: 18
  13.  
  14. Has anyone else gotten fed up with Paradox40's decision to make ShowDialog a
  15. stricly modal function, ie you must select an item in the ShowDialog Box before
  16. returning to the workspace.
  17.  
  18. I have found a simple solution - put the buttons on your forms.  By creating
  19. colored buttons in the same locations on every form, if you trap for mouse
  20. events to the window coordinates of the buttons using Localizevent in your
  21. global-waitproc you essentially have buttons on your forms that can be used at
  22. any time.  The process is fairly straightforward and simple.
  23.  
  24. I made a Pg-up button, a Pg-dn button, and a condensed-view button on every
  25. form in my latest application.  ;-)
  26.  
  27.  
  28. Naren    
  29.  
  30. P.S. - Could someone explain again why CoEdit is so much better than Edit?  I
  31.        missed the point.
  32.