Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

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 ...
Alfred Lalanne's user avatar
Advice
0 votes
2 replies
116 views

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 ...
Juha P's user avatar
  • 337
-4 votes
1 answer
78 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
Advice
0 votes
2 replies
64 views

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 ...
aΨVaN's user avatar
  • 1,156
3 votes
1 answer
79 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
1 answer
60 views

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 ...
WillDotson's user avatar
0 votes
0 answers
68 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
0 votes
0 answers
53 views

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 ...
Digital Farmer's user avatar
2 votes
0 answers
135 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
1 vote
0 answers
63 views

@main struct ResizableWindowApp: App { var body: some Scene { WindowGroup(for: String.self) { id in ContentView() .ignoresSafeArea() .frame(...
Mark's user avatar
  • 18.4k
-2 votes
1 answer
151 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
2 votes
0 answers
78 views

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 ...
Ariff Naj's user avatar
  • 154
1 vote
2 answers
85 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
0 votes
0 answers
38 views

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 ...
REMIZERexe's user avatar
1 vote
2 answers
87 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
2 answers
78 views

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 ...
Coco's user avatar
  • 1
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
-2 votes
1 answer
209 views

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 ...
sayanel's user avatar
  • 448
1 vote
1 answer
72 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
34 views

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 ...
Astrovis's user avatar
  • 131
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,860
0 votes
0 answers
25 views

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 ...
Alexis Erinsspring's user avatar
-1 votes
3 answers
107 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
18 views

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 ...
y2k95's user avatar
  • 7
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
284 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
1 vote
1 answer
134 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
1 vote
0 answers
220 views

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 ...
EthanL's user avatar
  • 11
0 votes
1 answer
132 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
0 votes
0 answers
106 views

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 ...
Tripp Sautner's user avatar
1 vote
1 answer
95 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
55 views

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 ...
Vincent's user avatar
  • 669
1 vote
0 answers
84 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
0 votes
0 answers
42 views

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 ...
CPlus's user avatar
  • 5,110
-1 votes
1 answer
83 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
2 answers
1k views

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 ...
theGtknerd's user avatar
  • 3,813
1 vote
0 answers
129 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
50 views

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 ...
Bob Lee's user avatar
  • 359
1 vote
0 answers
44 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
45 views

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 ...
W STAR's user avatar
  • 9
0 votes
0 answers
48 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
1 answer
264 views

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 ...
Att Righ's user avatar
  • 1,987
5 votes
3 answers
465 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
0 votes
0 answers
182 views

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': ...
Krishnan Kamalesh's user avatar
-2 votes
1 answer
136 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
0 votes
1 answer
77 views

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 ...
Programmic's user avatar
-1 votes
2 answers
154 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
102 views

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 ...
Adalbert Hanßen's user avatar
0 votes
1 answer
69 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
2 votes
1 answer
123 views

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 ...
Nandu Krishna's user avatar

1
2 3 4 5
191