Search found 96 matches

by morya
Thu Dec 18, 2008 2:36 am
Forum: wxWidgets Development (Chinese)
Topic: wxWebkit wxMozilla 、、、
Replies: 7
Views: 4900

我是很想使用wxHtmlWindow的,
可是它实在是很简陋,觉得不够好用,我也没有那个实力去扩充它,另外,想要用html window,当然希望可以跨平台……

估计我的希望就在wxWebkit了,只好自己编译了
by morya
Mon Dec 15, 2008 1:36 am
Forum: wxWidgets Development (Chinese)
Topic: wxWebkit wxMozilla 、、、
Replies: 7
Views: 4900

qt4 的windows 版本,有一个webkit集成可以用的。所以,webkit肯定是没有问题的,只是俺功力还不够,不晓得如何操作。。。
by morya
Sun Dec 14, 2008 1:04 pm
Forum: wxWidgets Development (Chinese)
Topic: wxWebkit wxMozilla 、、、
Replies: 7
Views: 4900

貌似,
wxWebkit是基于svn的,应该不会版本太低啊?
Utensil你是什么时候尝试这个的?
那时候的版本如何还记得么

另外就是,Air这东西,可以通过wx调用么?也可以达成webkit的功效吗?
by morya
Sun Dec 14, 2008 1:02 pm
Forum: wxWidgets Development (Chinese)
Topic: 关于论坛 Create RSS!
Replies: 2
Views: 2801

我看到Create Rss! 的链接地址 http://forums.wxwidgets.org/rss_gen.php
这个页面应该是自己写的,我在phpbb的官网下载的没看到rss的功能。
那么,是不是可以请总版主提供一下rss_gen.php的代码,
我们可以修改嘛
反正phpbb是开源的。也不怕别人看代码吧
by morya
Sun Dec 14, 2008 9:49 am
Forum: wxWidgets Development (Chinese)
Topic: 求<<使用wxWidgets进行跨平台程序开发>>
Replies: 13
Views: 7856

至于该书的例子

这里有……
http://groups.google.com/group/wxChinese
看文件列表里面。
by morya
Tue Dec 09, 2008 1:05 pm
Forum: wxWidgets Development (Chinese)
Topic: 求<<使用wxWidgets进行跨平台程序开发>>
Replies: 13
Views: 7856

《使用wxWidgets开发跨平台程序》
该书有Latex源代码
http://code.google.com/p/wxhowto/

PDF 版本链接
http://wxhowto.googlecode.com/files/wxhowto_080718.pdf
by morya
Tue Dec 09, 2008 12:52 pm
Forum: wxWidgets Development (Chinese)
Topic: 关于论坛 Create RSS!
Replies: 2
Views: 2801

关于论坛 Create RSS!

用Google Reader订阅了 Chinese版块,发现全是乱码……
设置编码为GBK或是GB18030都不行,网页默认是UTF-8的编码。
by morya
Tue Dec 09, 2008 12:47 pm
Forum: wxWidgets Development (Chinese)
Topic: wxWebkit wxMozilla 、、、
Replies: 7
Views: 4900

wxWebkit wxMozilla 、、、

请问,嵌入一个html window在自己的程序里的解决方案有几种?

都有什么优劣呢?

偶想做一个东西,可是两眼一抹黑,没概念……
现在每天查资料,还是很糊涂,请高手给个中肯的答案吧
by morya
Fri Nov 21, 2008 7:22 am
Forum: wxWidgets Development (Chinese)
Topic: 多出来一个菜单,不索何解
Replies: 5
Views: 3745

wxFRAME_NO_WINDOW_MENU
有这么一个属性,你试试看加上有没有效果。
by morya
Mon Nov 10, 2008 6:57 am
Forum: wxWidgets Development (Chinese)
Topic: Poedit使用视频
Replies: 1
Views: 1986

Poedit使用视频

如何使用Poedit来进行国际化编程。
基于 简体中文xp,VC2005
下载链接地址如下
http://forums.wxwidgets.org/download.php?id=984
视频文件440K,解压缩后大概35M左右。

我最初把视频放在这个帖子里面的。
http://forums.wxwidgets.org/viewtopic.php?t=21682
希望可以提供一些帮助。
by morya
Sun Nov 09, 2008 3:46 am
Forum: Compiler / Linking / IDE Related
Topic: Generating .po files with poEdit
Replies: 7
Views: 6310

To T-Rex,
No problem, go ahead..
by morya
Sat Nov 08, 2008 5:25 pm
Forum: Compiler / Linking / IDE Related
Topic: Generating .po files with poEdit
Replies: 7
Views: 6310

I made a video about this.
Please have a look at it.
( It's based on windows xp Chinese simplified, vc2005)
by morya
Fri Aug 29, 2008 1:42 am
Forum: Compiler / Linking / IDE Related
Topic: Linking errors after compiling wx2.8.8 with MSVC 2008...
Replies: 2
Views: 862

If you compiled wx as dll libs. Maybe you missed WXUSINGDLL "Preprocessor" command. You could set this with these steps.

Project Property
Configuration Properties
C/C++
Preprocessor

Append "WXUSINGDLL"
by morya
Fri Aug 29, 2008 1:29 am
Forum: Compiler / Linking / IDE Related
Topic: Standalone Program
Replies: 9
Views: 2724

With this video, you will know everything on how to distribute an exe without any extra dll files.
http://wxwidgets.info/wxwidgets_and_vc2005_video

If you searched this site, you will got this post.
http://forums.wxwidgets.org/viewtopic.p ... ght=static
by morya
Sat Jul 26, 2008 11:53 am
Forum: C++ Development
Topic: porting to windows.
Replies: 8
Views: 1846

I installed mingw , and netbeans , but netbeasns doesnt recognize the mingw installation. Have you wrote your program? If not, you should consider read all these wiki pages, http://wiki.wxwidgets.org/ and you will want to search this book for help. <<Cross-Platform GUI Programming with wxWidgets>>