A fullscreen object occupies the entire screen.
0
votes
0answers
6 views
XNA fullscreen: differing behavior based on buffer width
I'm having difficulty understanding how viewports are affected by fullscreen mode in XNA. Everything works fine in windowed mode, but when I call graphics.ToggleFullScreen(), different stuff happens ...
1
vote
1answer
41 views
Full Screen bug with my C# application
I'm experiencing a bug with the full screen mode of my C# application. There is no problem when I click the full screen button to go in and out of full screen mode. Same when I use F11, but when I ...
0
votes
0answers
34 views
How to make HTML5 fullscreen mode in firefox like chrome?
On this site you can read: "[...] if you're trying to emulate WebKit's behavior on Gecko, you need to place the element you want to present inside another element, which you'll make fullscreen ...
0
votes
0answers
12 views
Full-Screen, Transparent App & Main Menu Interaction
I'm making an app that covers the screen, so I have a window covering the screen completely, with its level higher than the main menu.
So I draw over the main menu, but I want the main menu to be ...
0
votes
0answers
32 views
remove status bar of a matplotlib figure
I want to show my graph fullscreen.
import numpy as np
import matplotlib.pyplot as plt
plt.rcParams['toolbar'] = 'None'
fig = plt.figure(frameon=False)
plt.show()
Shortcut 'f' works fine and I ...
0
votes
3answers
36 views
F11 in kiosk mode in google chrome
is F11 key disabled in -kiosk mode in Google chrome? I am developing a web application, not chrome extension but my target browser is only Google Chrome. After developing 90% of the app, just now I ...
0
votes
1answer
31 views
Toggle Fullscreen action with Double Tap
Looking for a way to implement a "full-screen" action reversible with double tap but I did not succeed!
More in detail, there are 2 UIView :
- topViewContainer
- bottomViewContainer
When I ...
1
vote
1answer
45 views
HTML javascript fullscreen
I am having problems trying to add fullscreen functionality to an element in my app.
I basically do something like this:
var launchFullScreen = function (element) {
...
-1
votes
1answer
48 views
Fullscreen GUI that work on all OS [on hold]
I am very new in Java. I want to use a code for full screen form. I want that is working in all OS. I found a code that used AWT, but AWT does not work in Linux.
I need a code that doesn't use AWT.
0
votes
5answers
47 views
Listview take full screen In Android
I am new android development. Below i attach my layout file.
In my layout i have one ListView and one EditText with ImageButton. When i insert task in EditText and press the ImageButton that task ...
-1
votes
1answer
17 views
How can I make my whole site in fullscreen (API) mode, not just the opening page?
I'm building a site that consists only of static pages, no scrolling, and I want the whole site to be in fullscreen mode. I know it's not good manners on the internet to have a whole site in this mode ...
-7
votes
0answers
32 views
Can anyone help me to “merge” 2 webview source codes? [closed]
I have bought a nice webview template from CodeCranyon:
http://codecanyon.net/item/android-webview-with-progress-bar-and-admob-ads/2224740
By default it does not play html videos despite it is being ...
0
votes
0answers
26 views
C++ open jar executable while running a fullscreen application
So my problem is:
I have a C++ program with the code
system("C:/myexecutable.jar");
This code is called when I press my F8 key. So, I'm running a fullscreen game, and I press F8. My Jar executable ...
0
votes
1answer
34 views
Black space at the top of view after hiding UINavigationBar and UIStatusBar
I am trying to make a View (UIBubbleTable instance lying on the top of a View controller's view) fullscreen by hiding UINavigationBar and UIStatusBar. But for some reason black space remains at the ...
0
votes
0answers
18 views
Allegro fullscreen
I've made a game on Allegro 5 C++ with 900 x 600 window . Now I want to make my game fullscreen , but I don't want to shrink the 600 x 900 window to the whole monitor . I want to make a black ...