desktop-application Questions

5

I am unable to find any way to do that when searching official documentation. Does anybody know any way to do that?
Archaimbaud asked 15/6, 2020 at 7:33

4

Solved

Hello basically I have a web app built using html5/php, etc. Its a music player, similar to spotify and pandora. I want to distribute the web app for as a desktop application so people can run it s...
Humphries asked 21/6, 2013 at 0:9

7

I'm trying to setup libgdx for a desktop game and when I try to generate the project I have this error and the build fails. I've the latest versions of Java(13.0.2) and Gradle(6.6), both set as env...
Aorangi asked 20/8, 2020 at 10:43

3

Solved

From what I've read, it appears that OpenGL ES 2.0 isn't anything like OpenGL 2.1, which is what I assumed from before. What I'm curious to know is whether or not OpenGL 3 is comparable to OpenGL...
Carbonization asked 9/3, 2012 at 6:33

9

Solved

Just wondering what your comments are regarding the current trend as everything is moving to the web or even the cloud. The significance of an OS or desktop application is getting less attention th...
Impracticable asked 12/4, 2010 at 18:11

9

Solved

I've HTML application build with AngularJS/jQuery/Bootstrap with AJAX REST API. Is it possible to create executable/installer for Windows operating system? Without any 3rd-party software, it shoul...
Luminescence asked 16/4, 2015 at 21:8

6

Solved

I am trying to write a cross-platform desktop app using web technologies (HTML5, CSS, and JS). I took a look at some frameworks and decided to use the Electron framework. I've already done the ap...

7

Solved

How can I use the browser as a UI for a desktop app? The ways I have come up with so far are... Use all HTML/Javascript. Problem: Can't access filesystem or just about anything else. Run a local ...
Frear asked 29/10, 2009 at 12:7

3

I have a online tool where you can make presentations and then either preview them right online or download them for use later in a presentation. This have been done in flash. An xml is created for...
Handicraftsman asked 5/9, 2012 at 15:21

5

Solved

I usually work on a Linux system, but I have a situation where I need to write a client app that would run on windows as a service. Can someone help me or direct, on how to build a system tray app ...
Anthony asked 29/2, 2012 at 6:48

5

Solved

I'm offered to build a project, a web application, or basically a website. But the client prefers that I use electronjs to develop it. But as far as I know (Correct me if I'm wrong), electronjs is ...

2

Solved

I have a desktop application, packaged using node-webkit. I need to open the default browser of the user on click of a link. I am using window.open("www.google.com") but this opens a new node-w...
Studner asked 3/10, 2013 at 11:10

2

I am creating a desktop app with PyQt5 then making it executable with the pyinstaller, but I want to create an installation so that when I share just an exe file, people can first install dependenc...
Chadd asked 18/12, 2021 at 19:56

10

Does anybody know which language or technology was used to develop the Spotify desktop application? It's stable, good-looking and lightweight.
Shir asked 19/3, 2009 at 13:5

13

Solved

I want to generate a unique .exe file to execute the app or a .msi to install the application. How to do that?
Cort asked 8/7, 2015 at 8:8

1

How can I make two windows on jetpack compose desktop and going from window to another when I click button for example? fun main() = application { Window( onCloseRequest = ::exitApplication, tit...
Markhor asked 19/5, 2022 at 1:38

15

Solved

I ask this because at work I am supposed to develop a web-application that is used in an intranet, by two people. It's an application that should keep some states in a workflow. So I have to ...
Bille asked 14/11, 2008 at 18:57

7

is there anything similar to unity but with the difference that instead of javascript I can use C++?
Galina asked 17/4, 2012 at 9:30

6

Solved

Is it possible to develop a C++ program while using HTML and CSS for the user interface? I know about programming with Javascript using a Webkit container, but I am really interested in C++ d...
Rectus asked 7/7, 2013 at 23:0

5

What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox. I'm a...
Arruda asked 20/11, 2008 at 14:35

8

Solved

I know this question has been asked many a times and all the time there is an answer which says about using an executable jar or making an .exe using launch4j or similar app. I may sound like a no...
Anisette asked 4/2, 2013 at 10:52

2

Solved

I have looked at the documentation for Electron regarding the 'frameless-window', but I just can't seem to make a button of my own work to close the application... Any help would be appreciated! ...
Ankus asked 9/10, 2017 at 19:3

5

Solved

An UWP app which runs on desktop can be closed from the top X button but it doesn't have any event for it. It is known that on phones and tablets an app should rely on Suspending event, no matter h...
Trakas asked 28/1, 2016 at 8:36

3

Solved

Push notifications for mobile apps allow for some cool possibilities in terms of user experience. Are similar services available for desktop apps, such as those written in Java or C#? My goal is t...
Xylophagous asked 24/3, 2011 at 23:47

1

Solved

I am testing screen capture with ElectronJS. I can capture my screen but captured video has low quality than original. Operating system: Linux Mint 20 Electron version: 11.1.0 Here is my code. I ...
Wandy asked 12/12, 2020 at 21:46

© 2022 - 2024 — McMap. All rights reserved.