9,517 questions
0
votes
0
answers
24
views
VTK rendering window doesn't display
I have recently tried installing VTK 9.5 on Ubuntu 24.04 from source (latest .tar.gz release) but when I compile a really simple example code the window doesn't show up. I would like my vtk ...
Advice
0
votes
2
replies
116
views
Analysis of a tapering function
On Window function - Wikipedia tapering functions are plotted using two different styles. One shows curve (samples) and the other Fourier transform (bins).
I've prepared two tapering functions based ...
-4
votes
1
answer
78
views
How to move window control buttons (traffic light) in macOS SwiftUI [closed]
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 ...
Advice
0
votes
2
replies
64
views
How do I upgrade the cygwin package
I have cygwin 3-0-0 version and wish to keep all packages under the cygwin and only upgrade 3 packages, but i am confused on what to select. I need to upgrade them for CVE fix( xz utils and gawk)
I ...
3
votes
1
answer
79
views
window .postMessage is not returning when popup window is closed,
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 , (...
0
votes
1
answer
60
views
In subclassing an edit box using SetWindowLongPtrA() to pass a function address, I get an "incompatable type" error
I'm trying to subclass an edit box in a dialog in VS C++ 2022. I want to intercept any key presses in a particular edit box to do further processing.
Here's my code. The 4th line confuses me because I ...
0
votes
0
answers
68
views
How do you trigger a window to be shown on mac when launching an app at login?
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 ...
0
votes
0
answers
53
views
How to rename and keep the window name fixed without updating when refreshing webpage? (Like Name window function in Chrome and Edge Browser)
My current code opens the desired URL and rename the window to the string I prefer, but just update the page that is open to the browser and with that my personalized name is lost and the web page ...
2
votes
0
answers
135
views
Why isnt the Pixel turning yellow
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 ...
1
vote
0
answers
63
views
How can I make my Window resizable when the .plain style is used in MacOS 15+?
@main
struct ResizableWindowApp: App {
var body: some Scene {
WindowGroup(for: String.self) { id in
ContentView()
.ignoresSafeArea()
.frame(...
-2
votes
1
answer
151
views
When i work with tkinter no window pops up and my command line terminal acts as if a program is running. Not even CTRL + c kills it
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 ...
2
votes
0
answers
78
views
WinSW: Service crashes with unhandled IOException when stdout/stderr log files are locked
I'm facing a problem with a client-server application running as a Windows service using WinSW (Windows Service Wrapper).
The service is restarting repeatedly due to this unhandled exception:
The ...
1
vote
2
answers
85
views
Automated backup script unable to find the required window despite successful Get-Process
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 ...
0
votes
0
answers
38
views
How to enable back windows animations if I disabled the default windows frame with the respective flag?
I disabled the window frame and made my own window frame, but it also removed all window animations when maximizing/minimizing or closing etc. How to enable them back without enabling the default ...
1
vote
2
answers
87
views
Opening a new window for logging, and keeping it open for rest of process
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 ...
0
votes
2
answers
78
views
Git commands not working on window powershell terminal commands like -l, -a showing error in the terminal as well as in vs code
The commands -l and -a are not working in my terminal (window PowerShell)
I tried using ls -a which didn't work then I tried ls --force but didn't get the correct answer that I needed which shows the ...
0
votes
1
answer
76
views
How do I switch Keyboard Focus between the Main- and a ChildWindow?
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 ...
-2
votes
1
answer
209
views
Git stash is very slow
This question is not a duplicate of this previous similar question --> The issue mentioned in this question was related to the use a script instead of builtin function for stash. This is not an ...
1
vote
1
answer
72
views
XtGrabPointer does not confine to widget window area
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
...
0
votes
0
answers
34
views
ActiveWin Only Counting VScode Tabs
I have created a code to track active time spent on websites and export it to a csv file called website_time_tracking.csv. When I ran it, it only gave the result of only tracking the amount of time ...
0
votes
0
answers
15
views
How to Handle Worker Thread File with an importScripts file with a Reference to window? [duplicate]
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 ...
0
votes
0
answers
25
views
Is it possible to make "flex-direction: row;" take up the full vertical space available in the window below it? [duplicate]
I have a parent div with 3 children in my .html sheet, and a .css sheet that mirrors this.
I set the parent div to display the children as a row with flex (which i wanted), but i also want the height ...
-1
votes
3
answers
107
views
Swing: How to center a button near the bottom of a JFrame without using setBounds()?
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” ...
0
votes
0
answers
18
views
Accessing A flask app running inside a docker container in a windows host
I am trying to access app running inside the docker container but it always displays this site cant be reached.
the same settings for the flask app and the docker container in a linux host works just ...
0
votes
0
answers
20
views
Open MenuBarExtra window with global keyboard shortcut [duplicate]
I'm developing a menu bar app and this is my code:
@main
struct MyApp: App {
var body: some Scene {
Settings {
SettingsView()
}
...
1
vote
1
answer
284
views
Unable to resize sheet on macOS 15 with SwiftUI
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, ...
1
vote
1
answer
134
views
Undefined reference errors while compiling C++ code with OpenTelemetry using g++ on Windows
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 ...
1
vote
0
answers
220
views
Is it possible to embed ffplay?
ffmpeg's viewer, ffplay, has a lot of great options for optimizing viewing experience. I've been able to get it to nicely display an RTSP stream at low latency. However, it's been difficult to include ...
0
votes
1
answer
132
views
No window when compiling on DataStage
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 ...
0
votes
0
answers
106
views
In C# is there a behavior that acts similar to the Restart Manager from the Win API?
I am attempting to use the RestartManager to address if files are open in a directory prior to deleting said directory, I found a post from Raymond Chen discussing the RestartManager.h within the Win ...
1
vote
1
answer
95
views
matplotlib and tkinter window : change the icone in all windows
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 ...
1
vote
0
answers
55
views
SwiftUI Reactivate scene after window close on MacOS
I have a MacOS application I'm trying to migrate to the SwiftUI scene instead of doing the Windows management by myself. I connect my scene with a AppDelegate.
import Foundation
import SwiftUI
@main
...
1
vote
0
answers
84
views
I want to create a transparent window through JavaFX and make it only show images, but it doesn't work
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 ...
0
votes
0
answers
42
views
Are there any circumstances where an inactive window can be resized in MacOS?
I have an MTKView that is set to be paused whenever the application/window is not focused:
class AppDelegate: NSObject, NSApplicationDelegate {
private let mtkView: MTKView
// ...
func ...
-1
votes
1
answer
83
views
How to copy a file to a new AWS EC2 Windows instance in Terraform
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 ...
1
vote
2
answers
1k
views
How can I make VS Code have the Minimize, Maximize, and Close window buttons on left hand side on Linux?
I'm on Linux Mint Cinnamon and VS Code moved the window action buttons to the right with the last update, and now have included an action bar which has the File menu and a bunch of other widgets. This ...
1
vote
0
answers
129
views
Windows Update UI shows 'Updates Paused' despite updates being resumed via PowerShell script
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 ...
1
vote
0
answers
50
views
Hide keyboard on Flutter Window
I am using a TextField, but when opening the on-screen keyboard on a touch-screen device running Windows, I encounter an issue where the keyboard does not automatically hide and remains visible.
I ...
1
vote
0
answers
44
views
When it get to the second to last window after closing said window the last window in the linked list doesn't become the focused client
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(...
0
votes
0
answers
45
views
W7. Python has stopped working When running bots on discord
The problem happened right after I executed the command on the discord server.
This problem has happened many times on my win7 despite trying and fixing it in many ways such as upgrading pip, checking ...
0
votes
0
answers
48
views
Appcrash error in window 10 for some computer
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 ...
5
votes
1
answer
264
views
Raise a window using tkinter on kde?
With tkinter on Python you can use the following trick to raise a window
root.lift()
root.attributes('-topmost',True)
root.after_idle(root.attributes,'-topmost',False)
However, on kde plasma it ...
5
votes
3
answers
465
views
Win32: Application process remains in Task Manager after closing the window
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 ...
0
votes
0
answers
182
views
How do I get an overlay added behind the kendo-window that will disable the background functions like dialogs do?
I am using Kendo UI Window instead of dialog so that user can see the data behind the window but I want to disable the click events behind the window.
I have tried to set the htmlAttributes: {'modal': ...
-2
votes
1
answer
136
views
Unable to handle toggle Full Screen in OpenGL via a Window class
---------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 ...
0
votes
1
answer
77
views
win32gui not setting foreground window
I have a project involving screenshotting another program, then opening that data in VSCode, so I need to switch windows back and forth. switching to the other program works, taking the screenshot ...
-1
votes
2
answers
154
views
Change video source on screen size
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, ...
0
votes
1
answer
102
views
Is it possible to disable roll-in / roll-out completely in xfce4? [closed]
I don't like the roll-in/roll-out function in xfce4 at all. In the rolled-in state, the title bar can appear on top of the title bar of a completely different window. Then you see something completely ...
0
votes
1
answer
69
views
Minimization and saving coordinates, issues with WM_MOVE and WM_SIZE
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'...
2
votes
1
answer
123
views
Context sharing between 2 windows in SFML
When creating 2 windows using sfml, I found out that only either of the window shows the triangle depending on window.setActive() function called in the code below. One of the window is completely a ...