fullscreen

Getting monitor size in python

I am using python and want to create a fullscreen window. I know about the pygame.FULLSCREEN flag but when I use that there's areas of black around the screen. Is there any way to get the monitor size using python so I can make the window the correct size? ...

Disabling Double Click to make Silverlight Video Player full screen

Hey guys, I am trying to figure out how to disable the ability for a user to double click the silverlight player and make it fullscreen. I am working off of Silverlight Video Player 2. I have commented out every single line referencing the words fullscreen but it still lets the user double click the player and make it fullscreen. Does an...

Two windows fullscreen on two different screen.

Hi! I'm actually working on an app to display an image onto a Dome. The dome projection system is constitued of two projector and a pc running a GentoO Linux and KDE, with nvidia TwinView system. Since here i've used SDL to display a fullscreen windows, and it display my app onto the two screen. But i just figured that i need to proj...

capture flash key event "escape"

I have a flash site that users can view full Screen video. the trouble is, I am making only the video player full screen (hiding the rest of the site behind it). my "toggle full screen" button works in that it reduces the video player back to normal size when the user toggles out of full screen back. but when the user hits the escape...

C# - How to prevent fullscreen form covering the taskbar?

Hello. Does anyone know how I can prevent my C# winform covering/going on top of the taskbar? My form's border style has been set to "FixedToolWindow" which seems to cause this. I thought about reducing the height of the form, when the user makes the form maximized, but that wouldn't work as people may have different size taskbars. Any i...

JW Player - How can I add an event listener for fullscreen toggling?

I'm using JW Player 4.5 on my site and I need to add an event listener for when fullscreen is toggled. The reason for this is to switch between a low-def version and high-def version. The default video will be the low-def version and when they switch to a fullscreen display, it will change to the high-def version. According to http://d...

Exiting full screen mode in Flash

I am working on a flash game, that will be distributed as and EXE file. I would very much like the game to run full screen, which is not a problem, but I am struggling with replacing flash default behavior when escape is pressed. When escape is pressed I would like to display a custom menu asking the user if they want to exit the game or...

C# Winform: Full Screen UserControl

hi. i have an application with main form. the main form has menu and some toolstrip and one usre control set the dock to Fill. how can i provide full screen view so that usre control set to full screen and all menu and tooltrips hide from main form. ...

Mono winforms app fullscreen in Ubuntu?

Just wondering if there's a known way of getting a Mono System.Windows.Forms application to go fullscreen on Ubuntu/Gnome. Mono is 2.4.2.3 Ubuntu is 9.10 Doing it on Windows requires a pinvoke, clearly not going to work here. This is what I get setting window border to none, window position to centre, and state to maximised: Update...

Force 4:3 in fullscreen mode

Does anybody know how to force 4:3 when enabling fullscreen mode using OpenGL and AGL? ...

MPMoviePlayerController fullscreen quirk in iPad

I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default controls, like the YouTube app. I'm using the following code in a bare-bones example: - (void)viewDidLoad { [super viewDidLoad]; self.player = [[MPMoviePlayerController alloc] init]; self.player.contentURL = the...

How do I emulate pressing F-11 in a browser using Javascript?

Possible Duplicate: How to make in Javascript full screen windows (stretching all over the screen) How do I emulate pressing F-11 in a browser using Javascript? (I assume it will be different in Chrome,IE and FF?) ...

Full screen caller for Android

Hi i am new to android. i want this functionality in my project i want when some one is calling me than i want fullscreen photo of that caller to be appeared in my screen means fullscreen caller id.so how can i place full screen photo at top of the incoming screen.. any example..? my be i should use broadcast receiver or something lik...

Android full Screen flag gives an exception

In my android app I set this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN ); Then my touch screen event doesnt’ work any more. Further Explaining, I have a button and onClick it changes the contentView by setContentView(R.layout.choose_pla...

Problem with notification bar in fullscreen app

I run an app in fullscreen mode where fullscreen is defined as a theme in xml for the entire app. <style name="MyAppTheme" parent="android:Theme"> <item name="android:windowNoTitle">true</item> <item name="android:windowFullscreen">true</item> <item name="android:windowBackground">@null</item> </style> Generally it works ...

Fullscreen not working in Direct2D (slimdx)

Hi, I'm having a strange problem when switching to fullscreen (alt+enter or swapchain->SetFullscreenState(...)), the application enters fullscreen en i can see a black screen but it's still rendering in a window behind the black screen. And after a couple of seconds the black screen disappears. The thing is the window changed it's size ...

CGDisplayCapture and system key events

Hi, in my app i uses 2 display, one for the UI and one for rendering with fullscreen NSOpenGLContext. I capture the second display with CGDisplayCapture, but this capture disable system key events just like command+tab. Is there a way to re-enable it or i just take a mistake? Thanks! ...

silverlight full screen

i use silverlight fullscreen changing normally when i click the fullsceen and exit fullscreen button But when i change it through code without clicking it do the exit but not the fullscreen, which means false is working true doesn't work. Any ideas ?? ...

How can i turn a image to a fullscreen preview in UIWebView

I'm using a UIWebView with text and picture in it.I want to do something like this: when I double tap the picture in the UIWebView, it will become a fullscreen preview model. Could anyone give me some advises or solutions ? Thx very much! ...

Android hidden title bar comes back

When my app starts, the title bar is hidden. However, if I leave the app and then return (minimize or phone goes to sleep), there is a blank bar inserted at the top. Is this an intentional feature? How can I prevent it? It seems that the bar goes away after I press the menu key. This is the relevant line in the manifest file: android:t...