2,471 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
126
views
method to show notification in WPF project causes an "unexpected token error"
According to the documentation available from Microsoft, the code that should show a Notification toast on Desktop looks like this
//correctly imported the Notifications library
using Microsoft....
0
votes
0
answers
190
views
Couldn't publish my PowerBI dashboard on workspace - Error ClientOptions.Retry
I'm trying to publish a power BI dashboard via desktop on a workspace where I already have the report and the semantic model of this dashboard, but somehow it returns me the following error:
"...
0
votes
1
answer
65
views
Focus traversal on TextField not working as expected in Flutter
Below code generates UI as follows, here which ever container is selected it gets highlighted with border and its descendants are traversable on tapping tab, other container's children does not get ...
0
votes
1
answer
89
views
Java Desktop#browse fails for specific URI
In my Java desktop application I try to launch an URI in the current default browser like this:
Desktop.getDesktop().browse(URI(uri))
Normally this works without problems but for the uri string "...
1
vote
0
answers
142
views
How to control the mouse and keyboard on the Windows lock screen?
I am developing a remote desktop application, and when the Windows screen is locked (WIN+L), the user mode API (SendInput) fails, GetLastError() return 5 ("access is denied").
Without ...
0
votes
0
answers
41
views
Why UnsupportedOperationException is being thrown from installSplashScreen on small desktop
I've made SplashScreen by Doc but I get an Exception.
android:theme="@style/AppTheme.LauncherActivity" is set in app and activity.
This is my theme:
<style name="AppTheme....
1
vote
0
answers
73
views
Flutter File + 1Fichier API
I'm having a really big problem, and despite many attempts to resolve the issue, I can't seem to get it resolved. Can you help me?
My main problem is that Flutter is stuck: Sending the verification ...
1
vote
0
answers
99
views
QFileSystemModel::setRootPath behavior does not match documentation under Windows
The Qt documentation says about QFileSystemModel::setRootPath():
Sets the directory that is being watched by the model to newPath by
installing a file system watcher on it. Any changes to files and
...
0
votes
1
answer
80
views
QTreeView makes extra calls to QFileSystemModel
I am using QTreeView together with QFileSystemModel. I created a subclass of QFileSystemModel to track calls to the sort() and data() methods.
When QTreeView accesses the model, for some reason the ...
0
votes
0
answers
54
views
Updating QFileSystemModel when inserting a flash card
I am using QFileSystemModel together with QTreeView. I want QTreeView to update its state and show the flash card in the tree when I insert a flash drive into the computer.
This only works if you ...
0
votes
0
answers
121
views
Cannot create a Xaml UserControl in WinUI(3) WinRT/C++ Native Desktop App
I have created a minimalist WinUI(3) WinRT/C++ Desktop (Blank, Packaged) and added a single UserControl. The module that is added compiles and runs just fine. But I want to deal with ...
4
votes
1
answer
531
views
How to react to changes in desktop system theme in KMP to change color scheme?
I am working on a Kotlin Multiplatform App with Compose Multiplatform for targets android, iOS and Desktop (MacOS, Linux and Windows with jvm). In my App.kt, I am setting the color scheme on the app ...
1
vote
0
answers
117
views
Docker Desktop Not Responding on macOS (Intel) After Multiple Reinstalls
Body:
I am facing an issue with Docker Desktop on my MacBook (Intel) running macOS [mention your macOS version]. Despite multiple attempts to install, uninstall, and reinstall Docker, the app fails to ...
0
votes
0
answers
55
views
Pywinauto with self hosted runner from Github cant find the desktop windows app after login
I am using pywinauto with github self hosted runner in order to test a desktop app.
Yesterday this code worked properly, but then I restart my computer and now cant see the window after login.
The ...
1
vote
1
answer
2k
views
Playwright for desktop test automation [closed]
Has anyone used playwright for test automation of desktop applications? Is this really possible as web results seem to indicate that playwright can be used to automate desktop top apps but other than ...