Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
-
gopisk
- In need of some credit

- Posts: 5
- Joined: Tue Nov 27, 2012 12:06 pm
Post
by gopisk » Tue Oct 28, 2014 11:34 am
Hi,
wx2.8
We have an application which launches another window hosted in wxFrame. Actually we have created custom class deriving from wxFrame to make it modal. To making it modal we copied code from wxDialog. Now in OSX 10.10 when child frame is closed the menu of parent application becomes un accessible. Does any of you facing similar issue?
Thanks,
Gopi
-
ONEEYEMAN
- Part Of The Furniture

- Posts: 4709
- Joined: Sat Apr 16, 2005 7:22 am
- Location: USA, Ukraine
Post
by ONEEYEMAN » Sun Nov 16, 2014 1:11 am
Hi,
Did you try 3.0/TRUNK with your code?
I don't think 2.8 supports OSX 10.10....
Also why do you use wxFrame as a modal dialog?
Thank you.
-
gopisk
- In need of some credit

- Posts: 5
- Joined: Tue Nov 27, 2012 12:06 pm
Post
by gopisk » Sat Nov 22, 2014 3:34 am
Hi ONEEYEMAN,
Thanks for the suggestion. I did not compile the code against wx 3.0 yet. I will try that after some time. We are making wxFrame modal because we need menu.
~Gopi