Search found 5 matches

by tommckenna
Thu Feb 15, 2007 2:45 am
Forum: Platform Related Issues
Topic: wxFRAME_SHAPED and sizers broken on mac
Replies: 5
Views: 1501

What do you mean by "Classic Only"?

I'll give it a try on GTK and let you know how it works.
by tommckenna
Wed Feb 14, 2007 4:39 pm
Forum: Platform Related Issues
Topic: wxFRAME_SHAPED and sizers broken on mac
Replies: 5
Views: 1501

I used the default compilation options on 2.8.0, which I believe is mac (not cocoa) - If I mentioned cocoa it was a mistake :)

I have attached my project directory for you to check out.
by tommckenna
Tue Feb 13, 2007 7:47 pm
Forum: Platform Related Issues
Topic: wxFRAME_SHAPED and sizers broken on mac
Replies: 5
Views: 1501

wxFRAME_SHAPED and sizers broken on mac

I have a problem that occurs on Mac but not windows. Basically, If I add items to a sizer in a frame, the sizer ends up making itself twice the size of the frame if the wxFRAME_SHAPED option is used in creating the frame. The code below is what I am using to simulate this problem: If wxFRAME_SHAPED ...
by tommckenna
Thu Feb 08, 2007 1:13 pm
Forum: C++ Development
Topic: Forcing Frame Resize/Moving mouse captures
Replies: 3
Views: 1010

Thanks to both of you for excellent responses. For cross platform compatiblity I am going to go the latter route.
by tommckenna
Wed Feb 07, 2007 11:23 pm
Forum: C++ Development
Topic: Forcing Frame Resize/Moving mouse captures
Replies: 3
Views: 1010

Forcing Frame Resize/Moving mouse captures

Normally on a standard wxFrame you can resize the frame by dragging its borders, and move the frame by dragging its caption window. I would like to have this occur by dragging other parts of the frame besides the border and caption regions. In win32, this is handled by capturing the WM_NCHITTEST mes...