I have a carbon shared library that has a routine to display a
dialog. I load the dylib using dlopen from a BSD command line
application. I retrieve the address of the method with the dylib
and invoke it. The dialog is updated with some information
calculated at runtime.
The dialog window appears and shows the information correctly but
it is behind every other window. It seems impossible to activate it
in any way (via the desktop or programmatically).
Strangely the minimize and maximize buttons work correctly - but
they are the only thing that does.
It seems like a fundamental step in the creation of the dialog has
been missed out and although it's displayed it's not possible to
interact with it any part of the window other than the system
buttons on the title bar.
Does anyone have any idea what I've done wrong?
Either have your app sit inside a bundle structure, or call
TransformProcessType
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden