Search found 22 matches

by chenzhengxi
Thu Apr 03, 2008 4:36 am
Forum: wxWidgets Development (Chinese)
Topic: 想确定一下wxWidgets+opengl能否实现跨平台
Replies: 4
Views: 5074

:D 理论上可以,基于源代码的跨平台有何不可呢
by chenzhengxi
Thu Mar 27, 2008 2:50 am
Forum: wxWidgets Development (Chinese)
Topic: wxWidgets前景看好,寻找伙伴一起开发项目
Replies: 3
Views: 4474

:D

3d 跨平台 自由
曾经的梦想
很有前途的创意
by chenzhengxi
Wed Mar 19, 2008 8:30 am
Forum: wxWidgets Development (Chinese)
Topic: =自我介绍=(新人可来这里对自己作自我介绍)
Replies: 150
Views: 355676

业余爱好,追求完美
无法忍受wxpython
:D 注册时间蛮早啊
by chenzhengxi
Thu Apr 20, 2006 2:17 am
Forum: Open Discussion
Topic: Is any one enjoy smartwin++?
Replies: 1
Views: 1321

Is any one enjoy smartwin++?

http://smartwin.sourceforge.net/
it is supernatural.
it is a paradigm of application boost.
though I donot use it,i study it.
by chenzhengxi
Thu Apr 20, 2006 2:03 am
Forum: Open Discussion
Topic: What UML tool do you use?
Replies: 8
Views: 6553

staruml is good :D
by chenzhengxi
Sun Feb 26, 2006 7:02 pm
Forum: C++ Development
Topic: problem about the event "onsize" under xrc resourc
Replies: 3
Views: 1702

DavidHart thx for the reply,now I have solved many bored problems .My project is run ok now,it is very easy when I know the theory. ray1341 thx you too very unlucky,it cannot run when your changed it,the debug information showed the problem is LoadObject,May be the Programe can run on your pc.It is ...
by chenzhengxi
Sun Feb 26, 2006 12:58 pm
Forum: C++ Development
Topic: problem with operator new
Replies: 1
Views: 809

there are many on-off about operator new in the config "setup.h" file when you compiler wxwidgets
by chenzhengxi
Sun Feb 26, 2006 12:42 pm
Forum: C++ Development
Topic: problem about the event "onsize" under xrc resourc
Replies: 3
Views: 1702

problem about the event "onsize" under xrc resourc

Thanks all the people who attention my problem I want to resize my widget treectrl to fit the panel size but it bring me so many problem. it cannot be closed successful,the frame disappear but the programe still remain in memory.I can abide the it,but another problem is annoying,If i wrote myTreeCtr...
by chenzhengxi
Wed Feb 22, 2006 10:18 am
Forum: C++ Development
Topic: why my scrolledwindow`s valid area so small?
Replies: 1
Views: 1009

oh my God
I found my treectrl`s valid area is also small
by chenzhengxi
Wed Feb 22, 2006 7:41 am
Forum: C++ Development
Topic: why my scrolledwindow`s valid area so small?
Replies: 1
Views: 1009

why my scrolledwindow`s valid area so small?

I have a wxSplitterWindow in the main frame. the treectrl is ok in the left of SplitterWindow. but the scrolledwindow is bad in the right of SplitterWindow. the scrolledwindow look so big,but all area is invalid except the top left corner,the valid area is too small. I defined many events and add ma...
by chenzhengxi
Mon Feb 13, 2006 10:40 pm
Forum: Compiler / Linking / IDE Related
Topic: Building modes : Release is working, Debug is not working
Replies: 8
Views: 3885

:)
I have the same problem
ignore below,it will ok.I am using it :D
MSVCRTD.lib
LIBCMT.lib
LIBC.lib
LIBCMTD.lib
LIBCD.lib
by chenzhengxi
Mon Feb 13, 2006 10:35 pm
Forum: Announcements and Discoveries
Topic: Request to Visual Studio users for new wx.dsw testing
Replies: 5
Views: 2080

I use vc2005 :D :D :D
all the problem have been solved
by chenzhengxi
Mon Feb 13, 2006 10:33 pm
Forum: Compiler / Linking / IDE Related
Topic: problems compile wx-2.6.2 on windows xp with cygwin/mingw
Replies: 3
Views: 1420

Re: problems compile wx-2.6.2 on windows xp with cygwin/ming

gcc does not support preprogress
update your mingw and then try
by chenzhengxi
Mon Feb 13, 2006 9:36 pm
Forum: C++ Development
Topic: the problem of resize event
Replies: 5
Views: 1903

I forget the constructor function is a special function.
:D
thx very much.
by chenzhengxi
Mon Feb 13, 2006 6:45 pm
Forum: C++ Development
Topic: the problem of resize event
Replies: 5
Views: 1903

:D the problem is the button point invalidation. I donot understand My button point has been defined in the head file. I change the construct function from ////////////////////// myFrame::myFrame(wxWindow *pParent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& s...