[wxPython-users] Recent file list
Saketh Bhamidipati
saketh.bhamidipati at gmail.com
Wed Jul 26 16:32:18 PDT 2006
I checked manually if file loading from the recent file list works. It
works. I checked the ID's of everything, and there are no longer any
conflicts.
This means that the afflicted code is my self.Bind statement for the menu
range.
self.Bind(wx.EVT_MENU_RANGE, self.OnFileHistory, id=3Dwx.ID_FILE1, id2=3D
wx.ID_FILE9)
I am unable to test if this statement executed successfully on application
start. Are there any examples of wx.FileHistory that I can look at? I am
stumped by this problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200607=
26/1920bb77/attachment.htm
More information about the wxpython-users
mailing list