Pythonwin: win32ui.CreateCtrlView error?

Robert k.robert at gmx.de
Thu Oct 3 15:50:53 EDT 2002


the following fails with message "win32ui: Create() view failed"
(self = a frame wnd)
---------

  t=docview.DocTemplate()
  doc=t.DoCreateDoc()

  self.v=v=win32ui.CreateCtrlView(doc,"SysTabControl32")
  #this would work: v=win32ui.CreateEditView(doc)
  v.CreateWindow(self)        # this fails !

----------

I cannot even create a "EDIT" with CreateCtrlView.
Any hints?

Robert







More information about the Python-list mailing list