Search found 6 matches

by zhmx
Wed Jan 22, 2014 3:13 pm
Forum: wxWidgets Development (Chinese)
Topic: 【求助】在wxnotebook的tab中无法显示垂直滚动条
Replies: 4
Views: 5624

Re: 【求助】在wxnotebook的tab中无法显示垂直滚动条

kipade wrote:直接使用scrolledwindow可以,但是,tab焦点会有问题的哦
焦点暂时对我没什么作用,所以等遇到后再解决。
by zhmx
Wed Jan 22, 2014 3:12 pm
Forum: C++ Development
Topic: using std::map and wxTreeItemId
Replies: 6
Views: 3173

Re: using std::map and wxTreeItemId

the program reaches files[fileNode]= *fileiter; two times and everytime the fileNode is another, but he's not creating a new value, he's overwriting the old. So why is std::map thinking, that two different(different m_pItem) wxTreeItemId are the same and how can I solve this problem? if I use the t...
by zhmx
Wed Jan 01, 2014 7:08 am
Forum: wxWidgets Development (Chinese)
Topic: 【求助】在wxnotebook的tab中无法显示垂直滚动条
Replies: 4
Views: 5624

Re: 【求助】在wxnotebook的tab中无法显示垂直滚动条

kipade wrote:notebook的一级子窗口使用panel+scrolledwindow
谢谢。解决了,直接一级使用scrolledwindow就能正常实现。
by zhmx
Sun Dec 29, 2013 7:35 am
Forum: wxWidgets Development (Chinese)
Topic: 【求助】在wxnotebook的tab中无法显示垂直滚动条
Replies: 4
Views: 5624

【求助】在wxnotebook的tab中无法显示垂直滚动条

wxnotebook 的其中一个 tab 中,垂直方向控件太多,显示不全,能自动显示滚动条吗?废话补多说了,先贴出我的代码,请指正 class CNoBoMain : public wxNotebook { //...省略,下同 }; class CNoBoMsg : public wxNotebook { //...省略,下同 }; //CMainPanel.h class CMainPanel : public wxDialog { //... CNoBoMain *m_pNoBoMain; // the msg main panel CNoBoMsg *m_pNoBoMsg; //......
by zhmx
Sun Dec 29, 2013 6:59 am
Forum: wxWidgets Development (Chinese)
Topic: =自我介绍=(新人可来这里对自己作自我介绍)
Replies: 150
Views: 379347

Re: =自我介绍=(新人可来这里对自己作自我介绍)

本人从事游戏服务器开发,喜好c++和开源项目,wxwidgets是我业余时间学习的库,希望和大家学习,提高自身的知识水平。谢谢。