Skip to main content

Questions tagged [window]

In computer science a window is a graphical interface to let a user interact with a program. Questions regarding Microsoft Windows should use the "Windows" tag.

-4 votes
0 answers
21 views

Windows 11 update [closed]

i want to automate win 11 upgrade with script without explicitly downloading iso file.I'm not able to see the update to win11 option on my laptop it is compatible with windows 11 requirements I have ...
prathmesh Kawtikwar's user avatar
0 votes
1 answer
22 views

A Docker container running on my Windows computer can not call REST services on http://localhost:8380/api/

This is in a dev. environment on my Windows 11 computer. I'm trying to call from within the container REST services that run on my computer that hosts docker run... Based on information I'd found on ...
eugen_nw's user avatar
  • 147
0 votes
0 answers
30 views

how to make a window in javafx refresh [duplicate]

I'm creating a ray Casting application and in it I need to draw a frame every 30 seconds and delete the old one. But my stage waits for the end of the cycle and only then is it drawn. How can I make ...
Morozov 310's user avatar
0 votes
0 answers
24 views

wxWidgets: wxFrame() creation diverges by a few pixel, what am I doing wrong?

I am coming from MFC and are currently about to verify wxWidgets. The following code compiles under ucrt64 and runs on a Windows 10 system. My expectation is that the main windows has a size of ...
Steffen's user avatar
0 votes
0 answers
57 views

How to Prevent Resizing Desktop Icon Window with Hotkey in Windows Application? [duplicate]

I've got a program that resizes the foreground window when a hotkey is entered: // Sample.cpp #ifndef UNICODE #define UNICODE #endif #include "Sample.h" int WINAPI wWinMain( _In_ ...
individual_9238's user avatar
0 votes
2 answers
40 views

Opening new tab reloads the first tab

In my .tsx file I have this function: const openTabImage = (url: string) => { const newWindow = window.open(); if (!newWindow) { console.error("Failed to open a new tab."...
Ivan's user avatar
  • 1,423
0 votes
0 answers
9 views

How to use transparency in legacy Thunderbird without destroying the title bar?

For experimental purposes I have Thunderbird v.52 x86 (pre-quantum and with legacy addons) installed on one of my computers (Windows 7 here). Now I would like some GUI elements to have a transparent ...
Dragodraki's user avatar
0 votes
0 answers
6 views

kdenlive. issue when rendering from cli command

I have a kdenlive project "video_sample.kdenlive". when trying to render it using cli, i get different errors. kdenlive version: 24.05.0 cmd: kdenlive_render -a video_sample.kdenlive -o ...
Nikz's user avatar
  • 21
0 votes
0 answers
13 views

window scroll to top not working in nextjs client component

This is the client component code 'use client' import { Mdx } from "components/mdx-components" import { Button } from "@components/ui/button" import { Github } from "@lib/...
Shivam Soni's user avatar
0 votes
0 answers
12 views

ionic v3 ios 17.5 windows.open not opening the URL

I have recently updated from xcode 12 to xcode 15.4 so that I will be able to meet the app store's requirement of building apps with IOS SDK 16.1 However, upon doing so I am no longer able to install ...
Yeo Bryan's user avatar
  • 397
-1 votes
0 answers
24 views

ReferenceError: window and document is not defined in vanilla JavaScript code

Screenshot of my code I'm encountering the error 'ReferenceError: window is not defined' when executing this code in VSCode. The code runs perfectly fine in the browser. window.addEventListener('...
Aj_'s user avatar
  • 1
0 votes
0 answers
60 views

.NET 4.8 Desktop Application (System.Windows.Forms) Crashing in User32.dll ( Null pointer 0xC0000005: Access violation reading location 0x00)

I am working on upgrading an older C# .NET Framework 2.0 desktop application to newer .NET Framework 4.8. The application uses System.Windows.Forms and crashes within a given work-flow at the same ...
chrism's user avatar
  • 220
0 votes
1 answer
14 views

Azure Stream Analytics get counts only if count has changed between windows

I'm trying to create a query in Azure Stream Analytics that each hour will give me number of events (grouped by some columns) in last 8 hours. I'm using HoppingWindow(hour, 8, 1) in my GROUP BY clause ...
cornisto's user avatar
  • 201
2 votes
1 answer
45 views

When using matplotlib, how can I make each figure always plot in the same location on the screen?

I have a Python script that plots 3 figures using matplotlib. When I run this script, and then close the 3 figures and rerun it, the figures appear in different locations on my screen in the second ...
SapereAude's user avatar
-1 votes
1 answer
34 views

Website no longer recognizes popup window name. Javascript

Tell me if this makes any sense. I have been accessing a website through a popup window for years. using window.open('https://example.com',mypopup,parameters); I click a button in my main window, and ...
CheeseFlavored's user avatar

15 30 50 per page
1
2 3 4 5
638