window-resize Questions
6
Solved
I have a NSViewController named Hardness, and I need not to let user resize it. Of course, I can just resize it back every time the users tries, but is there any way just not to let user open a win...
Frisby asked 30/3, 2015 at 5:15
4
Solved
For starters... I have no sinister intention of subjecting users to popups or anything like that. I simply want to prevent a user from resizing the browser window of a webpage to which they've alre...
Rhythmandblues asked 16/5, 2012 at 1:31
8
Solved
THE PROBLEM: When I grab the resize border of my Windows app, especially the top or left borders, and resize the window, the contents of the window do resize "live" as I drag, but they re...
Felker asked 26/10, 2018 at 1:40
4
Whenever I resize a GLFW window it doesn't draw while I'm resizing the window. The newly exposed part of the window only gets drawn on after I finish resizing the window. You can see it for yoursel...
Haematozoon asked 25/8, 2017 at 11:21
3
I am writing a small program, which the intention to run a resize method, when the window size is changed. for this reason, I used toplevel.bind("<Configure>", self.resize). While this does w...
Expertise asked 10/5, 2020 at 12:53
4
Solved
A JavaScript question.
Does anyone know why that in some browsers window.onresize gets called when the page is loading?
Can this be avoided?
I found the problem in IE, Firefox 27 for Android mob...
Polyhydric asked 17/2, 2014 at 15:18
3
Solved
Is there a way to change the pageLength setting of the dataTable on runtime within the "window.resize" event of jQuery?
These are the dataTable settings I'm using
$('#dataTable').DataTable({
pag...
Enloe asked 17/7, 2015 at 17:56
5
Solved
I need to resize the browser as 300x400 during executing the Selenium automated tests. How can I resize the browser window in Selenium WebDriver (aka, Selenium 2) with Java?
[Note: It needs to res...
Everlasting asked 21/5, 2013 at 7:28
5
Solved
How can I call for this(or any) JS function to be run again whenever the Browser window is resized?
<script type="text/javascript">
function setEqualHeight(e) {
var t = 0;
e.each(function...
Cindiecindra asked 4/3, 2013 at 15:57
9
Solved
If anyone can help, I have a custom hook that uses ResizeObserver to change the width of a component. My problem is that when I go to run my units test it breaks all my tests and looking at the sna...
Chicanery asked 27/10, 2020 at 15:48
5
Solved
I am currently working on a ScreenView with features like draggable and resizable views with corners and sides like in the image above. The problem I have now is that I want to resize the view by...
Earthlight asked 30/3, 2020 at 5:6
8
Solved
For whatever reason the following:
$(function() {
$(window).resize(function() {
alert("resized!");
});
});
only fires an event when the page is loaded. Resizing the browser window does nothin...
Knisley asked 15/4, 2011 at 23:39
2
Solved
I am making a Chrome extension and I need to increase the max width size of the frame window (popup).
If I increase the width of popup.html, then the inner width is increased. I need to increase t...
Relevant asked 12/1, 2011 at 6:43
2
Solved
When a download event is triggerd, a download bar will appear at the bottom of Chrome browser, which will trigger a window.resize event.
Similarly, if we close the download bar, it also triggers a ...
Soundless asked 15/7, 2020 at 9:12
3
Solved
I have a webpage with a fluid layout with a 100% width.
When I resize browser window the elements in the page overlap.
I would create an effect similar to this website http://bologna.bakeca.it/ t...
Goatee asked 27/9, 2010 at 9:21
3
I have a legacy webapp which has super complicated resize event bound. It supports desktop-like windows within the page (I know...) and they all scale on resize.
This actually performs fine except ...
Franz asked 8/5, 2021 at 2:3
2
Solved
I'm a bit surprised that in order to listen to changes on elements dimensions (not window Object) we have to use a new interface called ResizeObserver. While it seems to do the job pretty well; it ...
Electrodynamometer asked 4/1, 2018 at 2:43
12
Solved
How can I hook into a browser window resize event?
There's a jQuery way of listening for resize events but I would prefer not to bring it into my project for just this one requirement.
Metaphor asked 13/3, 2009 at 8:50
2
I am attempting to test a function (with Karma) that is triggered by a window resize event. Everything works normally in the real world, but when I try to manually trigger the event in the test the...
Affiliate asked 15/11, 2016 at 18:43
2
Solved
If you drag the top or left border of a window semi-quickly, you should notice that the opposite edge of the window vibrates -- it gets dragged, but then re-adjusts to increase the size.
The probl...
Fellmonger asked 5/7, 2012 at 22:37
2
Solved
How can I set a minimum size to my window ? I try to set the minHeight minWidth value but I can still resize the Window under this values with the mouse.
Here is my FXML root pane:
<BorderPane...
Followup asked 2/5, 2016 at 11:42
4
Solved
I'm attempting to make border-less forms that pop out of a tool bar. I want the user to be able to grab at the bottom-right corner (a "resize handle") and be able to resize the form, but not be abl...
Orji asked 19/7, 2013 at 14:20
3
Solved
I have a QtQuick2.0/QtQuick2.1 application with following default codes on main.cpp:
int main(int argc, char *argv[])
{
QGuiApplication app(argc, argv);
QtQuick2ApplicationViewer viewer;
viewe...
Manhandle asked 10/9, 2013 at 12:6
3
Solved
I am designing my own custom window in WPF and I have been trying to implement the resizing functionality I have used previously in WinForms. For some reason the return value of my WndProc isn't gi...
Copolymerize asked 15/7, 2013 at 0:57
4
Solved
After extending the JavaScript panel all the way to the right and resizing my browser window, I am now unable to see the results/HTML panels and am unable to drag the bar back into position.
I can...
Phiz asked 1/7, 2014 at 20:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.