9,517 questions
2
votes
1
answer
100
views
InDesign - making an independent window that will stay open while making corrections in the document
var Widows_Report = new Window("dialog", "Let's Find Some Widows", undefined, {borderless: false, resizeable: false});
Widows_Report.orientation = "column";
Widows_Report.alignChildren = ["center", "...
0
votes
1
answer
189
views
WindowBuilder doesn't open a new window
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(&...
0
votes
0
answers
30
views
Which window is considered the main window in Process.CloseMainWindow()
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 ...
0
votes
1
answer
39
views
Pycharm doesn't show "executable_path" and I got this error and no idea what to do
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:\...
2
votes
1
answer
121
views
Get value from new popup window by clicking on an element using Jquery
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 ...
0
votes
1
answer
61
views
Is there any way to make tkinter window dismiss Win + D command?
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, ...
1
vote
0
answers
38
views
Unable docker desktop with Window 10 Pro
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 ...
1
vote
1
answer
86
views
Is it possible to hook a non-configurable property like window.location.hostname, in JavaScript?
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 ...
0
votes
0
answers
212
views
When setting up local node for HEDERA, some containers not running, ports are not available
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-...
2
votes
0
answers
90
views
How to use lag() window in a PL/pgsql trigger
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 ...
0
votes
0
answers
52
views
Qml window framelesswindowhint hide title
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 ...
1
vote
0
answers
126
views
How would I tile windows in a SwiftUI Mac app?
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 ...
-1
votes
1
answer
94
views
Merge two column headers into one column in data grid view C# window form / or two column buttons under one column
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 ...
0
votes
0
answers
154
views
process.Exited callback triggering without the actual process exiting
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....
0
votes
2
answers
224
views
How to set the window state to maximized of an external app
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(...
0
votes
1
answer
65
views
un-minimize (restore) a pyglet window programmatically
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/...
0
votes
0
answers
134
views
Why I am not able to set to document or window object in js?
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 ...
0
votes
0
answers
70
views
How do I get the position of a tkinter object?
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()
...
1
vote
0
answers
197
views
Why can't I use some flags in combination for my SDL window?
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 ...
0
votes
0
answers
39
views
Javascript: Retrieve actual, meaningful size (pixels) attributes of flexbox (or any browser-based) items
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 ...
1
vote
2
answers
2k
views
Facebook Pixel in NextJS: TypeError: window.fbq is not a function
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/...
0
votes
1
answer
56
views
How to create different kinds of Mac Windows using File menu commands?
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, ...
2
votes
1
answer
284
views
How to set and get the value of a tkinter spinbox in a child window correctly?
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 &...
0
votes
1
answer
811
views
Some Windows PCs forces Sandbox mode on Electron Chromium
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 ...
-1
votes
2
answers
143
views
Txt files merging while adding file name extensions
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 ...
1
vote
2
answers
113
views
Rx.NET Buffer with delay problem on quotes aggregation
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 ...
4
votes
2
answers
2k
views
Vision Pro window that follows me
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 ...
0
votes
1
answer
683
views
Pass Binding to openwindow in SwiftUI
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("...
0
votes
1
answer
310
views
SDL2/C++: I'm confused about centering the viewport in SDL2
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 ...
0
votes
0
answers
40
views
Pygame window not opening, no error messages [duplicate]
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
#...
-1
votes
1
answer
122
views
Row number that resets numbers based on a condition
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 ...
0
votes
0
answers
64
views
NSView as child of NSWindow.contentView lose interaction
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....
0
votes
0
answers
44
views
How does one remove all window borders from a process in Python?
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"...
0
votes
0
answers
70
views
In Pyspark, unstructured data, how to retain column value as 1 if the previous record has 1 from unstructured dataframe (i.e) no partition column
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 &...
0
votes
1
answer
53
views
Making Python GTK3 window focus again after calling external application
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 ...
0
votes
1
answer
80
views
How do I get a Tkinter scrollbar to correctly scroll a windowed frame of buttons so all buttons are visable/ click?able
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 ...
1
vote
2
answers
157
views
Unable to Run Desktop App using Android Studio
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....
0
votes
1
answer
142
views
Terminal characters leaking after resize
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 ...
0
votes
1
answer
45
views
Are you getting TLE in this problem Smallest window containing 0, 1 and 2?
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) ...
0
votes
2
answers
935
views
Internal server error: window is not defined error coming in my Angular project
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';
...
0
votes
1
answer
394
views
Force window to be active even when tab is not in focus
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'...
1
vote
1
answer
237
views
Prevent opened window from overriding `close` method of opener
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");
</...
0
votes
1
answer
87
views
Bluetooth not working on my windows 11, what might be the problem?
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 ...
0
votes
1
answer
319
views
SDL window crashing after appearing?
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 "...
1
vote
3
answers
1k
views
How to close all windows in a WindowGroup?
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 ...
0
votes
1
answer
46
views
Multiple content presenters in window style breaks design time
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 ...
0
votes
1
answer
136
views
What is difference between screen size and pixel size?
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? ...
0
votes
1
answer
181
views
How change wxLogMessage color and font style?
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 ...
1
vote
2
answers
453
views
Not able to login in typo3 backend [closed]
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 ...
-1
votes
1
answer
48
views
SFML - Trying to overload a window as a function parameter
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/...