Relative Content

Tag Archive for gui

GUI advice for a responsive touchscreen

I am tasked with building a piece of software that interfaces with a MySQL database, in order to allow the user to pick songs to play and que using a touch screen, and then they are shown simultaneously on a second monitor as videos.

How to deal with hints/tutorial mode?

Currently I’m working on an basic application that has a ‘tutorial mode’. Initially hints (bubbles with text) will be displayed above various ui elements, explaining how they work. Currently I have a main view which contains a hint object that can be updated (position, text, etc.) and I’m dispatching update events from the various views that need to display a hint. In most cases when the user click a hint, it disappears, but there are a few situations when the user must perform another action(like dragging-dropping an element, clicking another,etc.) to progress.

Why don’t we have web IDEs?

Why don’t we have a lot of good web-based IDEs? Which aspects of the system make it difficult for IDE to be implemented as a web application?