Skip to main content
1 vote
0 answers
56 views

I’m using jQuery Stellar to create a parallax hero at the top of the page. <!-- HERO --> <div class="site-blocks-cover" data-stellar-background-ratio="0.5"> &...
lordlaurent's user avatar
1 vote
2 answers
81 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("...
EndlessDev-BBQ's user avatar
0 votes
0 answers
88 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 = ...
antarey's user avatar
  • 37
0 votes
0 answers
75 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 ...
Valeria's user avatar
  • 1,297
1 vote
1 answer
281 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, ...
alex.bour's user avatar
  • 3,018
0 votes
1 answer
96 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 { ...
Bawenang Rukmoko Pardian Putra's user avatar
1 vote
0 answers
49 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 ...
Corre Jaimee Alice's user avatar
0 votes
0 answers
59 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) {...
Charles's user avatar
0 votes
0 answers
132 views

I am developing an iOS app using React Native with Expo, and the app is primarily designed for iPhone and iPad. However, when running the app on macOS with an M chip, users can resize the window, ...
BR19_so's user avatar
  • 71
0 votes
0 answers
99 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 ...
chalrac's user avatar
0 votes
0 answers
79 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 ...
luknij's user avatar
  • 313
1 vote
3 answers
1k 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 ...
Martin's user avatar
  • 66
0 votes
1 answer
723 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 ...
Matheus290's user avatar
0 votes
1 answer
222 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 ...
aekarahan's user avatar
0 votes
1 answer
212 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 ...
WeCanDoItGuys's user avatar

15 30 50 per page
1
2 3 4 5
54