wx.StockCursor()

Robin,

At least one value for wx.StockCursor() didn't get imported / mapped. In
the wxMultiSashWindow() library, in MultiCreator.OnEnter():

  self.SetCursor(wx.StockCursor(wx.CURSOR_POINT_LEFT))

This generates an debug message in the shell:

21:31:54: Debug: ..\..\src\msw\cursor.cpp(334): 'LoadCursor' failed with
error 0x00000715 (the specified resource type cannot be found in the image
file.).

Jeff Grimmett wrote:

Robin,

At least one value for wx.StockCursor() didn't get imported / mapped. In
the wxMultiSashWindow() library, in MultiCreator.OnEnter():

  self.SetCursor(wx.StockCursor(wx.CURSOR_POINT_LEFT))

This generates an debug message in the shell:

21:31:54: Debug: ..\..\src\msw\cursor.cpp(334): 'LoadCursor' failed with
error 0x00000715 (the specified resource type cannot be found in the image
file.).

Looks like it the wrong name is being used to extract the cursor from the resource file. I'll fix.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!