3,353 questions
-1
votes
0
answers
70
views
Transparent, unfocusable and clickable BrowserWindow in Electron
I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
0
votes
0
answers
65
views
Why drag and drop from my application is not happening to any external applications in electron
My problem:
I want to drag a file from my application into the another application like Paint , Windows Excel , Windows Files system ect, but the drop is not happening.
I have an Electron app. The ...
0
votes
1
answer
132
views
Claude Desktop + MCP: Can the client open an authorization URL and accept a token without OAuth 2.0/PKCE?
I’m integrating an MCP tool into Claude Desktop and I need to understand which authentication flows the client supports.
Desired flow:
Claude Desktop -> MCP tool call -> MCP server
-> No ...
1
vote
0
answers
60
views
How to install a package service as user using C#
I have an UWP app that has a Service as fullTrust application. I'd like to download and install that Service if it does not exist. The download it is being performed, however I have "Access ...
-2
votes
1
answer
151
views
How to create a floating/overlay window in Flutter desktop app using window_manager package similar to Microsoft Clock app's Focus Sessions feature? [closed]
Questions:
I did try with window_manager either it is producing something that far from the result or something buggy .
How can I make the window borderless and floating?
Is it possible to create ...
0
votes
0
answers
42
views
WiX skip uninstall registry set to 1 and during upgrade uninstall all unnecessary stuff
I have a problem during my WiX upgrade - after normal installation of my program for example in version 1.0 I am installing all necessary stuff like RabbitMQ, Erlang and so on but if I want to upgrade ...
0
votes
0
answers
38
views
FlyoutFrame in XAML island doesn't refresh UIA tree on mouse pointer hover
I have a win32 cpp application where I am using a XAML island. I have a button and hovering over that button launches a flyout frame. The logic is basically that when the flyout frame is loaded for ...
0
votes
0
answers
20
views
jlab not working from the terminal to lunch JupyterLab desktop app
The JupyterLab desktop app GitHub repository at https://github.com/jupyterlab/jupyterlab-desktop?tab=readme-ov-file says that the app can be launched by the command jlab from the terminal, but I get a ...
1
vote
0
answers
42
views
How do i align the window to a certain coordinate on the screen
So, I am making an App in Go using Go bindings for gtk3 by gotk3 and want that this window should be opened at a certain coordinate on the screen (as an example, take 500,500). I have tried using win....
0
votes
1
answer
247
views
WinUI 3 App Not Showing in Kiosk Mode (Assigned Access) App List on Windows 11 Pro
I'm developing a Kiosk application using WinUI 3 on Windows 11, and I'm trying to test it locally using Assigned Access (Kiosk mode).
I’ve packaged the app as an MSIX using Visual Studio and ...
0
votes
0
answers
26
views
How to add Loading Screen After clicking the Create BackupButton?
Hey I have button click event in that i want to add loading screen while function does not completed their work after that it will automatically close that loading screen in desktop application c#.net
...
0
votes
0
answers
43
views
Can't open Nuget package manager in Visual Studio 2022
I am using Visual Studio 2022 v17.13.5. I have many desktop (Winforms) and ASP.NET MVC web application projects. For some time now, I have a problem with Visual Studio and it is affecting all the ...
0
votes
0
answers
67
views
Kotlin Compose Desktop App Drag and Drop not working
I am building crossplatform app with compose kotlin and want to implement drag and drop functionality for desktop only function.
Here i am successfully able to drag drop anything from Android studio ...
0
votes
0
answers
77
views
flet NavigationDrawer control does not close programmatically when opened with View()
Using flet library in python, I am trying to close a NavigationDrawer control programmatically using a button. The NavigationDrawer is added to the page using a View(), and I want to close the navbar ...
0
votes
1
answer
52
views
How to alignment element of page.overlay[] list?
I have an flet.Container() object, that appending to page.overlay. Then I want to show it, by page.update(). But it align by default: start, start(top-left corner). It should align bottom-center as I ...
0
votes
0
answers
102
views
Why does Flutter app doesn't compile for Linux
When I try to compile my Flutter project it throws this error. This issue started occurring recently. Not sure what package I'm missing. If someone has solved this issue help me out. Currently testing ...
-3
votes
1
answer
62
views
Code required for Opticon RP-11 Image Scanning Feature [closed]
Before marking it duplicate or down-voting please read my question properly. I have searched over the internet and stackoverflow but seems like this isn't a popular device. AI doesn't seem to help as ...
1
vote
0
answers
48
views
How to make Grid items stretch instead of resizing? Flutter
how could I make it so that whenever the user resizes the window the items in the grid(GridView or SliverGrid) stretch instead of changing height? is this possible?
let me show an example of the ...
0
votes
1
answer
337
views
How to add print support in kmp desktop app
I am building a kmp app and it has a desktop version also. But now the requirement is to print the receipt for the generated bill. I understand that every platform will have a different implementation ...
0
votes
1
answer
68
views
Azure pipeline giving error An element could not be located at line WindowsDriver<WindowsElement>(new Uri("http://127.0.0.1:4723"), appiumOptions);
I am getting the error:
ClassInitialize threw exception. OpenQA.Selenium.WebDriverException: OpenQA.Selenium.WebDriverException:
An element could not be located on the page using the given search ...
1
vote
3
answers
127
views
Why is a ScrollViewer created with code not aligned properly inside of a dialog?
I am trying to create content inside of a Scrollbar in a Dialog. I am doing this through C# instead of XAML even though this is Win UI 3. The problem I am experiencing is that my Scrollbar is not on ...
0
votes
0
answers
27
views
Custom word Add-in is listed but not able to use
I've created a Microsoft Word Add-in that works as expected on one Windows server with Microsoft Office 2021 Professional installed. However, on another server where Microsoft Office 2021 Standard is ...
0
votes
1
answer
103
views
Unable to select my checkboxes using Pywinauto
I am trying to interact with windows using pywinauto.
This is the output of dump_tree:
| | | | | | | | ListBox - 'Team' (L381, T265, R513, B285)
| | | | | |...
1
vote
1
answer
59
views
MatchError When Accessing Desktop Window Properties in Pywinauto
I am trying to interact with windows using pywinauto. Here's the code snippet I am using:
top_windows = Desktop().windows()
for w in top_windows:
print(w.window_text())
print(w.get_properties()...
1
vote
1
answer
436
views
Is there a way for a Flet or flutter app to have 2 open windows at the same time?
I have been using flet to create a desktop app, previously I was using PyQt6, which had a neat feature that more than one window or widget could be open at the same time.
Is there a way for a flet ...
1
vote
1
answer
123
views
How to programmatically trigger "Next desktop background" in Windows using C#?
I'm developing a customized application for personal use on my system. It's a system controller that runs on startup and appears when I press the F1 and F2 keys simultaneously. I initially built it to ...
0
votes
0
answers
126
views
How to print files in Electron JS?
I am building an application with Electron and Vite which requires printing received file from some API.
Printing the file is one big task. Another is showing the print preview dialog. Any way I can ...
0
votes
0
answers
38
views
How to get data from a dynamic custom table-like element of a legacy desktop application? (table not detected by pywinauto)
I want to get data from the table of a legacy Windows desktop application.
I tried pywinauto - the scroll bar, titles, checkboxes, tabs are detected but the table is not detected.
I found few tab ...
2
votes
0
answers
666
views
No such module 'FlutterMacOS' (targetting macOS)
Having made lots of mobile apps with Flutter, I wanted to start checking Flutter for desktop, with macOS as a target (also developing on the same MacBook to run the app).
Even the basic, plain vanilla ...
0
votes
0
answers
42
views
ERROR in ./node_modules/vuex/dist/vuex.esm-bundler.js vue-app
The app runs properly in npm reun electron:serve while running the command npm run build and npm run electron:build these error occurs
error in ./node_modules/vuex/dist/vuex.esm-bundler.js + 5 ...
0
votes
1
answer
109
views
Differences between app.config and settings.settings
A similar question was raised 15 years ago, and there is still no clear answer to what the difference is between app.config and settings.settings. If anyone has a clear understanding of the difference ...
1
vote
0
answers
47
views
Launching modular java application in GNOME
I have a modular java application that I'm trying to launch via a desktop file in ~/.local/share/applications:
[Desktop Entry]
Type=Application
Name=Converter
Path=/home/craig/ca.footeware.converter
...
0
votes
1
answer
119
views
Getting a browser window's URL from a Windows desktop application
I'm wondering if there's any way for a Windows desktop application (i.e. compiled using the Windows SDK) to get the current URL for a browser window running in another process.
Put another way, I'm ...
8
votes
2
answers
692
views
KMP Compose Multiplatform Datastore not working on JVM release build
I am working on a Kotlin Multiplatform / Compose Multiplatform app with Android and Desktop as targets. I wanted to use DataStore to store some data locally, namely the user's refresh token and some ...
1
vote
0
answers
70
views
Where to store large files in an electron desktop app
I have an electron app where users "upload" (everything is stored locally on the users computer) thousands or more textfiles. These may exceed a couple of Gb in total. These are then suppose ...
-1
votes
1
answer
302
views
Prevent screen shot and screen record in MacOs and Windows - Flutter Desktop App
Where should I prevent both screenshots and screen recording? Currently, screenshot prevention is working fine, but I also need to restrict screen recording on macOS and Windows desktop apps.
The code ...
1
vote
1
answer
376
views
Share variables between build.gradle.kts and the application
Is it possible to share variables between build.gradle.kts and the main application? I would like to specify the application's name and version and few other settings only once.
1
vote
0
answers
50
views
Copy files into release distributable directory
I need my Jetpack Compose application to be able to execute some PowerShell scripts that I keep in the ps1 directory in the project root directory. I build it with the createReleaseDistributable task ...
0
votes
1
answer
47
views
Freeze all windows/apps and just show the electron.js app fullcsreen
I am trying to build a desktop app using electron.js. I want it to behave something similar to how online test taking applications are, where user can access nothing but only that test app, except ...
0
votes
1
answer
193
views
DllNotFoundException: Vuforia Wrapper assembly <unknown assembly> type: <unknown type> member: null
I am trying to build a desktop PC application that uses the webcam and Vuforia in Unity. Everything works fine in the Editor, but after I build and run the application, the webcam image does not ...
0
votes
0
answers
182
views
Creating a UI with using Win Ui in python
i am trying to create a desktop app using python firstly i create a folder and next open in vs code and create files like winui.py and page.xaml and then run this code and give me some related to ...
0
votes
0
answers
218
views
this EXE was compiles for the x64 architecture
I developed a Flutter application and used Inno Setup to create an installer for it. The installer seems to work fine, and the installation process completes without any issues. However, when I try to ...
0
votes
0
answers
57
views
WPF Child Window Disappears When Switching Between Applications (Topmost property set to true overlaps other applications)
'm working on a WPF desktop application and I'm experiencing an issue with how my child windows behave when switching between applications. Specifically, when I switch to another application using the ...
-1
votes
1
answer
94
views
JavaFX does not displays tooltip message
When trying to use Tooltip instead of Label in JavaFX, the validation messages are not displayed. I also tried to use some alternatives for displaying messages for TextBox controls, but not worked ...
0
votes
1
answer
71
views
WPF DatePicker Datagrid Filter
I want to filter the data in my datagrid by date. The start and end date will be entered and the data between those dates will be returned.
The data type in which I keep the date in my database is ...
0
votes
1
answer
126
views
How to get Users' names list from azure AD app in a WPF application?
I am building a WPF application, and I want to retrieve the names of all users from an Azure AD app when a button is clicked or in a dropdown. I have written an HttpGet method in an ASP.NET Core Web ...
0
votes
0
answers
67
views
Spring Security in a JavaFX desktop application
I have written a desktop application with Java and JavaFX.
I have Handled Roles with if and else. Likewise, I want to add sprig security to the project for authentication and authorization.
Also, this ...
0
votes
1
answer
64
views
Resizing my Flutter Desktop app on Windows
I am building a flutter desktop app for MacOS & Windows. I am using the windows_manager package.
I am not able to resize or maximize my app on Windows whereas on MacOS the same code is working as ...
-1
votes
1
answer
140
views
How to add config file in window installer
I have a window application in vs 2022 and also setup the installer (.msi) with application. It is working fine till now but as per new requirement i need to add config file and add all credential ...
2
votes
0
answers
205
views
Unable to find directory entry in pubspec.yaml" when building Flutter app for Windows
I'm trying to build my Flutter app for Windows, but I keep running into the following error:
CUSTOMBUILD : error : unable to find directory entry in pubspec.yaml: D:\\solidcheck\\online\\assets\\...