Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
3 answers
266 views

When I start PowerShell.exe directly in Windows 11, it looks like it's using Windows Terminal. But the parent process is actually explorer.exe. The normal ways of resizing a PowerShell window don't ...
Score of 1
0 answers
70 views

I’m using jQuery Stellar to create a parallax hero at the top of the page. // parallax initialisation $(window).stellar({ responsive: true, parallaxBackgrounds: true, parallaxElements: true, ...
Score of 1
2 answers
97 views

I'm developing a function that adjusts the display content along with the window resize. I have the following code to add window resize listener mounted() { ... window.addEventListener("...
Score of 0
0 answers
113 views

My task is to implement a standard mechanism for resizing a form. I have the main form TForm frmMain. frmMain->Transperent = true. On the form is placed the TPanel PanelRoot PanelRoot->Align = ...
Score of 0
0 answers
117 views

I have a specific situation where I do not understand how QT works and what is specifically wrong here. Below I describe two observable issues but I suppose that they follow from same underlying ...
Score of 1
1 answer
542 views

In my macOS app, I can extend the main window of the app like that: Window("SingleWindow", id: "single") { RootMacView() .frame(minWidth: 1000, maxWidth: .infinity, ...
Score of 0
1 answer
135 views

I'm trying to show a PDF in my page by using "react-pdf". I am now struggling with making it responsive. I am now using this custom hook to get the size of the contentRect: import { ...
Score of 1
0 answers
70 views

i want the window dynamically resizable and the GUI reactive to its resizable window without changing the original alignment and functions of each buttons and without changing the original logic of ...
Score of 0
0 answers
77 views

When I am using multiple CSS classes on JS, window.onresize isn't working for me. Tried different solutions on the web to solve but none worked for me. My codes: JS: window.onresize = function(event) {...
Score of 0
0 answers
105 views

I am working on a developing a demo displaying a html document and some other things. For this I need to place a window displaying an html document in the top right corner of my screen taking up a ...
Score of 0
0 answers
95 views

What am I doing wrong? When menu opened in mobile version (< 768 px), first click should open the submenu and second click should get the parent URL (it works). After increasing the window width to ...
Score of 1
3 answers
1247 views

I'm creating an Angular responsive app where I have more than 10 breakpoints in which I have to group the elements in different containers. Having this in mind I believe that I can't get advantage of ...
Score of 0
1 answer
869 views

I'm making software for Windows using Flutter. I've already done everything, I'm in the final step where I need to take a screenshot of the content of a SizedBox of size 5000x5000 and transform it ...
Score of 0
1 answer
238 views

Kivy users, Kivy lovers, It's worth noting that a similar problem was reported in Kivy version 1.9.1, but it was supposedly resolved with an update. However, with the current version (2.3.0), the ...
Score of 0
1 answer
276 views

I'd like to scale my sprites when the window gets larger or smaller, I'm not sure which event to watch for in my game loop. According to the pygame docs: VIDEORESIZE: Description: sent when the user ...

15 30 50 per page
1
2 3 4 5
53