Search found 126 matches

by kipade
Fri Sep 28, 2012 1:04 am
Forum: C++ Development
Topic: Modify bottom pane height at runtime
Replies: 1
Views: 978

Re: Modify bottom pane height at runtime

Change the height of the any item in bottom panel, or sizer, then you can make layout re-scaled. right?
by kipade
Thu Sep 20, 2012 12:47 am
Forum: C++ Development
Topic: how do i save wxGrid data while using wxThread
Replies: 18
Views: 6878

Re: how do i save wxGrid data while using wxThread

If rafae11 does what you suggested, won't it break the "No GUI access from secondary threads" rule? Yes, might be. But, I think, no rule is absolute in programming, just due to the coder and the convenience. Just like "goto", almost every programming manual will say "not su...
by kipade
Wed Sep 19, 2012 9:30 am
Forum: C++ Development
Topic: how do i save wxGrid data while using wxThread
Replies: 18
Views: 6878

Re: how do i save wxGrid data while using wxThread

I don't know why you written your code like " wxGrid *p3 = grid3; wxGrid *p4 = grid4; wxGrid *p5 = grid5; wxGrid *p6 = grid6; within a class' definition rather than construstor? I suggest you write the save function in the UI class, and pass the UI instance, whose grid data should be saved, to ...
by kipade
Mon Sep 17, 2012 3:23 am
Forum: C++ Development
Topic: How to create a hole on the wxDialog window?
Replies: 6
Views: 2717

Re: How to create a hole on the wxDialog window?

yes,i want to create a hole in a wxPanel,is there any other ways the to impletment this function?could we set a color to be transparent and set the backgroud mode to be transparent too.Then we use this colour to draw a circle.In this way could we get there?But i don't know the function ~ thanks aga...
by kipade
Sun Sep 16, 2012 8:39 am
Forum: wxWidgets Development (Chinese)
Topic: 正在做一个山寨Office2003工具栏界面
Replies: 7
Views: 12411

Re: 正在做一个山寨Office2003工具栏界面

这么牛X的一个东西,我怎么现在才发现呢?
贴子还沉了?
by kipade
Tue Sep 04, 2012 3:13 am
Forum: wxWidgets Development (Chinese)
Topic: wxWidgets工程里使用wxWebkit的问题
Replies: 14
Views: 13650

Re: wxWidgets工程里使用wxWebkit的问题

然后就可以用webKit么
by kipade
Tue Sep 04, 2012 3:08 am
Forum: wxWidgets Development (Chinese)
Topic: mac 10.7下编译wxwidgets错误的问题
Replies: 2
Views: 4740

Re: mac 10.7下编译wxwidgets错误的问题

没有Mac,所以不能试验
你make V=1
看看出错的编译命令
by kipade
Wed Aug 29, 2012 3:26 am
Forum: wxWidgets Development (Chinese)
Topic: wxsqlite3为什么读取中文时值为空呢?
Replies: 20
Views: 23614

Re: wxsqlite3为什么读取中文时值为空呢?

我在Linux下试了,没有问题
wx版本2.9.4, wxSqlite3的版本3.3.0
wx的编译选项--with-gtk=3
(我机器装gtk3了)
然后,编译wxSqlite3的时候用直接用./configure29(如果和我一样使用gtk3的话,需要修改此脚本,加入WX_GTKOPT3选项即可,照WX_GTKOPT2的弄法)
建议楼主单步跟踪,查看内存
by kipade
Wed Aug 29, 2012 1:48 am
Forum: wxWidgets Development (Chinese)
Topic: wxWidgets工程里使用wxWebkit的问题
Replies: 14
Views: 13650

Re: wxWidgets工程里使用wxWebkit的问题

你指的是
#ifdef __WXMSW__
#define wxUSE_WEBVIEW_IE 1
#else
#define wxUSE_WEBVIEW_IE 0
#endif
这块儿么?谁可以试试,我没有windows版本
by kipade
Wed Aug 29, 2012 1:40 am
Forum: wxWidgets Development (Chinese)
Topic: 求助 关于 wxWidgets WXHTTP
Replies: 2
Views: 4382

Re: 求助 关于 wxWidgets WXHTTP

看见沉了这么久的贴子,有点感慨
楼上的提问不太明确
以后常来逛逛
by kipade
Wed Aug 29, 2012 1:37 am
Forum: wxWidgets Development (Chinese)
Topic: 请大家关注 codeblocks的开发,因为有中国人Load
Replies: 10
Views: 16614

Re: 请大家关注 codeblocks的开发,因为有中国人Load

恐怕这个完美IDE应该定义成“完美的控件布局插件吧”
by kipade
Wed Aug 29, 2012 1:31 am
Forum: wxWidgets Development (Chinese)
Topic: 用wxAutomationObject控制word,怎么改变字体颜色
Replies: 2
Views: 4734

Re: 用wxAutomationObject控制word,怎么改变字体颜色

很好!
尽管自己找到了解决办法,也在这儿贴出来
赞一个
by kipade
Tue Aug 28, 2012 2:19 am
Forum: wxWidgets Development (Chinese)
Topic: [已译完]Sockets FAQ/Tutorial
Replies: 12
Views: 42155

Re: [已译完]Sockets FAQ/Tutorial

因为文本文件中没有0(遇到0刚好到达文件结尾)
但是,其它文件,你基本上是无法保证这一点哦
by kipade
Tue Aug 28, 2012 2:10 am
Forum: wxWidgets Development (Chinese)
Topic: 论坛比较冷清呀,有没必要建个中文社区,这里发什么都要审核
Replies: 7
Views: 5639

Re: 论坛比较冷清呀,有没必要建个中文社区,这里发什么都要审核

其实吧,建中文社区肯定是有必要的
至少有利于更多的人认识wx
说实话,知道wx的人太少了,特别是国内,但是你要是说QT,对一个稍微有点开发经验的,都知道,很多玩手机的,不懂开发的也知道
但对于WX,情形就大不一样了