home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / openloo / 5145 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.7 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!cs.utexas.edu!sun-barr!male.EBay.Sun.COM!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!exodus!rickg
  2. From: rickg@eng.sun.com (The Tankster)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: XView Question: Changing Focus
  5. Date: 25 Jan 93 08:41:44
  6. Organization: SunSoft, Inc.
  7. Lines: 39
  8. Distribution: world
  9. Message-ID: <RICKG.93Jan25084144@irondude.eng.sun.com>
  10. References: <1993Jan22.212142.27485@tc.cornell.edu> <1k0snmINNfic@spdev.East.Sun.COM>
  11. Reply-To: rickg@eng.sun.com
  12. NNTP-Posting-Host: irondude
  13. In-reply-to: jdf@nitehawk.East.Sun.COM's message of 25 Jan 1993 14:16:22 GMT
  14.  
  15.  
  16.    From: jdf@nitehawk.East.Sun.COM (Jim Fiori - Special Projects)
  17.    Newsgroups: comp.windows.open-look
  18.    Date: 25 Jan 1993 14:16:22 GMT
  19.    Organization: Sun Microsystems, Inc.
  20.  
  21.    In article 27485@tc.cornell.edu, fielding@theory.TC.Cornell.EDU (David L. Fielding) writes:
  22.    >
  23.    >    How does one change the focus from a text field in one
  24.    >panel to a text field in a different panel in the same window?
  25.    >I'm using XView 3.0.
  26.    >
  27.    >    xv_set (panel, PANEL_CARET_ITEM, another_item, NULL);
  28.    >    This code only works in the same panel.
  29.    >
  30.  
  31.    Use the WIN_FOCUS attribute for the panel:
  32.  
  33.            xv_set (panel, WIN_FOCUS, PANEL_CARET_ITEM, another_item, NULL);
  34.  
  35.  
  36.  
  37. that's WIN_SET_FOCUS, and beware of race conditions....
  38.  
  39.  
  40. <<tank
  41.  
  42. --
  43.  
  44. *********************************************************************
  45.  
  46.     Richard M. "Tank" Goldstein        rickg@Eng.Sun.COM
  47.     Window Developer Environment
  48.     SunSoft, Inc.
  49.  
  50.     "I'm a scientist.  I don't think, I observe."
  51.             -Dr. Clayton Forrester
  52.  
  53. *********************************************************************
  54.