Search found 5 matches

by dlutlzs
Wed Dec 23, 2015 9:09 am
Forum: Announcements and Discoveries
Topic: wxDatabase Library
Replies: 10
Views: 5043

Re: wxDatabase Library

Dear Sir, I want to use "wxDataBase" to connect to MySql, but I encounter problem of compile it. I am working on win10 + vs2010, I have download your source code and also installed mysql-connector which you mentioned. Then I add your source files about MySql to my project, compiled without...
by dlutlzs
Thu May 20, 2010 1:07 am
Forum: wxWidgets Development (Chinese)
Topic: sunken border(急需解答)
Replies: 1
Views: 1950

sunken border(急需解答)

大家好,才发现有个中文版块。请教大家一个问题:如何在linux下让wxPanel实现wxSUNKEN_BORDER?
m_panel= new wxPanel(this,id,wxDefaultPosition,wxDefaultSize,wxSUNKEN_BORDER);

这代码只在win下有用,linux没有效果。
感谢大家的帮助了。
by dlutlzs
Wed May 19, 2010 3:09 am
Forum: C++ Development
Topic: sunken border
Replies: 2
Views: 869

sunken border

Hi all,
I want to create a wxPanel with sunken border, it works well in windows, but no effect in linux, how to solve it?

m_panel= new wxPanel(this,id,wxDefaultPosition,wxDefaultSize,wxSUNKEN_BORDER);


Thanks for any help.
by dlutlzs
Fri May 14, 2010 4:08 am
Forum: Component Writing
Topic: GTK_IS_WIDGET
Replies: 3
Views: 2669

David,
thanks for your help. The problem has been fixed.
by dlutlzs
Thu May 13, 2010 9:21 am
Forum: Component Writing
Topic: GTK_IS_WIDGET
Replies: 3
Views: 2669

GTK_IS_WIDGET

Hi all, I wrote a wxBitmapToggle control base on wxControl, it works fine in both windows and linux, except got the following message under linux : Gtk-CRITICAL **: gtk_widget_modify_style: assertion `GTK_IS_WIDGET (widget)' failed attached are the .h and .cpp of the control. thanks for any reply. B...