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.
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.
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]
| Attachment | Size |
|---|---|
| TouchListBox.cpp | 1.87 KB |
| TouchListBox.h | 886 bytes |