home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1068 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!fmsrl7!lynx!nmsu.edu!death
  3. From: death@acca.nmsu.edu (The Grimm Reaper)
  4. Subject: Re: TPW : Dialogs and Transfer Buffers
  5. Message-ID: <1992Jul29.091919.19457@nmsu.edu>
  6. Sender: usenet@nmsu.edu
  7. Organization: New Mexico State University
  8. X-Newsreader: Tin 1.1 PL4
  9. References: <1992Jul27.073909.12975@hasler.ascom.ch>
  10. Date: Wed, 29 Jul 1992 09:19:19 GMT
  11. Lines: 16
  12.  
  13. PAULETTI@biel.be.tech.ascom.ch (Pauletti Andreas) writes:
  14. : Hi
  15. : I have a problem with defining a typed constant for a dialog transfer
  16. : buffer, that has a ComboBox as a control object. In the TPW Windows
  17. : Programming Guide is stated on page 188 that the transfer buffer for
  18. : a ComboBox should consist of 2 elements. One is of type PStrCollection
  19. : and holds the list box strings and the other is an array of char.
  20. : Question :
  21. :    How do I define a typed constant of type PStrCollection ?
  22. :    There is no where stated how to do this. Logically this should
  23. :    be an array of Strings that will be listed in the listbox.
  24.  
  25. I ran into the same problem a while back.  PStr is a typo.  Try
  26. PStringCollection instead....
  27.