Eddy Xu

天道酬勤,厚积薄发

TableOfContents

个人项目

FeedNow 项目

在SF上面有一个RSS Reader项目:FeedNow

地址是http://sourceforge.net/projects/feednow/

主页: http://www.quarkware.com/

反馈


/!\ Edit conflict! Other version:


# 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:


# 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