desktop-application Questions

2

Solved

I have a simple question - what is Shadow Building? I've seen it in Qt in Target Setup dialog, but don't know what it does or if I should use it. It's also present in Projects tab, under General g...
Cocci asked 10/9, 2011 at 17:24

2

I build my app using electron and these errors occurred in chrome console. Otherwise my app is working fine if I run it through ng serve. Errors are as follows: Failed to load resource: net::ERR_F...
Otherness asked 29/5, 2018 at 4:43

2

Can a desktop application based on a monolithic architecture be converted to a microservices architecture? I can only find articles on web applications using microservices architecture. Does ...
Lexeme asked 23/1, 2020 at 5:4

1

Solved

I am currently working on a standard Windows desktop application (standard meaning no fancy stuff: just buttons, text, sliders, etc.), and have decided to write a GUI framework on my own, after loo...

8

Is there a way to take a desktop application and make it run in a browser without having to recode everything? I'm a front end developer that edits basic HTML CSS and Javascript, and my boss ...
Titre asked 28/3, 2013 at 18:15

3

Solved

I need to control main window z-order so to say. Always on top is not my case. I want to put my window behind all others and above desktop. Is it possible? Is there analogue to C++ SetWindowPos fun...
Daves asked 11/9, 2016 at 10:21

2

Solved

I have prepared desktop application which is using firestore database and to get an access to it I have used GOOGLE_APPLICATION_CREDENTIALS. According to the documentation, I was not able to introd...
Etruria asked 18/10, 2019 at 12:2

1

Solved

The requirement is to create a desktop notification which can register a click-event. I cannot use web-sockets or any browser notifications. I am unable to use Tray-Icons and SystemTray because the...
Photooffset asked 9/10, 2019 at 7:29

7

Solved

In a one-man project (webpages or desktop applications) where you're both the designer and the developer, what is better to do first, design or write code?
Fabriane asked 11/1, 2011 at 8:48

4

Solved

I need some way to monitor a desktop application and restart it if it dies. Initially I assumed the best way would be to monitor/restart the process from a Windows service, until I found out that...
Kramlich asked 21/6, 2012 at 20:40

8

Solved

I have two desktop applications. After closing the first application, the first application will start the second application. How do I start the second application after finishing first applicat...
Acquisition asked 11/7, 2009 at 4:48

4

Solved

I am working with the following JSON string { "transactions": [ { "paymentcharge":"0.0", "amount":352, "id":13418, "shippingcharge":35, "shippingtype":2, "status":2, "paymenttype":1, "d...
Sadowski asked 18/2, 2013 at 10:41

2

Running Neo4j Desktop version 1.0.15. Trying to start DB causes the start fail: Database failed to start: DB [database-f8950fdd-6b5f-4fea-8c9f-e8457ee1da9a] 'v3.3.1' exited with status 'KILLED...
Ultramicrochemistry asked 26/2, 2018 at 23:10

2

desktop = Desktop.getDesktop().browse(uri); The above code does not work in the Ubuntu OS. If I execute this code, then my application gets struck and hangs for a while and during that time...
Ludwog asked 21/2, 2014 at 11:38

1

Solved

I am getting UnsatisfiedLinkError in a LibGdx project, when trying to run a desktop standalone version of it. Note, this problem doesn't occur if I simply run a desktop version directly without bui...

3

Solved

I have an application with login screen, after the user is authenticated some "data" is retrieved from a database (username and privileges), until here everything is well. After the login process...
Submarine asked 1/10, 2017 at 0:3

8

Solved

Why are companies still using Windows Forms and WPF applications instead of web applications? I don't want a discussion. I want only the reasons, because in the last few days I have had a lack of ...
Upanddown asked 23/4, 2010 at 10:54

3

Solved

Is it possible to create Desktop(Windows OS) application using Angular 2? If yes then how can we build setup for desktop? Will it support windows 7 and Earlier? I noticed that, Angular 2 is for ...
Fireball asked 10/6, 2016 at 13:0

12

Solved

I have data bound DataGridView in a desktop app with columns that have their ToolTipText property set, yet no tool tip is displayed when I hover over grid view (cells or cell headers). The ShowCel...

2

Solved

Can I use Spring boot for my Desktop application which is developed using Java Swing? Is that fine or is it not advisable? Can I get Spring boot advantages in Swing application or will it red...
Achromatic asked 17/10, 2018 at 13:48

3

Solved

I am developing an application in which I have some links added to the Listview, and these links will keep on adding at runtime on some condition. What I can't find is a way to to open a url when c...
Zink asked 27/6, 2014 at 9:7

6

I have a list of words. The list contains about 100-200 text strings (it's names of metro stations actually). I want to make an auto-complete textbox. For an example, user press 'N' letter, then a...
Shirleyshirlie asked 7/1, 2011 at 20:21

1

There is an existing JavaFX based application, which I should write automated tests for. I just started to use TestFX(version 4.0.13-alpha) and looking for advice, how to record and identify UI obj...
Hyperostosis asked 31/7, 2018 at 9:17

2

Solved

I have a WPF window and How can I set WPF window size is 25 percent of relative monitor screen.How can I set these properties.
Helvetic asked 21/8, 2014 at 12:56

2

Solved

I want to use google text to speech in my windows form application, it will read a label. I added System.Speech reference. How can it read a label with a button click event? http://translate.google...
Interest asked 11/2, 2012 at 19:56

© 2022 - 2024 — McMap. All rights reserved.