|
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 .
|
|
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.
|
|
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 .
|
|
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.
|
|
Hello everyone,
Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and movement) to make the touch screen support multi-touch?
Just like I bought...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Touch isn't hugely "there" in .NET 3.5; but the good news is that I'm pretty sure it is much better personally seen good touch support is when I was using a "surface" device and the surface SDK; note that the surface SDK is not compatible....
|
|
I read this question a few weeks ago. I thought about it when I first saw the iPad.
Do you think it would be possible to set up a development environment on the iPad? I think it would be awesome if there was an InstantRails App, a Django App, maybe even...
Answer Snippets (Read the full thread at stackoverflow):
To be really and launch-announced features....
At work I have only one screen with 1600*1200 which is absolutely not enough.
Using a virtual keyboard, making the screen estate (for programming) even smaller than it already on the screen.
|
|
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 .
|
|
Hi, I had my Ipod Touch 3g 32gb (5.0.1) jailbroken with RedSnow 0.9.10b1.It was working fine for 2 weeks then the screen started to go white with only a bit of the upper part visible.Slide power off still works.I tried holding home/standby button to reset...
Started by Jimcee on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at ifans):
I put the ipod into....
Does it still show white? @ humanidt DFU mode if that helps .
The screen is supposed to be black but on.
So i can't into DFU.
Well he said that even when booting most of the screen is white.
Likely a hardware problem.
|
|
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.
|