home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / openloo / 3290 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.7 KB

  1. Path: sparky!uunet!news.claremont.edu!ucivax!ucla-cs!elroy.jpl.nasa.gov!sdd.hp.com!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!exodus!rickg
  2. From: rickg@eng.sun.com (Richard M. "The Tankster" Goldstein)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Xview popup problem
  5. Date: 30 Jul 92 08:33:08
  6. Organization: SunSoft, Inc.
  7. Lines: 36
  8. Message-ID: <RICKG.92Jul30083308@irondude.eng.sun.com>
  9. References: <268@ftms.UUCP>
  10. Reply-To: rickg@eng.sun.com
  11. NNTP-Posting-Host: irondude
  12. In-reply-to: brown@ftms.UUCP's message of 29 Jul 92 17:31:30 GMT
  13.  
  14.  
  15.    From: brown@ftms.UUCP (Vidiot)
  16.    Newsgroups: comp.windows.open-look
  17.    Date: 29 Jul 92 17:31:30 GMT
  18.    Organization: Vidiot's Other Hangout
  19.  
  20.  
  21.    I am encountering some difficulty working around one of the "features"
  22.    of XView. Does anyone know how to get around the following?
  23.  
  24.    I create a popup window with its pushpin out. When ever a button is pressed,
  25.    the popup *always* disappears, even if I explicitly set the XV_SHOW attribute
  26.    for the frame to TRUE in the notify proc for the button, before the return
  27.    to the Notifier. I even tried sticking in the following code before setting
  28.    XV_SHOW, in the hope that executing the Notifier loop once might reset things,
  29.  
  30.  
  31. as documented, set PANEL_NOTIFY_STATUS to XV_ERROR in your button's
  32. notify proc.  this tells the Panel not to dismiss the popup, as is
  33. the default Open Look behavior.
  34.  
  35. <<tank
  36.  
  37. --
  38.  
  39. *********************************************************************
  40.  
  41.     Richard M. "Tank" Goldstein        rickg@Eng.Sun.COM
  42.     Window Developer Environment,
  43.     SunSoft, Inc.
  44.  
  45.     SLACK is the free car wash that comes with a fill-up
  46.     of "Bob."
  47.             -Book of SubGenius
  48.  
  49. *********************************************************************
  50.