Search found 187 matches

by Vexator
Sat Jan 28, 2012 6:26 pm
Forum: Platform Related Issues
Topic: ShowModal() never returns when events are being fired
Replies: 4
Views: 2181

Re: ShowModal() never returns when events are being fired

Thanks for the reply!

I do create a wxPaintDC in the event handler. I think the problem is not the paint event by itself but that it's issued in regular, short intervals.
by Vexator
Sat Jan 28, 2012 12:10 pm
Forum: Platform Related Issues
Topic: ShowModal() never returns when events are being fired
Replies: 4
Views: 2181

Re: ShowModal() never returns when events are being fired

Anyone? I can't be the only one in this situation..
by Vexator
Tue Jan 24, 2012 8:41 pm
Forum: Platform Related Issues
Topic: ShowModal() never returns when events are being fired
Replies: 4
Views: 2181

ShowModal() never returns when events are being fired

This problem has been adressed multiple times over the last years but it's still not solved: http://trac.wxwidgets.org/ticket/11273 http://trac.wxwidgets.org/ticket/4110 http://trac.wxwidgets.org/ticket/2631 I'm working on a wxWidgets-based game editor using GLCanvas for 3D output. The canvas is upd...
by Vexator
Sun Aug 21, 2011 12:48 pm
Forum: C++ Development
Topic: Wrap sizer contents at window edge?
Replies: 3
Views: 1438

Re: Wrap sizer contents at window edge?

Perfect, thank you! This should be added to the sizers overview.
by Vexator
Sun Aug 21, 2011 12:15 pm
Forum: C++ Development
Topic: Wrap sizer contents at window edge?
Replies: 3
Views: 1438

Wrap sizer contents at window edge?

I've got a panel which contains a wxFlexGidSizer which in turn contains a varying number of wxStaticBoxSizers: sizer_wrap.jpg This panel can be resized in both directions. I'd like the contained wxStaticBoxSizers to be moved to a new row if the panel's size is too small to show them all. So if its w...
by Vexator
Tue Aug 16, 2011 6:54 pm
Forum: C++ Development
Topic: Crashes with nested sizers
Replies: 1
Views: 916

Crashes with nested sizers

I'm experiencing crashes with nested sizers. I've got a panel which is populated with controls everytime a node on a treectrl is selected. I have the following code in my panel's constructor: m_buttonAdd = new wxButton( this, ID_ADD, _("Add") ); m_selectElement = new wxChoice( this, ID_CHO...
by Vexator
Mon Mar 14, 2011 10:17 am
Forum: C++ Development
Topic: Using std::shared_ptr with wxWidgets
Replies: 3
Views: 1783

Using std::shared_ptr with wxWidgets

Usually, wxWidgets seems to handle pointers quite well. I'm using it now to create a level designer for my graphics engine which uses shared_ptr's for everything and I'd like to use them for my wxWidgets windows as well as I don't like mixing raw and managed pointers. What's the correct way of doing...
by Vexator
Thu Feb 17, 2011 1:15 pm
Forum: C++ Development
Topic: wxGLCanvas and OpenGL 3.x/4.x
Replies: 1
Views: 1252

wxGLCanvas and OpenGL 3.x/4.x

Does it still make sense to use wxGLCanvas for OpenGL rendering if I want to create a 3.x or 4.x context? Is that even supported? Or, if I would want to create my own canvas class, where would I have to start?

Thank you!

Matthias
by Vexator
Mon Jan 03, 2011 6:21 pm
Forum: C++ Development
Topic: wxAUI: pane titles not translated if perspective loaded
Replies: 4
Views: 2351

wxAUI: pane titles not translated if perspective loaded

in my app, i use wxLocale etc. to translate strings to different languages. that works fine except for labels of wxAUI managed panes, when those are being restored from a saved perspective. i set the locale in my wxApp instance, then create an instance of wxFrame, in which i create several pnaes lik...
by Vexator
Fri Oct 27, 2006 2:34 pm
Forum: Open Discussion
Topic: icon editor/creator ?
Replies: 7
Views: 4030

axialis icon workshop, 30 days for free. can create windows and mac icons containing all and color depths.
by Vexator
Mon Jun 12, 2006 8:14 am
Forum: Open Discussion
Topic: Which Linux distribs are people actually using?
Replies: 15
Views: 5281

aargh
by Vexator
Sat Jun 10, 2006 3:48 pm
Forum: Open Discussion
Topic: Which Linux distribs are people actually using?
Replies: 15
Views: 5281

i want to release my commercial project for linux as well - so it has to be prebuilt. will i have to provide binaries for every platform then?
by Vexator
Fri Jun 09, 2006 6:53 am
Forum: C++ Development
Topic: HOW TO CREATE A TRANSPARENT wxBitmapButton
Replies: 1
Views: 911

use png's. note that you need wx2.6.3 plus patch #2.
by Vexator
Thu Jun 08, 2006 7:31 am
Forum: Announcements and Discoveries
Topic: ANN: wxGuiBuilder is released!
Replies: 25
Views: 6550

great! :D
just read the docs.. ok so we can assign predefined id's to our controls, but how can we provide custom id's for them? and is there a way to make it work with wxlocale?
by Vexator
Wed Jun 07, 2006 1:14 pm
Forum: Component Writing
Topic: [Help] Bitmap-based scrollbar?
Replies: 2
Views: 1637

if you want to create skinned applications, then wx is probably the wrong choice.. you could have a look at wxuniversal, though.