Apple says, the code
<meta name="apple-mobile-web-app-capable" content="yes">
is supposed to make the the web app full screen from iPhone OS 2.1 and later. (Source: http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW3 )
But it does...
Hello,
I need in full screen window functional in my gtk+ application. I try to use gtk_window_fullscreen(GtkWindow* Window):
I have function:
static void
full_screen(MainWin *mw)
{
gtk_window_fullscreen((GtkWindow*)mw);
}
When i try to call this function i see error:
Gtk-CRITICAL **: gtk_window_fullscreen: assertion `GTK_IS_...
My app correctly runs in full screen when it's started. However after minimizing and then returning to the app, the status bar pops up and pushes my views down a little. How can I keep the status bar from moving my views?
Here is my layout:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/a...
As the title suggests, I am trying to get the built-in Windows IMEs to render into a full screen OpenGL window.
It seems that whether or not I actually change the display mode and just use a pop-up that fills the screen, I still get a prolonged black screen (for about 1 second) every time the IME GUI begins and ends its rendering.
Oddl...
Hi, FlashGurus,
I am having trouble to fulfill one of the goals my supervisor gave me. We now have a flash application written in AS2, and now they want it to be able to play the inserted movies(.flv) in full screen mode and be able to exit. I know there's a built-in flvplayback in AS3 that already supports this function, but not in AS2...
How can I simulate F11 (fullscreen not maximaze browser window) as with flash:
http://www.broculos.net/files/articles/FullscreenFlash/flashFullscreen.html ?
in flash: fscommand("fullscreen", true )
permadi.com/tutorial/flash9FullScreen/index.html
Thanks
...
I heard that the flash action script 3 is disabled the keyboard interaction on full screen mode. How can I enable.
...
Hi,
What I want is to run my application in fullscreen mode, but without Windows window, title bar or anything else - just the content that I have created. I tried
stage.displayState = StageDisplayState.FULL_SCREEN;
which works, but I can't get rid of the window and the title bar.
Help?
...
i have a asp.net and c#.net web application ,and when i run the application in a big screen monitor it fits to the browser screen and there is no scroll bars,
but when the application is opened in the small screen monitor it produces the display with scroll bars,
i want to make it to fit the browser screen with no scroll bars
...
I have a hidden process that waits for non-standard hardware button messages and runs an application (with CreateProcess). No problem with the user disturbing, it's an action that the user approved himself. Everything is fine when it's usual layout with taskbar shown and multiply captioned and non captioned- windows. But the situation is...
I'm trying to write a full screen application for Windows CE 5.0. I'm using CEGCC under Linux to compile my application, so I'm restricted to Windows API - i.e. no fancy GUI designer stuff, no Visual Studio, no MFC, no .NET.
So far, I tried Microsoft's example using SHFullScreen, but no luck. I do not want to hide the taskbar globally (...
I have a fullscreen application wrtten in C++ and would like to open a dialog window so the user can select a file to be opened without the app breaking out of fullscreen mode.
On Windows, to run in fullscreen mode, I call ChangeDisplaySettings(&settings, CDS_FULLSCREEN). (Technically, I am using SDL, but this is the call it uses.)
To ...
Recently I developed a program that should run a process and make it foreground. Everything was ok except for one case: when there's a full-screen application active currently, the one that due to non-captioned styles and screen dimensions hides tasbar and fills all the area of the screen. In this case in Windows 7 the running applicatio...
I've been getting weird results with ChangeDisplaySettings and my Intel Graphics card. I find that when I try to go fullscreen, it won't do it in the same way as other programs.
My Intel control panel lets me handle different resolutions in 3 ways: Stretching the image, using the original resolution but centering the image, or Maintain...
At the moment I'm using Selenium-Flex to write functional tests for a video playback app.
At the moment, I need to test that the app behaves appropriately when switched to fullscreen mode - make sure that the control bar is in a reasonable spot, the video resizes appropriately, etc., and of course to do that I need an automated way to m...
If I click to make my Silverlight object fullscreen in Firefox 3.6 it works successfully, but then if I select a different window (I'm running two monitors so can do this) then a new window appears in my Windows taskbar titled 'Microsoft Silverlight' which is where my fullscreen Silverlight application now lives. So it's moved out of Fir...
Hello,
I'm working on a Iphone web page that would be good to have in fullscreen. The only means I found for this were setting the meta tags:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Anyway this works only f...
By default it gives a 320x426 (instead of 480) camera image.
Any suggestions? Anybody solved (rescaling is not a really good option)?
...
I'm using opengl es 2.0 on android 2.2. My problem here isn't with the canvas, or creating a fullscreen android view, that I already have figured out.
I'm wondering how you would set the coordinates of a GL_QUAD, or 2 GL_TRIANGLES to perfectly cover the entire screen, for use as a texturing surface for a 2D game, for example.
I current...
Hi, I'm trying to use a flash background for one of my projects right now.
It works pretty well on Windows (FF, ie7, ie8, Chrome, Safari). On my friend's Mac, it displays correctly, but the right-click behavior is acting up. On Firefox, right-clicking doesn't do anything. On Safari, right-clicking always displays the Flash's contextual ...