On Cocoa, I can just do the following to have my window appear above all other
windows:

    [win setLevel:NSFloatingWindowLevel];

Is there any Carbon equivalent for this? I've tried to use kFloatingWindowClass
and kUtilityWindowClass but they don't do quite the same because they make the
window appear with a smaller, non-standard window frame and they also prevent
window activation whereas when using

    [win setLevel:NSFloatingWindowLevel];

windows appear with the default frame and can also be activated.

-- 
Best regards,
 Andreas Falkenhahn                          mailto:andr...@falkenhahn.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      (Carbon-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/carbon-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to