Search found 92 matches
- Fri Sep 05, 2014 3:38 am
- Forum: Platform Related Issues
- Topic: wxAndroid , and support for Direct2D and DirectText, and wxW
- Replies: 2
- Views: 962
Re: wxAndroid , and support for Direct2D and DirectText, and
when should I use wxUniv ? what is the benifit
- Fri Sep 05, 2014 3:37 am
- Forum: Platform Related Issues
- Topic: wxAndroid , and support for Direct2D and DirectText, and wxW
- Replies: 2
- Views: 962
wxAndroid , and support for Direct2D and DirectText, and wxW
I saw The most exciting project this year is probably the new wxAndroid port, but there are also projects to add support for Direct2D and DirectText, integrate Chromium backend in wxWebView, improve the state of wxUniv port, add support for the Windows taskbar features such as jump lists and even wx...
- Fri Sep 05, 2014 2:34 am
- Forum: Platform Related Issues
- Topic: complete language bindings list ?
- Replies: 1
- Views: 862
complete language bindings list ?
Python, Perl, and C#.
It has popular language bindings for Python, Perl, Ruby and many other languages.
I saw this form the official site and wiki site?
but is there any complete language bindings list ?
It has popular language bindings for Python, Perl, Ruby and many other languages.
I saw this form the official site and wiki site?
but is there any complete language bindings list ?
- Fri Sep 05, 2014 2:05 am
- Forum: Platform Related Issues
- Topic: wxWidgets support iOS and Android?
- Replies: 6
- Views: 5785
Re: wxWidgets support iOS and Android?
thank you ,and where are their download link?
I saw form http://wiki.wxwidgets.org/About
mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.
And how is it support for Windows Phone? where to download ?
I saw form http://wiki.wxwidgets.org/About
mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.
And how is it support for Windows Phone? where to download ?
- Thu Sep 04, 2014 1:41 pm
- Forum: C++ Development
- Topic: context sample?
- Replies: 3
- Views: 1210
context sample?
where is the example shows that when right click, then show a pop up context panel, thank u
- Thu Sep 04, 2014 10:22 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
all the flickering problem have solved...But only left 1 problem I really have no idea. As u know, I have a wxScrollWindow, and some big panels on it, and some small panels on the big panels, and then some controls on the small panels. And, I link 2 small panels with lines, and the lines are drawn u...
- Wed Sep 03, 2014 7:41 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
I just tried the wxScrollWindow first, when I use wxBufferedPadintDC, the background color is always black...
and I do nothing in eraseBckground...
and whether or not use SetBackgroundStyle(wxBG_STYLE_PAINT)...
and I do nothing in eraseBckground...
and whether or not use SetBackgroundStyle(wxBG_STYLE_PAINT)...
- Tue Sep 02, 2014 10:23 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
I tried, and even worse...the backgound never clear&refresh...and i tried ClearBackground in paintEvent, it also flickers....Also, if you haven't done already, try SetBackgroundStyle(wxBG_STYLE_PAINT) for the wxScrollWindow.
- Tue Sep 02, 2014 10:14 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
no , i don't use wxBufferedPaintDC. I use wxPaintDC everywhere...
cause in order to get the right semi-transparent bitmap.... in the example u gave me that time , u use wxBufferedPaintDC, but i tried and that's wrong, and I changed it to wxPaintDC, the result is right.
cause in order to get the right semi-transparent bitmap.... in the example u gave me that time , u use wxBufferedPaintDC, but i tried and that's wrong, and I changed it to wxPaintDC, the result is right.
- Tue Sep 02, 2014 8:25 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
ok thank u and I already tried to set the background color for the controls and small panels...only the big panel's back ground color not set. so according to what u said, is it right to do like this? -> in the small panel's Render func, I call the parent's Render first and then do its own drawing, ...
- Tue Sep 02, 2014 7:30 am
- Forum: C++ Development
- Topic: flick problem
- Replies: 31
- Views: 5615
Re: flick problem
1) pan the wxScrollWindow: I caculate a postion in MouseMoved func, and call Refresh there. Then in Render func set this postion to Scroll(). //all the things I draw using PaintDC flickers a lot(including the lines I draw on wxScrollWindow, the semi-transparent bimap and text I draw on the big and s...
- Tue Sep 02, 2014 2:26 am
- Forum: C++ Development
- Topic: wxSizer problem
- Replies: 6
- Views: 1332
Re: wxSizer problem
what's ur opinion about scale problem? Is it better to use or not to use wxSizer?
I have to scale all the big panel on the wxScrollWindow, the small panel on the big panel, and the controls on the small panels.
I have to scale all the big panel on the wxScrollWindow, the small panel on the big panel, and the controls on the small panels.
- Mon Sep 01, 2014 9:49 am
- Forum: C++ Development
- Topic: wxSizer problem
- Replies: 6
- Views: 1332
Re: wxSizer problem
wxSizer::Add(...) can take a wxWindow* or wxSizer* as parameter. I completely set the position and size by myself, and I find it works well and more easy to get the right result when I scale them. In you mean the panels on the scrolledwindow, yes, there is definitely no need to use sizers in that c...
- Mon Sep 01, 2014 9:22 am
- Forum: C++ Development
- Topic: wxSizer problem
- Replies: 6
- Views: 1332
Re: wxSizer problem
what is the API?I didn\'t find it ...And can wxSizer add another wxSizer as a child?
And I now doesn't use wxSizer. I completely set the position and size by myself, and I find it works well and more easy to get the right result when I scale them.
- Mon Sep 01, 2014 8:31 am
- Forum: General Development
- Topic: Interface Designer for wxWidgets ?
- Replies: 1
- Views: 9535
Interface Designer for wxWidgets ?
is there any Interface Designer for wxWidgets ?
what is the official one ?
and what platform does it surpport ?
what is the official one ?
and what platform does it surpport ?