Creating a splash screen

konan

Registered
Is it possible to create a window in Carbon that has absolutely no title bar on it? For example, a spash screen that has no window controls attached to it (and say it only goes away if you click on it or press a key).

Is it possible and if so, any advice on how to do it would be greatly appreciated.

Konan
 
Use CreateNewWindow with a windowClass of kPlainWindowClass, or create the window in Interface Builder with class "Plain".
 
Thank you 1000 times :)

I am doing some cross platform work (Windows and Mac) and begin unfamiliar with the Mac API, getting answers from helpful people like you certianly help push me in the right direction.

Thanks again,
Konan
 
Back
Top