[Pythonmac-SIG] Ctl.CreateRootControl( window ) always returns None

Steven D. Majewski sdm7g@elvis.med.virginia.edu
Wed, 10 Mar 1999 17:51:11 -0500


Sorry -- didn't look far enough. Error code not in ResultCodes.pdf,
but it is in the appendix of the OS8 Control Manager Reference: 

	errRootAlreadyExists 	-30587 	Root control already exists

so it would look as the root control is being successfully created,
but the Python wrapper is not returning the correct value. (guess!)




-- Steve M.