OSX file permissions and menu bar issue

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.
Post Reply
larry
In need of some credit
In need of some credit
Posts: 4
Joined: Fri Sep 10, 2004 4:15 pm

OSX file permissions and menu bar issue

Post by larry »

Hello:

we have two wxMAC 2.4.2 issues (maybe not totally wx Related)

1.) After starting the program the frame title bar goes undeneath the mac menu bar, wit no way to move it. How do we change this? we do a SetWindowTop after showing the frame but it doesn't seem to help

2.) our users are downloading the program (foo.app) contianerd in a zip file and cannot get it to run. To get it to run they have to open the terminal and do a chmod a+x on the file

./foo.app/Contents/MacOS/foo

why is that? We zip and tar the file on the mac and then ftp it to our site
Post Reply