Window with Alpha Channel

Hi,

Any chance in ASOC to create a splash screen window or panel with “irregular” window (like the splash screen of new CS6)?

Ame

Sure:

		set clearColor to current application's NSColor's clearColor()
		myWindow's setBackgroundColor_(clearColor)
		myWindow's setOpaque_(false)

Hi Shane,

Thanks a lot.

What you don’t know? :wink:

Ame