Skip to main content
2 votes
1 answer
48 views

I have this js, but it works only with browser refresh. let vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) if(vw < 801){ as = document.getElementById('as'); ...
wmarx's user avatar
  • 45
0 votes
1 answer
67 views

I'm facing an issue with Flutter UI. I am using resizeToAvoidBottomInset to resize my UI when the keyboard show, the only problem is that when the keyboard retract the UI lagged. this is the image ...
Mohammed Al-Dhahri's user avatar
0 votes
1 answer
56 views

Steps to reproduce Create a Flutter project and replace the content of main.dart with the sample code provided above. Run the app on a physical or virtual device. Tap on the TextField at the bottom ...
Gowtham's user avatar
  • 51
0 votes
2 answers
63 views

The snippet below has an iframe with fixed-resolution content inside. The parent div may change size and I need this iframe and its contents to change size along with it. <div id="outer"&...
SP4CEBAR's user avatar
0 votes
0 answers
35 views

Using Intercom for a business help center. Is there a way to resize the actual message/chat window to fit the dimensions of our website? Specifically width and height to 300 x 650. Currently intercom'...
Aslima's user avatar
  • 1
0 votes
0 answers
94 views

I have a WINAPI application and I want the user to be able to resize the window with the Right Mouse Button. Calling SendMessage(hwnd, WM_SYSCOMMAND, SC_SIZE + WMSZ_BOTTOMRIGHT, 0); in a ...
Avtem's user avatar
  • 105
2 votes
2 answers
140 views

Is there a way to prevent the dialog from moving out of the screen/window when it is resized? I have set minimum and maximum height and width for the Mat dialog, but when I drag the dialog toward the ...
HCN's user avatar
  • 21
1 vote
0 answers
48 views

I have a child component named CommentTextArea that is a mainly a text input component with a relative positioned div and a textarea element inside it (which occupies the div's space completely via ...
oomer's user avatar
  • 179
0 votes
1 answer
344 views

Hi I am very new to Godot Game Engine, I am trying to make a game for mobile phone in portrait mode, the display window size I set is 1080 by 1920, now I try to run the project in my computer only ...
Surya Neupane's user avatar
-1 votes
1 answer
64 views

I am doing a painting app. I want to have an eraser as a cursor when I am erasing. I can set the picture for it, but the picture is formatted to 32x32 px. But I want it smaller. Does anyone know about ...
user30364614's user avatar
1 vote
1 answer
63 views

When inserting the first 8 pairs of keys and values it works perfectly fine and the order is maintained, the problem comes after the resizing. If I insert the pairs (4,4),(5,5),(6,6),(7,7),(1,1),(2,2),...
GoldenPlus 89's user avatar
0 votes
1 answer
64 views

I am having a situation where I can only log window.innerWidth as the window size width changes inside the scope of the written function from where it is returned, but returning the value and logging ...
Matthew Abebe's user avatar
-4 votes
2 answers
143 views

In visual studio the live preview shows me that the window is bigger than whats rendering. The only solution i've found is to approximate how much the render is off by and increase the window size by ...
AudibleDruid's user avatar
-1 votes
4 answers
107 views

Either I did misread some of the documentation or I still do not quite understand some concepts of Tkinter. If I add widgets (e.g. Labels) to a frame using grid() the frame gets resized to fit them. (...
R4PH43L's user avatar
  • 2,210
0 votes
1 answer
65 views

I want to create a sudoku solver using python. For this, I want to read the sudoku board from an image using an OCR. I think the best way is to split a perfectly square image of a sudoku board into 81 ...
Ernest Vandenbulcke's user avatar

15 30 50 per page
1
2 3 4 5
615