Skip to main content
0 votes
1 answer
19 views

PYSimpleGUI License window does not open in Ubuntu

When using the sample code on the terminal with 'python PYGtest.py': import PySimpleGUI as sg layout = [ [sg.Text('Hello, world!')] ] window = sg.Window('Hello Example', layout) while True: event, ...
Esrly Bird's user avatar
-1 votes
0 answers
14 views

Pygame Windows Position setting fails [duplicate]

I have this code, which is basically a copy of another question here to the same topic, but the window is still centered. I want to set the window position. import pygame, sys from pygame.locals ...
Matthias Pospiech's user avatar
0 votes
2 answers
87 views

Implementing range between dates in a window

I am migrating some legacy code from an Oracle DB to an SQL Server DB. I have come along this piece of code, with the purpose of calculating the cumulative amount over the last 6 months/ year, for ...
E. Gptreas's user avatar
0 votes
0 answers
9 views

Looking for something to make a transparent, borderless, click through window that I can position and resize [closed]

Is there a program that I can use to make a window like I described in the title? The goal is to use the window for discord screen share. I have an ultrawide monitor and I would like to share my ...
Tech Smith's user avatar
0 votes
1 answer
36 views

Get Azure VM (windows 10) user login and Logout information using PowerShell

new to PowerShell can you please help me get logon and Logout user information of azure VM. problem is account name is showing as empty when i checked in event log i can see Account Name. tried to ...
MONUDDIN TAMBOLI's user avatar
0 votes
0 answers
17 views

How to handle 260 characters limitation for file path in windows or interact with file after disabling 8.3 naming conventions(it doesn't open)?

I'm executing some of my test cases on Jenkins windows server and on failure of Test it take screenshots and display in html report. But the issue is if test title is bit long and exceeded specific no ...
Muneeb's user avatar
  • 113
0 votes
0 answers
41 views

Is there a solution to fix the Android Editor window? (Android Studio Koala 2024.1.1 Patch 1)

I have recently upgraded Android Studio to Koala (2024.1.1). But the editor window looks like that: Android studio koala 2024.1.1 Like only a quarter of it is displayed. And if I clicked on something (...
ABDERRAOUF SAOUDI's user avatar
-3 votes
1 answer
91 views

Error Access violation writing location 0x0000000000000000 [closed]

I wrote some code to create a window, but this part that creates an error: void MakeBitMap(DWORD** window_p) { ws_cpy[0] = 0x0000aaff; } it crashes with this error: Access violation writing ...
Dom Da Bomb's user avatar
0 votes
0 answers
28 views

How to integrate upgraded openssl with already installed python on windows

I have a requirement where I need to integrate openssl with python on windows. Previously I had openssl 3.0.9 installed, then I gave installed 3.0.14 and I have added the PATH in the environment ...
user1893813's user avatar
1 vote
0 answers
23 views

Task Scheduler Script on startup not setting enviroment variables

I wish to run pico-env.cmd on Windows Start-up to set up development environment for my Raspberry Pi Pico. I've configured this in Task Scheduler to run at startup as administrator. The task is ...
Dark Sorrow's user avatar
  • 1,839
0 votes
0 answers
34 views

Single Browser Window for an application when opened from multiple consuming applications

Let's say there is an application AppOne and multiple consumers ClientOne, ClientTwo, ClientThree and so on are opening this application. Client applications opens application AppOne with a same named ...
Siddhaveeraiah T M's user avatar
1 vote
1 answer
48 views

Displaying MacBook screen content in visionOS app window after opening immersive space?

I was wondering if there are any possibilities similar to when connecting the Apple Vision Pro to e.g. a MacBook, one could somehow implement that the MacBook screen content would be displayed within ...
Xayreen's user avatar
  • 11
0 votes
1 answer
67 views

Inspecting a Kotlin Desktop application with jar command for Java modules

I've got a Kotlin Compose Desktop application that I would like to create a custom JRE for to reduce its size. Currently after the compilation it's around 160MB (I guess because I use the JDK to ...
t3chb0t's user avatar
  • 18.2k
0 votes
1 answer
28 views

How to auto-run a deployed executable Blazor WASM interactive server app on window start up?

I have developed and deployed my ASP.NET Core app on a local machine for offline operations and generated an executable file for the app. So, I used Blazor WASM interactive server with .NET 8.0, I'm ...
NoFun's user avatar
  • 1
-1 votes
0 answers
49 views

SSL_NOT_ALLOWED_BY_SERVER error when connecting to server using the FreeRdp

While connecting to server using the command, getting below error. Is there anything need to take care on the server. [14:47:12:814] [10820:00001028] [WARN] [com.freerdp.addin] - Failed to load ...
sanket's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
638