Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
61 views

How to make it possible to place the buttons slightly below and to the right of a regular window without using (toolbar, navigationSpitView, etc) like in the Chrome or FireFox browsers the image ...
Evgeniy Petrukovich's user avatar
3 votes
1 answer
76 views

I am opening a window popup for login and once login is completed I am closing the popup window. after closing. I want to know what is the exact method to capture the closing the popup window , (...
deep5459's user avatar
0 votes
0 answers
67 views

I have a SwiftUI app targeting Mac-only (macOS 15 or higher). I provide a toggle to allow users to launch the app at login (using SMAppService.mainApp.register()). I can get the app to launch (it ...
Martin's user avatar
  • 1,662
2 votes
0 answers
132 views

Im using SFML 3.0 and want to draw a window and whenever i click my left mouse button inside the window i want to draw sand for example, so a yellow pixel should appear but it doesnt work, no color ...
Felix Allerborn's user avatar
-2 votes
1 answer
141 views

I have been trying out the tkinter library for python and have been noticing a strange pattern of behavior that I encounter but the behavior doesnt occur with the tutorial videos. I have tried: from ...
jacob 6823's user avatar
1 vote
2 answers
84 views

I am trying to create a script to run in powershell that accomplishes the following steps for a game server that I am hosting: save the world data (this must be done in the server console) shutdown ...
user31119702's user avatar
1 vote
2 answers
85 views

In a WPF application I am attempting to create a secondary logging window that starts up and catches events through an Observable Collection, once an operation initiates. However. I have run into 2 ...
Vlad SD's user avatar
  • 289
0 votes
1 answer
76 views

How do I switch the keyboard focus between two windows in WPF by only using a keyboard? Well. You just use ALT+TAB to select the window and another TAB to jump to the next focusable element. It's that ...
boop's user avatar
  • 7,922
1 vote
1 answer
65 views

I'm writing an Xt/Xm application and trying to emulate the effect of the Win32 ClipCursor on a widget. However, the following fails to constrain the pointer to the specified widget area in confine_to ...
Emily-TTG's user avatar
  • 506
0 votes
0 answers
15 views

I have a worker thread file worker.js which is used when setting up the worker: myWorker = new Worker("worker.js"); The file has at the top: importScripts("general.js"); where ...
Rewind's user avatar
  • 2,854
-1 votes
3 answers
100 views

I’m working on a Java Swing application and would like to place a button so that it is horizontally centered and vertically positioned near the bottom of the window — similar to how a typical “Submit” ...
jamesdiaz's user avatar
  • 137
0 votes
0 answers
20 views

I'm developing a menu bar app and this is my code: @main struct MyApp: App { var body: some Scene { Settings { SettingsView() } ...
Andrea Mario Lufino's user avatar
1 vote
1 answer
128 views

I am trying to compile a C++ program using OpenTelemetry with g++ on Windows, but I am encountering undefined reference errors during the linking stage. Goal: To compile and run a simple C++ program ...
Meena R's user avatar
  • 11
0 votes
1 answer
120 views

Previously, when compiling on DataStage, a small window would appear throughout the compilation and provide failure reasons, etc... Pretty standard stuff. Recently I've noticed that window doesn't ...
Jack erino's user avatar
1 vote
1 answer
87 views

I am looking for replacing the default icone from the matplotlib and tkinter window by using a specific image I load (.gif image). It works on the main window (the plt.show() matplotlib window), but ...
Bast38's user avatar
  • 105
1 vote
0 answers
80 views

I want to make a transparent window with JavaFX. I don't want the elements on top of it to be transparent. However, as soon as you put stage.initStyle(StageStyle.TRANSPARENT); into the code, all ...
사유리치's user avatar
-1 votes
1 answer
82 views

I have searched, but this specific case is not coherently documented that I can find. I just want to spin up a new windows instance in EC2 and copy a file to it. This seems it should be trivial and ...
Daniel Williams's user avatar
1 vote
0 answers
121 views

I'm working on automating Windows Update management using a PowerShell script. The script resumes updates by modifying the registry and restarting the relevant services (wuauserv and UsoSvc), and it ...
214 7B11's user avatar
1 vote
0 answers
40 views

All other windows focus properly just the only one left does not, when you close the second to last. Please help, here is my function. Let me know if more info is needed as well. void remove_client(...
Philip Simonson's user avatar
0 votes
0 answers
47 views

Our company is using program called visualizer. It doesn't work at some computer and It seems It can't get the dll files. Below is log which I extract with Windbg ************* Preparing the ...
jw k's user avatar
  • 1
5 votes
3 answers
455 views

Problem I’ve recently started learning Win32 programming with OpenGL and was experimenting with creating a basic window and testing various functions provided. However, I noticed that when I close ...
Halleys's user avatar
  • 61
-2 votes
1 answer
130 views

---------Updated--------- I am trying to create a Window class, which can take care of creating a window with basic functionalities such as toggling full screen and binding ESC to close the window and ...
Zoro's user avatar
  • 41
-1 votes
2 answers
151 views

I want to switch the source of a video depending on screen size. So that it is loading a small and a large video. I hope, that my site perform/loads faster. At the moment it is working with jQuery, ...
Malte K's user avatar
  • 23
0 votes
1 answer
66 views

I have a Windows application for which I want to save the window coordinates whenever the user resizes or moves it, except when those events are due to the window being minimized (the coordinates don'...
ExecutionSommaire's user avatar
7 votes
0 answers
1k views

In my Android app, I am currently using the following deprecated APIs for edge-to-edge and system UI customizations: android.view.Window.setDecorFitsSystemWindows android.view.Window.setStatusBarColor ...
Sanjay Bhalani's user avatar

1
2 3 4 5
191