Touch Screen Feature

2 posts / 0 new
Last post
zxlam
zxlam's picture
Offline
Joined: 23 Jun 2010
Posts:
Touch Screen Feature

hi all,
is it possible to implement touch screen feature using Mosync ?
if so how?
Im trying to make a button that could be selected using touch screen.

Thanks.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Hi, I've converted some of the standard MAUI components for touch, but what I've found I mostly need is a touch-ready version of listbox. I also have touch-ready buttons and images, but there is an issue that Widgets don't know their absolute position on screen. If they are scrolled, (like in a listbox) then this is where most of the difficulties lie.

I've enclosed my TouchListBox code, but if you let me know what effect you're trying to achieve, I've probably got some code for it.
[attachment=1]TouchListBox.cpp[/attachment]
[attachment=0]TouchListBox.h[/attachment]

AttachmentSize
TouchListBox.cpp 1.87 KB
TouchListBox.h 886 bytes