Size: 1222
Comment:
|
Size: 2600
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
* 在右上的那个listctrl里,被selected的永远是最下面一行的item,不能通过双击打开其他item。只能通过右键的菜单来打开 | * 有的时候,在右上的那个listctrl里,被selected的永远是最下面一行的item,不能通过双击打开其他item。只能通过右键的菜单来打开 |
Line 25: | Line 25: |
----- /!\ Edit conflict! Other version: ----- * wxPython 版本兼容问题,wx.iewin在wxPython2.5.3.1中已经被废除, RssSashWindow.py中修改: {{{ # if run in windows, import IE window if wxPlatform == '__WXMSW__': from wx.lib.iewin import * }}} {{{ #----------------------------------------------------------# # will occupy the space not used by the Layout Algorithm #----------------------------------------------------------# self.IE = IEHtmlWindow(self, -1, style = wxNO_FULL_REPAINT_ON_RESIZE) }}} 另外我发现, 程序需要cjkcode的支持,希望加入支持软件列表中. ----- /!\ Edit conflict! Your version: ----- * wxPython 版本兼容问题,wx.iewin在wxPython2.5.3.1中已经被废除, RssSashWindow.py中修改: {{{ # if run in windows, import IE window if wxPlatform == '__WXMSW__': from wx.lib.iewin import * }}} {{{ #----------------------------------------------------------# # will occupy the space not used by the Layout Algorithm #----------------------------------------------------------# self.IE = IEHtmlWindow(self, -1, style = wxNO_FULL_REPAINT_ON_RESIZE) }}} 另外我发现, 程序需要cjkcode的支持,希望加入支持软件列表中. --- hoxide ----- /!\ End of edit conflict ----- |
Eddy Xu
天道酬勤,厚积薄发
个人项目
FeedNow 项目
在SF上面有一个RSS Reader项目:FeedNow
地址是http://sourceforge.net/projects/feednow/
反馈
- 试用了一下,界面设计还都不错。0.1beta版嘛,基本功能都有,高级些功能我就不提了,也许你们都已经在讨论添加了,我提几点问题(或建议):
- 有的时候,在右上的那个listctrl里,被selected的永远是最下面一行的item,不能通过双击打开其他item。只能通过右键的菜单来打开
- 右下那个浏览器窗口有些太小,正常的web页面放在里面看有些看不过来。是否可以考虑调节子窗口的大小,或者可以隐藏左边窗口。
- 右下的窗口同时只能显示一个web页面(当然可以通过外部浏览器来打开web),用notebook来显示是不是更好一点。
- 我原来就想写一个rss reader呢。原来写了一个简陋版的,还自己写了一个rss解析器,后来才知道有现成的。
- 为什么不在woodpecker的主页面上立一个项目呢?
- -- By Dreamingk
Edit conflict! Other version:
wxPython 版本兼容问题,wx.iewin在wxPython2.5.3.1中已经被废除, RssSashWindow.py中修改:
# if run in windows, import IE window if wxPlatform == '__WXMSW__': from wx.lib.iewin import *
#----------------------------------------------------------# # will occupy the space not used by the Layout Algorithm #----------------------------------------------------------# self.IE = IEHtmlWindow(self, -1, style = wxNO_FULL_REPAINT_ON_RESIZE)
另外我发现, 程序需要cjkcode的支持,希望加入支持软件列表中.
Edit conflict! Your version:
wxPython 版本兼容问题,wx.iewin在wxPython2.5.3.1中已经被废除, RssSashWindow.py中修改:
# if run in windows, import IE window if wxPlatform == '__WXMSW__': from wx.lib.iewin import *
#----------------------------------------------------------# # will occupy the space not used by the Layout Algorithm #----------------------------------------------------------# self.IE = IEHtmlWindow(self, -1, style = wxNO_FULL_REPAINT_ON_RESIZE)
另外我发现, 程序需要cjkcode的支持,希望加入支持软件列表中.
--- hoxide
End of edit conflict