desktop-application Questions

2

Solved

How can I have a button in my desktop application that causes the user's default browser to launch and display a URL supplied by the application's logic.
Poirer asked 8/5, 2012 at 17:59

3

I'm using wxPython since about 2 years for several small scientific programs which I distribute to many Colleagues. I like wxPython and I'm already very familiar with it but there are few thi...
Miscreated asked 23/4, 2012 at 14:17

2

Solved

I need to programatically determine which window manager is running, on Linux. Pseudocode for how it would be used: if(WindowManagerOfOS.isKDE()){ do.anyThing(); } How can I do this? Is it eve...
Fortyfour asked 19/4, 2012 at 19:11

2

Solved

I am using the webbrowser control in C# for our desktop application to run a credit card through a gateway. Simply, I'm loading the page on the load of the form: public Form1() { InitializeCompo...
Catanzaro asked 18/4, 2012 at 15:40

2

I'm running the 1.1.0 SDK of Titanium Desktop and only my SVG text elements are rendered properly. SVG methods such as getBBox() give error messages. The application works well outside the Titaniu...
Hedden asked 27/10, 2011 at 14:34

3

Solved

I want to create a desktop application using Java, but I'm new to desktop development and Swing. From web development I know I have to apply MVC to my project. Are there any tools or frameworks tha...
Undesirable asked 18/2, 2012 at 15:39

5

This is a rather tricky question as I have found no information online. Basically, I wish to know how to check if a computer is idle in Java. I wish a program to only work if the computer is in act...
Sheilahshekel asked 6/5, 2010 at 0:10

7

Solved

We want to write a client for an online service which should be available on as many platforms as possible. This question is about what programming language and framework we should use to create th...
Claret asked 15/3, 2011 at 21:36

2

Solved

My company is revamping the IT infrastructure and systems, so we are at the middle of finalizing the technology for developing the new system. We have come to two candidates; Java & Python. T...
Rugby asked 13/1, 2012 at 9:21

3

Solved

Does anyone know of a good In-App purchase framework for desktop applications? I see a lot for mobile, but nothing really to support a generic windows application. Ideally, we want something which...
Accentuate asked 12/1, 2012 at 15:31

6

Solved

In my current project we have to develop a good looking desktop based application in java. Currently, we have a very basic desktop application written in swing and team does not have good swing kn...
Camala asked 28/5, 2010 at 6:34

1

Situation I have a desktop client application 'C' and a server application 'S', both written in C++, residing on different machines. They currently communicate via TCP. Sensitive user-specific data...
Proofread asked 10/12, 2011 at 12:18

3

Solved

I am not familiar with any of the leading frameworks of java but still i managed to develop a desktop application. These days people are talking about spring, strut, hibernate etc.. I want to know ...
Facula asked 17/12, 2011 at 23:0

1

Solved

I was looking for a way to integrate a Web-Browser-Component in an existing Swing-Application and found WebView for Java FX 2.0. Furthermore I found a blog post on java.net showing how to integrate...
Lindie asked 4/12, 2011 at 9:18

3

Solved

I want my java desktop application to know if the user is running it for the first time on that pc. Since the jar-file might be shared between users i don't want to write to a file inside the jar-f...
Iowa asked 29/11, 2011 at 18:43

5

Solved

I've read about XSS vulnerability in desktop applications like Skype and ICQ. I wonder why they choose to use html in this kind of applications that can also be written without any html. Is there a...
Hagbut asked 9/9, 2011 at 17:35

7

Solved

Which is the best Open Source free client for querying an Oracle database? It may additionally support other databases (MySQL, Postgres etc), since our development environment often requires...
Aviculture asked 4/5, 2009 at 13:24

7

Solved

I am looking for the best way to make my desktop java program run in the background (daemon/service?) across most platforms (Windows, Mac OS, Linux [Ubuntu in particular]). By "best way" I am hopi...
Timberhead asked 28/11, 2008 at 19:38

2

I'd like only a single instance of my Java Swing application to run at a time. If a second instance is opened, I would like it to pass its arguments to the instance already running. How can I do th...
Nobile asked 3/8, 2011 at 13:50

1

I'm looking into RTL support for a proprietary UI framework (for a desktop app), and I'm wondering: are there guidelines as to how the widget rendering has to change? I'm looking for a list of thi...
Barmecidal asked 28/7, 2011 at 12:6

3

Solved

I've started using SmartInspect in my Delphi applications because my users were running into bugs/problems I couldn't reproduce on my machine. When I have a general idea of the problem I'll monitor...
Bathulda asked 18/7, 2011 at 5:19

5

Solved

Is it possible to create Windows desktop applications in JavaScript? I am aware of HTA (HTML Application) programs, but was wondering if there were a newer .NET or other solution where I could mak...
Departmentalize asked 24/1, 2011 at 10:25

1

Solved

Is there any way to implement row span and colspan in JTable like html table.
Aluminiferous asked 1/6, 2011 at 9:59

5

I need to build a fairly simple app but it needs to work on both PC and Mac. It also needs to be redistributable on a disc or usb drive as a standalone desktop app. Initially I thought AIR would ...

3

I want to move on to WPF applications and convert my win-form apps(into WPF) At the moment there is too much to learn about WPF in order to get nice application... I found Prism : http://msdn.mic...
Nur asked 11/4, 2011 at 16:28

© 2022 - 2024 — McMap. All rights reserved.