Setting the window alpha won't do what you are thinking it will do. YOu can not turn the screen on/off because it is against the SDK rules. Another option would be to turn the screen brightness down (GraphicsServices), but that is also against Apple's rules.
Basically, there's nothing you can do without barring an AppStore release.
|