2 of 3
2
Which WPF Multi-Touch Framework To Use? 
Posted: 08 July 2008 04:24 PM   [ Ignore ]   [ # 16 ]
New Member
Avatar
Rank
Total Posts:  96
Joined  2007-12-12
Daniel D - 28 May 2008 01:30 PM

you don’t need multi-touch display to try out MultiTouchVista. just connect additional mice and use them. very helpful for development.

Can you tell me the easiest way to use 2 mice on my XP laptop?  I’ve recently started working with your framework and want to test out some apps (without having to fire up my table)

Is it possible to use the touchpad on my laptop in addition to the mouse port that’s on the back?  Or do I need to use usb mice?  thanks

 Signature 

http://multitouchproject.blogspot.com/

Profile
 
 
Posted: 09 July 2008 12:23 AM   [ Ignore ]   [ # 17 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14

yes you can use touchpad with a normal mouse.

Profile
 
 
Posted: 09 July 2008 09:30 AM   [ Ignore ]   [ # 18 ]
New Member
Avatar
Rank
Total Posts:  96
Joined  2007-12-12

I couldn’t figure out how to enable both the touchpad and the normal mouse at the same time.  I’m also about to post in another thread about compiling those 4 solutions before opening the test app (MTVista)

 Signature 

http://multitouchproject.blogspot.com/

Profile
 
 
Posted: 09 July 2008 10:18 AM   [ Ignore ]   [ # 19 ]
Jr. Member
RankRank
Total Posts:  118
Joined  2008-02-04

I’ve been able to enable both a mouse and touchpad on my laptop (dell latitude d820)..  (this was also the default behaviour of my laptop)

If you run vista and have a Dell laptop you can go to “Control Panel” -> Hardware and Sound -> Mouse
Then you should see a seperate tab called “Dell touchpad”, if you go to that en click the picture then go to “Device select” you have several options saying touchpad enable/disabled, and at the bottom there is another checkbox that says “Disable touchpad / pointing stick when external USB mouse is present”

Make sure that Touchpad is enabled, and the disable touchpad checkbox at the bottom is not selected ..

Profile
 
 
Posted: 09 July 2008 11:12 AM   [ Ignore ]   [ # 20 ]
New Member
Avatar
Rank
Total Posts:  96
Joined  2007-12-12

Thanks Helza1, I ended up using a usb mouse like you.  I guess I can’t use 2 mice that are both considered ps/2 (touchpad and regular mouse).

I have both mice working now, but they are both controlling the same cursor.  I’m supposed to have 2 cursors to test MTvista, right?  I still haven’t been able to do the test application, but when using Multitouchable Framework sample application I only have one cursor.

 Signature 

http://multitouchproject.blogspot.com/

Profile
 
 
Posted: 09 July 2008 12:30 PM   [ Ignore ]   [ # 21 ]
Jr. Member
RankRank
Total Posts:  118
Joined  2008-02-04

One you load up the Multitouch.Service.Console application you should all of a sudden get multiple red dots… 1 red dot for each input device.... Your mouse cusros will still be there and move, but it will move whenever you move one of the mice/touchpad.. the red dots will however move independently of each other. And if you click on a button it will send the click event to whatever button is located below the red dot of that specific device .. smile

Profile
 
 
Posted: 09 July 2008 01:24 PM   [ Ignore ]   [ # 22 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14
Helza1 - 09 July 2008 10:18 AM

I’ve been able to enable both a mouse and touchpad on my laptop (dell latitude d820)..  (this was also the default behaviour of my laptop)

If you run vista and have a Dell laptop you can go to “Control Panel” -> Hardware and Sound -> Mouse
Then you should see a seperate tab called “Dell touchpad”, if you go to that en click the picture then go to “Device select” you have several options saying touchpad enable/disabled, and at the bottom there is another checkbox that says “Disable touchpad / pointing stick when external USB mouse is present”

Make sure that Touchpad is enabled, and the disable touchpad checkbox at the bottom is not selected ..

Didn’t knew that by connecting mouse touchpad is disabled on some laptops.
On my Toshiba PORTEGE M400 I can use usb mouse + touchpad + tablet stylus (pen) at the same time.

Profile
 
 
Posted: 09 July 2008 04:47 PM   [ Ignore ]   [ # 23 ]
Jr. Member
RankRank
Total Posts:  118
Joined  2008-02-04

I hate having the touchpad active when i’m using a mouse, when i’m typing my arm often hits the touchpad and makes the mouse move.. really annoying smile

Profile
 
 
Posted: 10 July 2008 12:03 AM   [ Ignore ]   [ # 24 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14

on m400 touchpad has a good placement. i never accidently touch touchpad. i can’t event explicitly touch it while i’m typing smile

Profile
 
 
Posted: 14 July 2008 10:20 PM   [ Ignore ]   [ # 25 ]
Administrator
Avatar
RankRankRank
Total Posts:  380
Joined  2008-04-22

In my feeble attempt to put my bias aside, here is the way I see it.

Lux is a great framework that is being developed, it is probably the best suited for what the community is trying to do.  If you already know how to program in a language that supports WPF go for it, just know that I(and other GNU/Linux users) will be left out, and if you write a good app we may just have to copy you and waste our timesmile If you do not know how to program, I would recommend Python.  Its cross platform, supports Lux, and is easier to learn then C++.  C++ is another good option, though a bit harder to learn.

Good Luck!

Alex

 Signature 

I am more then willing to to test your Multi-Touch programs on Linux, PM me if you have something.  If you’re looking for something faster then AS3 and Easier then C, try Python!

My Blog

Profile
 
 
Posted: 15 July 2008 01:20 AM   [ Ignore ]   [ # 26 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14
xelapond - 14 July 2008 10:20 PM

In my feeble attempt to put my bias aside, here is the way I see it.

Lux is a great framework that is being developed, it is probably the best suited for what the community is trying to do.  If you already know how to program in a language that supports WPF go for it, just know that I(and other GNU/Linux users) will be left out, and if you write a good app we may just have to copy you and waste our timesmile If you do not know how to program, I would recommend Python.  Its cross platform, supports Lux, and is easier to learn then C++.  C++ is another good option, though a bit harder to learn.

Good Luck!

Alex

This sounds like an ultimatum. Join us or we will copy you!

Profile
 
 
Posted: 15 July 2008 02:05 AM   [ Ignore ]   [ # 27 ]
Jr. Member
RankRank
Total Posts:  118
Joined  2008-02-04

lol smile

If/when Lux will be released i’ll definetly check it out.. until then WPF is my choice of language ...

Now stop with t he GNU/cross platform propaganda already smile (not meant seriously)

Profile
 
 
Posted: 15 July 2008 05:43 AM   [ Ignore ]   [ # 28 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14

You speaking my words Helza1. I just wanted to make a post about propaganda, but you made this more diplomatically smile

Profile
 
 
Posted: 16 July 2008 01:20 AM   [ Ignore ]   [ # 29 ]
Sr. Member
RankRankRank
Total Posts:  275
Joined  2007-07-14

Too sad that you have to copy us to make something :D

Profile
 
 
Posted: 16 July 2008 06:07 AM   [ Ignore ]   [ # 30 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  527
Joined  2006-11-09

LOL @xelapond… eveybody has their language of choice.... you cant force them in or out of it.

Another C#/XNA based FTIR library: http://research.cs.queensu.ca/~wolfe/equisftir/

 Signature 

~

Profile
 
 
   
2 of 3
2