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

  1. Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!howland.reston.ans.net!spool.mu.edu!olivea!gossip.pyramid.com!pyramid!unify!openlook!openlook-request
  2. From: fgreco@shearson.com (Frank Greco)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: XView: How to setup list_item?
  5. Message-ID: <a5eawc@openlook.Unify.Com>
  6. Date: 26 Jan 93 16:47:01 GMT
  7. Sender: news@Unify.Com
  8. Lines: 26
  9.  
  10. > Hello, I am using ADD_STRING attribute in list_item to update its contents.
  11.                     ^^^^^^^^^^
  12.  
  13.     Do you mean PANEL_LIST_STRING?  There is no attribute called "ADD_STRING"
  14.     that I know of.
  15.  
  16. > The problem is that this process is displayed on the screen so that the
  17. > screen flashes until all the items have been added. Does anyone know
  18. > how to (1) hide the process from display until it is finished then dump
  19. > the new list_item on to the screen; (2) use ADD_STRINGS attribute to
  20. > creat a list_item with variable number of list strings? (The standard
  21. > ADD_STRINGS, str1, str2, NULL, does not work because the number of strings
  22. > can only be determined at running time).
  23.  
  24.     (1) See XV_SHOW.  Set XV_SHOW to false, update the list, set XV_SHOW
  25.     to true.  Reduces flicker and speeds up the whole insertion.
  26.  
  27.     (2) PANEL_LIST_STRING takes a row-number so you can install them
  28.     one at a time.  If you want to dynamically construct an "arg list",
  29.     then see XVPM 25.2.2.1 "Attribute Lists within Attribute Lists".
  30.  
  31.     Both of these are/should-be in the OPEN LOOK FAQ.  These questions
  32.     get more requests than Quarter-Pounders at McDonalds (being PC here
  33.     with Clinton-gastronomics).
  34.  
  35.     Frank G.
  36.