home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!mcsun!chsun!hslrswi!news
- From: PAULETTI@biel.be.tech.ascom.ch (Pauletti Andreas)
- Subject: TPW : Dialogs and Transfer Buffers
- Message-ID: <1992Jul27.073909.12975@hasler.ascom.ch>
- Sender: news@hasler.ascom.ch
- Organization: Ascom Tech Ltd., Corporate Services, Division for Research
- Date: Mon, 27 Jul 1992 07:39:09 GMT
- X-News-Reader: VMS NEWS 1.11
- Lines: 16
-
- 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.
-
- any ideas ?
-
- regards andreas pauletti
-