d_v wrote: > I am having difficulty running bundles and using mkbundle. > How do I: > 1) Not see the Terminal window when I double-click the mkbundle > output/bundled file: test3
I'm not sure what are you talking about as I never experienced this. Does it happen only when you run bundled app? Does it output anything to the window? BTW, could it probably be X11 window, not one from Applications -> Utilities -> Terminal? > 2) When I Launch the mkbundle output file in Mac OS X and the logout of the > Mac with the mono application still running (and terminal window open), the > Mac will hang and the application will not quit and I can't logout until I > 'force quit' mono. However while it is hanging I can either quit the > terminal window or the application to close both windows (term and app) and > then the logout works. This is unrelated to use of mkbundle. The unbundled WinForms app will hang just like that. To handle this you'll need support from WinForms or handle shutdown Apple Event manually (see AEInstallEventHandler(), kAEQuitApplication). > 3) Sucessfully use mkbundle with the dynamic option and get no warnings. > (please see below) But are you really bothered by these warnings? -- Regards, Alex _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
