Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
100 views

var Widows_Report = new Window("dialog", "Let's Find Some Widows", undefined, {borderless: false, resizeable: false}); Widows_Report.orientation = "column"; Widows_Report.alignChildren = ["center", "...
Bryan Pinkey's user avatar
0 votes
1 answer
189 views

Trying to open a new window in Tauri outside of the runtime and setup function. let result = tauri::WindowBuilder ::new(handle.app_handle(), "main", tauri::WindowUrl::App(&...
DeveloperMindset.com's user avatar
0 votes
0 answers
30 views

I would like to update my executable. To do this, I am first closing the executable's process (if open). Looking at my options, it looks like Process.CloseMainWindow is the recommended method. How ...
CBFT's user avatar
  • 312
0 votes
1 answer
39 views

Traceback (most recent call last): File "C:\Users\Soe Htet Oo\PycharmProjects\PythonTesting\PythonSelenium\demoBrowser.py", line 3, in driver = webdriver.Chrome(executable_path="C:\...
soe htet oo's user avatar
2 votes
1 answer
121 views

I want to get value from a new popup window by event clicking on an element on the new popup. My code is working the first time after I clicked on my button. After I reload the page on the new popup ...
Mengseng Oeng's user avatar
0 votes
1 answer
61 views

I'm trying to make some application with python tkinter, that must always stay on the top of the screen. I searched a lot of documents, and I finally know how to set tkinter window to stay on the top, ...
박제현's user avatar
1 vote
0 answers
38 views

I got problems when installing docker-desktop on windows. My Windows version is Windows 10 Pro but I got incompatible version of windows as an error. I tried updating Windows but it's still not ...
Hải Thành's user avatar
1 vote
1 answer
86 views

I would like to know if there is a way to hook a non-configurable property, like window.location.hostname. By this, I mean if it's possible to get an event/do something when a non-configurable ...
Gérard Hazebrouck's user avatar
0 votes
0 answers
212 views

I'm running docker inside visual studio on a window machine. This is the response after I put in command: docker-compose up d. I'm very new to this. I appreciate any helps very much. time="2024-...
Hellofuturehellofuture's user avatar
2 votes
0 answers
90 views

Here are the function and the trigger : create or replace function maj_alti_us_test() returns trigger LANGUAGE 'plpgsql' as $BODY$ begin with altisommet as ( select altisommet from ...
Leehan's user avatar
  • 177
0 votes
0 answers
52 views

I'm here for the first time, I'm a beginner . Help me clear up a problem. When I want to restore the window, top in the left corner appears the title. Please press the red button, then restore the ...
Tolia Shpag's user avatar
1 vote
0 answers
126 views

The background: I'm writing a cross-platform word game helper app in SwiftUI. It's useful for games like Wordle. (a game where you try to guess a 5 letter word by guessing other 5 letter words and ...
Duncan C's user avatar
  • 132k
-1 votes
1 answer
94 views

I have to place two columns buttons( Edit and Delete) under one columns using C# window form application. I tried every ways that I searched in every place but nothing work. Send me help pls. Merge ...
Wonder Kyle's user avatar
0 votes
0 answers
154 views

I have a program where I start a process and wait for it to exit like this : Process process = new Process(); process.StartInfo = processStartInfo; process.EnableRaisingEvents = true; process....
Anandu Ramachandran's user avatar
0 votes
2 answers
224 views

I am trying to set the windows style/state of a process/app (.exe) that i start using ProcessStartInfo startinfo = someStartInfo //This contains the path of the exe file. Process process = new Process(...
Anandu Ramachandran's user avatar
0 votes
1 answer
65 views

Is there a way to programmatically reverse the action of window.minimize() in pyglet? I came across an answer in a forum from 15 years ago that suggests adding the following code to /pyglet/window/...
Raphael's user avatar
  • 128
0 votes
0 answers
134 views

When I inspected and in console I wrote window.document = null; or window = null;. This do not assign null for respective props, why such behaviour? If so, then can I explicitly disable any object or ...
Prajval Gahine's user avatar
0 votes
0 answers
70 views

My issue is trying to get the position of an object on a tkinter window. Below is my code: def fireBullet(event): global playerMovementSpeed, player playerX = player.winfo_x() ...
user avatar
1 vote
0 answers
197 views

I need my window to contain the SDL_WINDOW_ALLOW_HIGHDPI and SDL_WINDOW_OPENGL flag but when i tried to implement that my window would just ignore the SDL_WINDOW_ALLOW_HIGHDPI flag. To double check I ...
Levi's user avatar
  • 21
0 votes
0 answers
39 views

This is a spinoff from this question, where I was looking for help with aligning flexbox items. I am now trying to use JavaScript to set the font size perfectly so that these elements fill their ...
Dennis 's user avatar
  • 1,280
1 vote
2 answers
2k views

Attempting to use facebook pixel to track events on client side in my NextJS app-router project. Pretty much following all steps in NextJS pixel repo: https://github.com/vercel/next.js/tree/canary/...
p--h's user avatar
  • 39
0 votes
1 answer
56 views

I'm writing a cross-platform SwiftUI-based app that lets users create different types of "screens". It's a word puzzle helper. You can create screens to help solve Wordle puzzles, Anagrams, ...
Duncan C's user avatar
  • 132k
2 votes
1 answer
284 views

I am using Python 3 with tkinter. When pressing a button, a child window should pop up containing a spinbox. The initial value of the spinbox should be a parameter. The child window also contains a &...
eko's user avatar
  • 23
0 votes
1 answer
811 views

Hey I developed a configuration App in Electron for my NestJS server. This setup installs the IIS and configures the NestJS API on customer PCs. However on some PCs, the Electron app crashes at ...
Silas Manns's user avatar
-1 votes
2 answers
143 views

96467,2 96466,3 93015,1 4466,1 90721,1 96239,1 96241,1 93024,1 Hey guys, I hope you are all fine. I have numerous text files containing lists similar to the one shown above. Previously, I ought ...
Hasan Mougharbel's user avatar
1 vote
2 answers
113 views

I am using reactive library for 1-second bar aggregation based on symbol quotes (foreign exchange and CFD) So far without success on IAsyncEnumerable extension, so I decided to replace pull with push ...
Strausa's user avatar
  • 63
4 votes
2 answers
2k views

With Vision Pro, if you look up, there is a button that opens a view for selecting apps, control panel, and others. This button will follow you as you move around a room. I want to program a window in ...
Agilepap's user avatar
0 votes
1 answer
683 views

I have a SwiftUI program which has the basic structure of the following. import SwiftUI @main struct TestApp: App { @AppStorage("exponent") var exponent = 3 @AppStorage("...
G J's user avatar
  • 369
0 votes
1 answer
310 views

When trying to center my renderer's viewport, it seems like adding half of the difference between the window-size and viewport-size to the viewport's x and y coords isn't correct. Instead you need to ...
jspi's user avatar
  • 1
0 votes
0 answers
40 views

I'm trying to create a simple game using Pygame, but the game window is not opening. I'm not seeing any error messages related to Pygame itself. Here's the code I'm using: import pygame as py #...
Marnix Groothaert's user avatar
-1 votes
1 answer
122 views

Hi a have a dataframe with some user_id, the months that they are active, and the lead_month which they're active.I need to perform the calculation of column "active_months" shown at the ...
Thais Guerra Braga's user avatar
0 votes
0 answers
64 views

I have an issue where my NSView does not respond to mouse events and interactions. If the NSView is the NSWindow.contentView, it works. If the NSView is added as a child view of the default NSWindow....
Vincent's user avatar
  • 669
0 votes
0 answers
44 views

How can one remove all window borders from a process (not just a specific window) in Python? Having tried searching, what was found was "removing window borders from a tkinter-created window"...
TrungJ2655's user avatar
0 votes
0 answers
70 views

I have a 58 GB dataframe with one column called "value" created from reading a unstructured .sql file which is basically a MySql log dump file. It looks like below. Please note the column &...
Anngva82's user avatar
0 votes
1 answer
53 views

I have a window with a button "Next". When clicked, or when the keyboard button "N" is hit, it opens a url in a browser. The desired behaviour is that the window should always be ...
astabada's user avatar
  • 1,069
0 votes
1 answer
80 views

I'm having an issue correctly viewing a large (643) frame of buttons, I have had other issues like. Learning make the buttons scroll-able, Which I fixed by learning to use the canvas.create_window to ...
will floyd's user avatar
1 vote
2 answers
157 views

I want to run my window application in flutter using android studio but I face this error Launching lib\main.dart on Windows in debug mode... Exception: Unable to find suitable Visual Studio toolchain....
Ali Hamza's user avatar
0 votes
1 answer
142 views

I have created the matrix style terminal as a small project. Every time the screen is resized, some of the characters from the previous buffer leak out of the terminal window and just float outside of ...
EliteGamerSiddhu's user avatar
0 votes
1 answer
45 views

enter image description here Problem link: https://www.geeksforgeeks.org/problems/smallest-window-containing-0-1-and-2--170637/1 Getting TLE after using the sliding window technique that takes O(N) ...
Nazim Qureshi's user avatar
0 votes
2 answers
935 views

Hi please help me with this error which I am encountering in Angular project. This is my server.ts code import { APP_BASE_HREF } from '@angular/common'; import { CommonEngine } from '@angular/ssr'; ...
Swapnil Kashish's user avatar
0 votes
1 answer
394 views

I'm programming an incremental game using Javascript and would like the game to remain active even when the tab is minimized or not curently in focus in the browser. I've done some research but couldn'...
emanuxd11's user avatar
1 vote
1 answer
237 views

I have a test1.html file with only this code: <script> janela = window.open("http://localhost/test2.html","_blank","width=1000,height=400,left=600,top=0"); </...
Samul's user avatar
  • 2,117
0 votes
1 answer
87 views

Bluetooth is not working on my windows 11, I’ve tried everything still. Tried updating drivers and all but still. What might be the problem? Do I have to reinstall my windows? I need Ideas on what to ...
prince darko's user avatar
0 votes
1 answer
319 views

My SDL window is not staying up: it almost immediately closes upon opening, with the Visual Studio Debug Console staying open: #include <iostream> #include "SDL.h" #include "...
Jsem Ptak's user avatar
1 vote
3 answers
1k views

I am coding in SwiftUI for MacOS and I'm looking for a way to close all open windows. My app has what Apple calls a data-driven window group: when a user clicks on an on-screen object for more ...
Anton's user avatar
  • 3,399
0 votes
1 answer
46 views

i have custom base window class with style (and template) overridden, if template contains only 1 ContentPresenter (with ContentSource="Content") - it displays fine in designer, but if i add ...
Notrum666's user avatar
  • 377
0 votes
1 answer
136 views

I'm reading the Vulkan documentation on how to set the swap chain size. And I don't understand what the difference is between screen sizes and pixel sizes. How does PPI affect the screen coordinates? ...
tomeadom's user avatar
0 votes
1 answer
181 views

How to change the font and color of the text inside the window. I want to use fixed-width fonts like "Courier New". And in some texts, change the color of the text. wxLogWindow* w = new ...
Rose's user avatar
  • 1
1 vote
2 answers
453 views

I installed typo3 cms on my local window machine using composer and fixed all the suggestions given by typo3 installation page. But when i tried to login in backend then i am not able to login as it ...
Amit K.'s user avatar
  • 3,822
-1 votes
1 answer
48 views

I'm using SFML with C++ in Visual Studio 2019. I wanted to try to make a function to streamline the process of printing text to the window. #include "SFML/Graphics.hpp" #include "SFML/...
Cipher Visor's user avatar