Questions tagged as 'fullscreen'

1
answer

How to start the full screen window with tkinter?

from caixaimport import * # Variables # Tkinter Variables win_width, win_height = 1280, 1024 windows = Tk() # start a variable Tk windows.geometry(f'{win_width}x{win_height}') windows.title('SCH payment system') # putting a title in variabl...
asked by 06.03.2018 / 01:40
2
answers

How to block double click on a video?

I created a page with a video set to the resolution and layout that I want, but when I double-click it it goes into fullscreen mode, I would like to disable it. I used the script : <script> $(document).ready(function(){ $("*").dblclic...
asked by 13.11.2017 / 14:30
1
answer

Java - Full screen in 16Bit

How can I put a JFrame in full screen and change the screen resolution using: device.setDisplayMode(new DisplayMode(Width,Height,16,DisplayMode.REFRESH_RATE_UNKNOWN)); Should I use a new library? Thank you     
asked by 15.10.2017 / 05:26
1
answer

Handle PrintScreen in C #

At one time a guy here in the forum helped me put together a program to take a picture of a specific window that I had opened on my computer. I wanted help to know if I can in this photo instead of being the whole window, just be a part of the w...
asked by 01.07.2017 / 01:49
1
answer

How to remove white space that appears only when I close the window [closed]

I have the site divided by several sections in which the background is an image with parallax effect, in full screen the site appears me right, but if I reduce the window appears me a white strip at the bottom of the site, all other sections wor...
asked by 17.07.2015 / 13:47
1
answer

Full screen when loading page

How to give a Full Screen on a page as soon as the browser finishes loading it, but also works in Android OS browsers? I've already used the famous load to trigger the event after loading the window. $(window).load("on", function (){...
asked by 20.11.2014 / 00:58
1
answer

Place Scroll when in fullscreen

I'm creating a page and it goes fullscreen, but I have a problem when I enter fullscreen the rest of the content that is "below" is not shown, it only appears to the limit of the monitor. I'm trying to put a scroll bar with overflow , b...
asked by 24.07.2014 / 00:35