[comp.sys.mac] Using lists in dialogs

jmm@thoth8.berkeley.edu.BERKELEY.EDU (01/02/88)

I'm having trouble getting lists to work inside a modal dialog.
LClick doesn't seem to be working inside the procedure called by
ModalDialog.  If someone could send me some sample code (preferably in
Pascal) I'd appreciate it.

(While I'm on the subject of lists, in IM-IV page 270 it says "csize.h
and csize.v are the desired height and width of each cell in pixels;
if they're not specified, a default cell size is calculated..."  How
does one go about leaving these unspecified in Pascal?)

Thanks,

James Moore
-------------------------	|
/ Chomh h-ard le balla	/    	|  jmm@bartleby.berekely.edu
/ Chomh ban le bainne	/	|--------------------------------------------|
/ Chomh dearg le fuil	/	|   The University of California only knows  |
/ Chomh milis le mil	/	|   me as a number.  They couldn't care less |
/ Ceard e seo?		/	|   what my opinions are.                    |
-------------------------	|--------------------------------------------|

rs4u+@andrew.cmu.edu (Richard Siegel) (01/10/88)

You need to write a custom filter procedure to handle clicks in your list.

It's too complicated to explain via e-mail; but it's not too difficult to do.

		--Rich