Search found 3 matches

by lloydkl
Fri Mar 25, 2016 3:49 pm
Forum: C++ Development
Topic: wxAUI - layout
Replies: 1
Views: 568

wxAUI - layout

Hi, I am new to wxAUI and having trouble in achieving expected layout. I have a normal notebook page and in that I have four controls which need to be layed out . The first one is a list and I want it to occupy top area in full (fullwidht, 1/3 of client area). The bottom pane is chart and I want it ...
by lloydkl
Wed Mar 23, 2016 10:26 am
Forum: C++ Development
Topic: wxAUI - stop a control from floating
Replies: 1
Views: 615

wxAUI - stop a control from floating

Hi, I have a wxNotebook and it has many pages. In one of the pages I have "many child controls" (like tree, list etc..) These "many controls" are managed using wxAUIManager. I can dock and float these controls very easily. But when I keep a window floated, and change my "mai...
by lloydkl
Fri Feb 05, 2016 11:28 am
Forum: wxCode
Topic: wxSqlite3 - Building without encryption
Replies: 1
Views: 1953

wxSqlite3 - Building without encryption

Hi, I have built wxSqlite3 (3-3.3.0) (dll debug, dll release), using Visual Studio 2010, on Windows 7 , wxWidgets version is 3.0.2 When I start my application it shows an error sqilte3_key not found. I think it is due to my wxSqlite3 is built with encryption support. What is the right way to configu...