[python-win32] PyCScrollView with no PyCDocument?

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Mar 9 11:49:26 CET 2009


Is there any way of creating a ScrollView without needing
a Document?

I just want a scrollable user-drawable area, but CreateView
insists that I supply a Document. What's more, the only
way to create a Document seems to be to use a DocTemplate,
and the only way to get one of those is to use a resource.
But I don't have any resources.

-- 
Greg


More information about the python-win32 mailing list