fullscreen

WIndows Mobile full screen problem

I have a windows mobile professional 6.1 application and I want it to be full screen in all pages so I put the code below into my every pages constructor; this.WindowState = FormWindowState.Maximized; this works OK but "sometimes" for example when I use MessageBox.Show("alert"); or when I try to connect internet within applicatio...

How to get viewport/full screen meta tags in an iframe page effecting the wrapping HTML?

(The title may not be proper but I try my best to phrase it) Description: I forward a domain(a.com) to another domain(b.com/a) in my domain registrar. To make sure that the user see a.com on the browser URL bar, I enable domain masking for it. However, I discover that the domain masking in fact using an iframe trick to include b.com/a ...

toggling fullscreen mode with javascript with firefox add-on

The firefox add-on I am working on is best viewed in fullscreen mode. (I am not creating a new window, but I insert a transparent div on the body of the current page and display some pictures.) Is there a way to toggle the fullscreen mode or f11 key with javascript? Thanks in advance, ...

Open SmoothStreamingMediaElement fullscreen

i wanna open a SmoothStreamingMediaElement in fullscreen and can't use the video brush as it takes mediaelement UI type so i tried to remove the element from it's grid to new grid but in that case it reload and replay the movie is there anyway to move the control without removing and adding or there are other options to open it in fulls...

Function for F11 fullscreen using jQuery

Howdy, Is it possible to dispaly a web page fullscreen as if you had pressed f11? In chrome this gets rid of tool bars and everything. I'm using jQuery but I haven't been able to find info iff this is even possible. Thanks for any help. ...

Can you switch off XSS protection in IE7 so that an Intranet application can know the content of offsite IFRAMEs?

Hi Guys TL;DR: Can I switch off XSS protection in Internet Explorer in a controlled environment so I can manipulate the DOM inside IFRAMES? I am creating a kiosk for our public computers in our reception area which allows our users to browse our website as well as a few other local government related sites (ones that help with plan...

Proportional Transformation

I have a form where user can add and position charts and controls for a presentation like app. User can then change it to FullScreen mode, How do I change the size and position of controls to keep a relative position and size? ...

how to determin if the current browser is in fullscreen mode in opera mobile

How in Javascript can we tell if the current browser is in fullscreen mode? is there an exact ratio of width/height i can depend on to measure this? Im hoping to have that info for Opera Mobile since it acts odd when it goes in full screen, it doesnt auto hide the small buttons at the bottom which means part of my bottom navigation is hi...

nokia j2me fullscreen width, height problem

I'm creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn't set it to full screen. How can I get the size of the full screen in nokia phones or other ones that have the same problem? ...

How to display values in fullscreen with java

I want to start out by saying I am less than an amateur at java. I really want a full screen feature for my car so I don't have to buy extra gauges when I already plunked down a ton of money for stand alone engine management. The programmers of this program aren't really interested in researching how to make the values full screen, but i...

Android fullscreen status bar flickers

My app runs in fullscreen fine, but when a alert dialog pops up the status bar flickers from under the fullscreen. Also when I try typing in the dialog popup it also makes the status bar flicker. The funny thing is it worked before, but I must have changed something and I don't remember what. To get fullscreen I am using this in the ma...

QT3 fullscreen command

Is there a command for true fullscreen support on qt3? THX! ...

Flash Projector fullscreen on video

I'm setting a fullscreen in a Projector flash using: stage.displayState = StageDisplayState.FULL_SCREEN; Next I load a video (flv with a swf player) and I add in a "container" movieclip called "windowSmall" using: loader = new Loader(); loader.load(new URLRequest(path_to_swf)); windowSmall.addChild(gallery); After I add the video t...

npapi full screen

I have a npapi plugin working on WebKit. How do I get it to work fullscreen? Is setting the screen browsers or plugins job? ...

How show a message over a fullscreen?

Hi guys, Well.. I want to do a thing, but I don't know how searching informations to do that. How can I send a message over the game's screen? For example: Just writing "Hello World" on a game running in fullscreen. I know C and C#, I'd like some tips how to do that. What a need to study etc. Thanks, I wait a response :) ...

CSS Layout with full size left navbar and header

Hi, I would like to have the following layout +++++++++++++++++++++++ +Header + +++++++++++++++++++++++ +Nav+ + + + + + + + + + Content + + + + +++++++++++++++++++++++ so basically a two column layout with a header. I've checked many CSS la...

Open MediaElement in FullScreen

There is a MediaElement in my silverLight4 Application that plays videos. There are also other controls in the form (listbox, buttons etc...). When vieweing a Video, i want the option to switch to Fullscreen, but only the video and not all the form (something like youtube), is there a way to switch just the 'MediaElement' control to full...

Hide menubar and dock after fullscreen video in WebView

I have a cocoa application which is a fullscreen webbrowser using WebView. Initially the menubar and dock are hidden, and cannot be accessed, which is how I want it, but after a fullscreen window such as a video is displayed, the menubar and dock reappear and stay there. Any idea how to prevent them from reappearing? ...

QGlWidget fullscreen no menu

I have an app that is a single QGlwidget with a right-click QMenu created when needed. The data is drawn in an overridden paintEvent() But in fullscreen mode the menu isn't displayed. Am I better having a QGraphicsScene as the parent window and a QGlWidget as the sole child? ...

Detect if user has any application running in fullscreen

I did a notifier app in C# that sits on the taskbar and display a balloon when i get something from it, similar to Google Talk when you receive a new email but at the momment it ignores if i am running an application on fullscreen or not and just do it is job. How can i detect and make sure an application is in fullscreen mode ? I dont ...