Note that there are some explanatory texts on larger screens.

plurals
  1. POI'm developing a simple cross platform system tray application. Here are the requirements, which tools should I use?
    primarykey
    data
    text
    <p>I hope you can help!</p> <p>In brief, what I need is something like a cross platform web browser, with little or no chrome, that is easily distributable and allows the (local and remote) HTML pages running in it to receive messages (JavaScript?) when system global hotkeys are pressed. </p> <p>I'm developing a desktop application which will utilise an existing web-based REST API. I would like this app to be cross-platform (Windows, Mac OS and Linux) and have a consistent interface across all platforms. The app runs in the system tray and uses global hotkeys for convenient access to a lot of it's functions without having to open the main UI window.</p> <p>I have already written a rough initial version of the app using C#/Windows Forms, but there are a few issues. It currently uses unmanaged Win32 code to provide support for global hotkeys, which is not cross-platform even if I ported it to Mono. Plus, it's really <em>not</em> very pretty...</p> <p>Ideally, I'd like to build the UI using traditional web technologies like XHTML/CSS and use JavaScript/AJAX to communicate with the remote API, which is why I thought Adobe AIR would be a good solution—but unfortunately <a href="http://blogs.adobe.com/cantrell/archives/2009/10/everything_new_in_air_2.html" rel="nofollow">it still doesn't support global hotkeys</a>. I've also looked at <a href="https://developer.mozilla.org/en/xulrunner" rel="nofollow">XULRunner</a> but I'm not sure I properly understand what that's intended for.</p> <p>So the basic requirements for whichever combination of tools I will use are:</p> <ol> <li>Allow me to create the user interface in XHTML/CSS/JavaScript</li> <li>JavaScript to remotely communicate with the web API via AJAX</li> <li>Allow the app to show—and be accessible via—a tray icon (in whatever OS it's running on)</li> <li>Allow the app to respond to global hotkeys (again, in whatever OS it's running on)</li> </ol> <p>Does anyone have any advice for me on this? I'm open to any suggestions and examples, no matter the language or tool. </p> <p><strong>Edit:</strong> I just stumbled across <a href="http://qt.nokia.com/" rel="nofollow">Nokia's Qt Toolkit</a>, does anyone have any experience with this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload