touchscreen

Rich User Interface on Embedded Linux Device

I'm designing a user interface for a large touchscreen device running Linux. What would be the best toolkit/developer kit/SDK to use? The only requirement is that its able to run on a semi-low performace device, and that there is a Linux version. Nice-to-haves would be build in support for effects/animations and a modern look-and-feel...

Which GUI toolkit would you use for a touchscreen interface?

The only experience I have so far with a touchscreen interface was one where everything was custom drawn, and I get the feeling it's not the most efficient way of doing it (even the most basic layout change is hell to make). I know plenty of GUI toolkits intended at keyboard & mouse interfaces, but can you advise something suited for tou...

Things to consider when writing for touch screen?

I'm starting a new project which involves developing an interface for a machine that measures wedge and roundness of lenses and stores the information in a database and reports on it. There's a decent chance we're going to be putting a touch screen on this machine so that it doesn't need to have a mouse or keyboard... I don't have any ...

Touchscreen-Oriented Website Development Recommendations for Non-Microsoft Platform

We are currently designing a website that will be accessed from kiosks in a museum. Users will need to be able to browse through a number of different web pages that will currently contain static HTML content as well as go through various interactive presentations that will be based on flash and run in flash player. Users may need to inp...

Which On-Screen Keyboard for Touch Screen Application?

I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems: It's rather small on a higher resolution screen which will probably make it ha...

UI components for touch screen winforms applications?

I have seen this question: http://stackoverflow.com/questions/134067/are-there-any-decent-ui-components-for-touch-screen-web-applications and have allmost exact the same question but Im focused on winforms. I working on an application that is not primary made for using with a touch screen, but now I see more and more customers using to...

Resize combobox arrow

I'm writing a touch screen .net winforms application and need a combobox with a larger dropdown arrow. Is there any way to resize the arrow, or am I looking at writing a custom control? ...

smartphones and buttons

The .net compact framework on smartphones doesn't know the button component, the reasons are unknown to me. My question is: how do people usually get over this problem? I have know smartphone near me to check out, only a pda phone, which of course has touch screen and supports the button component. What would you do ? ...

Guidelines for touchscreens systems

Have you ever heard about an accepted paradigm about how to design those kind of systems? Im not talking about iphones but photo-kiosk or manufacturing systems ...

Which touchscreens do you prefer for flash kiosk work?

Our company does a lot of flash work and occasionally offline / kiosk applications. I'd like to recommend a touchscreen to our client but don't know enough about the market. Anyone have any good experiences with any particular model of touchscreen? Thanks! ...

Video on multiple monitors

I am writing a, relatively, simple program involving 3 separate monitors. Each monitor will have a button moving around that specific screen. If you click that button it will play a video on that screen. I need to be able to have each of the screens acting as if they are totally separate. I have built the computer that will be running...

Smallest button size on a touchscreen

Hi all, I'm involved in writing a touchscreen application for a medical device. The program is kiosk-like, in that the start menu, etc, will not be accessible to the user, and the user will use an onscreen keyboard to type any text in the rare event that they need to. The spec'd screen size is 1280x1024. The question is this: What's...

Different layouting modes for WindowsForms

Is it possible to implement different layouting modes for a windows form without having to manual compute the alignment locations? For example: I have a Form which should be able to displayed in two modes normal & touchscreen. Touch screen mode being the same form with larger buttons, larger fonts and should not have alignment issues. ...

Using TouchScreens for game control

I'm working on my first video game for the Android platform as a bit of a nights and weekends project. It is coming along nicely, but I am very unhappy with the control sensativity. In this game, you move an object left and right on the screen. On the bottom of the screen is a "touchpad" of sorts, which is where your finger should rest...

WPF Resize Windows

I maintain a touch screen application that I'm re-writing into .Net. Through the years the resolution of the touch screens has increased greatly. Not only is the resolution higher, but the pixels are also much more dense making it harder to see/operate the touch buttons. Is there a way with WPF to force application windows to scale t...

How do you make a Winform track bar (slider) behave sensibly on a touch-screen monitor

What's the easiest way to modify a Winforms track bar so that when a user clicks on it the track bar jumps to the location of the mouse? By default the track bar moves to half way between it's current location and where the mouse was clicked. Update: I'm trying to do this so that I can use the track bar on a touch-screen. With a touch-...

iPhone SDK: How Do You Store a Coordinate Pair generated during a touch event?

I'm trying to create a rotating object for the iPhone. I have it calculating all the trig. The problem is that for my project I have need to have the program reset the x and y every time a finger is dragged more over then 30 degrees around the center point. Whenever I link a variable to the x and y of the current location within the touc...

iPhone raw touchscreen data

Hello, I know in my iPhone app I can get touch events. But these touch events are filtered for me. If I press the device against my face, it filters out these touch events because it can detect its not a finger. How would I get the raw touch events, not filtered in any way? Thanks. ...

Why does google.com look different on blackberry & phonegap vs. blackberry & browser

I'm tyring to get phonegap up and running on blackberry storm (9530 simulator). I had been testing my webapp from withing BB's built in browser, and it was looking ok, but then it totally bit once I tried to look at the some code from within phonegap, even though I was pointing phonegap to the same url (I hadn't yet gotten to the point ...

Blackberry storm touchEvents

Hi There, Ive ported an Blackberry 4.6.0 application over to the storm on 4.7.0. All is working fine apart from the touch events i'm trying to control. I trap touch events in the method below which does as its supposed to but the problem is after my logic in the touchEvent executes and return the Menu (thats activated via menu button) is...