Click here to Skip to main content
15,897,226 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 5:14
donovan.solms26-Jun-07 5:14 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 5:38
originSH26-Jun-07 5:38 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 6:01
donovan.solms26-Jun-07 6:01 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 6:24
originSH26-Jun-07 6:24 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 10:40
donovan.solms26-Jun-07 10:40 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 22:11
originSH26-Jun-07 22:11 
GeneralRe: C# custom event handlers/controls Pin
led mike26-Jun-07 5:39
led mike26-Jun-07 5:39 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 5:59
donovan.solms26-Jun-07 5:59 
ok. let me explain. it's a multitouch screen i built myself. it gets a videofeed from a camera of where you press your finger. the unmanaged c++ app does the tracking of the fingers. then i built a managed wrapper to get the 'events' raised by the unmanaged part. now that is working. now i need to add those touch events to a UIElement in wpf. now doing it with one object is no problem, but doing it with say Image and Button is a whole different story. because once i add a UIElement implemented to receive touches, the app runs but without allowing the other one for touches. so i want to build a framework that allows for more than one element to be touched. the basics should be the same as the normal mousedown event.

as for "doing different things" and "why whould you use more than one finger"?

google/youtube for 'microsoft surface', or 'jeff han ftir' and you'll see why more than one finger and why it does different things when you touch different objects.

@led mike - you're right : "And what does "does do quite different things than pressing two fingers on something else" have to do with "how" you capture the "press" event? " has nothing to do with it, it was just to better explain.



rather have something you don't need, than need something you don't have

GeneralRe: C# custom event handlers/controls Pin
led mike26-Jun-07 6:13
led mike26-Jun-07 6:13 
AnswerRe: C# custom event handlers/controls Pin
Dave Kreskowiak26-Jun-07 5:37
mveDave Kreskowiak26-Jun-07 5:37 
QuestionPlease correct the error..... Pin
help as an alias26-Jun-07 2:16
help as an alias26-Jun-07 2:16 
AnswerRe: Please correct the error..... Pin
Manas Bhardwaj26-Jun-07 2:19
professionalManas Bhardwaj26-Jun-07 2:19 
AnswerRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 2:21
Colin Angus Mackay26-Jun-07 2:21 
AnswerRe: Please correct the error..... Pin
kubben26-Jun-07 2:22
kubben26-Jun-07 2:22 
GeneralRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 2:23
Colin Angus Mackay26-Jun-07 2:23 
GeneralRe: Please correct the error..... Pin
kubben26-Jun-07 2:29
kubben26-Jun-07 2:29 
GeneralRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 2:30
Colin Angus Mackay26-Jun-07 2:30 
AnswerRe: Please correct the error..... Pin
Gamzun26-Jun-07 2:35
Gamzun26-Jun-07 2:35 
GeneralRe: Please correct the error..... Pin
help as an alias26-Jun-07 2:46
help as an alias26-Jun-07 2:46 
GeneralRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 2:47
Colin Angus Mackay26-Jun-07 2:47 
GeneralRe: Please correct the error..... Pin
Gamzun26-Jun-07 2:51
Gamzun26-Jun-07 2:51 
GeneralRe: Please correct the error..... Pin
help as an alias26-Jun-07 3:25
help as an alias26-Jun-07 3:25 
GeneralRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 3:35
Colin Angus Mackay26-Jun-07 3:35 
GeneralRe: Please correct the error..... Pin
mav.northwind26-Jun-07 8:19
mav.northwind26-Jun-07 8:19 
GeneralRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 13:55
Colin Angus Mackay26-Jun-07 13:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.