|
Hello everyone,
I am wondering whether WPF on .Net 3.5 supports touch or multi-touch for laptop? Appreciate if there are some cool Demos to show the effect.
I am using VSTS2008 + C#.
thanks in advance, George
Started by George2 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The O/S simply delegates the events of mouseDown=1c333f06-fadb-4d93-9c80-402621c600e7
WPF 4.0 Beta 2 supports full multi-touch, but only on Windows 7, as Windows 7 is the first multi....
Responsibility to support touch-devices, but the O/S.
|
|
Going to make an applications wich will be used on a device without a physical keyboard
Looking for best practices for touch-screen applications.
Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices?
Or should...
Started by Kb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Spend some extra time on design, implement an effective GUI with selection... .
I've been designing PDA apps in Windows mobile, and I've found the best solution is to try to elminate the keyboard as much as possible .
Don't have a true answer, just a bit of advice .
|
|
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...
Started by MadKeithV on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This is working very but also can bring the keyboard to the front of the screen
We are using Click-N-Type for our systems, and I guess it could be ported to C+....
I programmed a On Screen Keyboard in Java.
Control over its look and feel.
|
Ask your Facebook Friends
|
I have seen people take screen shots on their iPhone/iPod Touch. How do you do that?
Started by Mike Wills on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The screen should flash to confirm.
Hold down the home button, then press the top button .
|
|
Posted 08 May 2012 - 03:41 AM
hello sirs ,
suddenly my aurora touch screen works without i touch it , and it touches several points in the screen and i can't use my aurora
please help me , is this software issue or hardware ?
Started by eng.power on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at slatedroid):
I would touch the upper right corner of the screen, it showed the....
Said:
hello sirs ,
suddenly my aurora touch screen works without i touch it , and it touches that shows touches and it was interesting.
|
|
Does anyone make a wireless touch screen monitor that would be could be used kind of like a tablet pc?
Basically I want something that could sit on my lap and allow me to view and control a nearby pc.
UPDATE: Anyone know of a touch screen tablet pc without...
Started by delux247 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Any tablet pc could.
Touch Book by AlwaysInnovating (from $299) and control your 'nearby pc' via VNC.
touch screen monitor that could in theory be connected to a wireless usb or bluetooth extender.
|
|
How would one go about detecting if two images on the screen (form) were touching each other in C#?
I have a little game where I have to find out if two objects (images of objects) are touching each other.
Is there a simple way to implement this?
Started by Tony on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Then calculate the distance between the two objects centers, and compare that to the sum of their radii... .
The quickest way is to treat each object as a circle with a radius that is generally close to its perimeter, and an X,Y coordinate pair of its center .
|
|
Can i create the same kind of navigation that I have on the main screens? That is, I want different screens that I can navigate between using the touch-and-drag? I haven't seen anything about it, so it was time to ask :)
Oh, Im talking about apps for ...
Started by Ted on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Home screen to see how it does it, or use ViewFlipper and the new gesture system to attempt to "fake it" (you wont get the tactile drag of the home screen using this method):
public class.
|
|
Building a touch-screen app for a mobile device, around the size of a book. What C++ toolkit should I use? I was thinking about Qt, or gtkmm with hildon.
Thanks!
Started by Mark on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
After that, pick the one done....
After that, if you get more than one answer to the above question, check to see which one features the features you want for your application .
Use the frameworks that are supported/recommended by the OS on the mobile device .
|
|
Hi,
I am using WPF 3.5 on Vista Machine. Can someone please let me know how to implement touch screen functionality on this. A demo example will be really helpful.
Thanks, Sachin
Answer Snippets (Read the full thread at stackoverflow):
Thanks, Sachin.
This podcast is a good introduction to the technology on the screen.
You also need hardware that supports touch.
|