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