Page 1 of 1

recognise the message sent by a contactor

Posted: Fri Nov 13, 2015 9:04 pm
by jmburnod
Hi All,
I search the best way to recognise the message sent by a contactor.
Some contactors send a string ">1" . Other send something else but they send often a string with several chars.

I tried rawkeydown but it catch only ">" for this exemple.
I hope this contactor write the string in the selectedchunk
If that is the case I could get this fld after rawkeydown

Others idea are welcome

Best regards
Jean-Marc

Re: recognise the message sent by a contactor

Posted: Fri Nov 13, 2015 11:38 pm
by Dixie
Jean-Marc...

What do you mean by a 'contactor' ?

Re: recognise the message sent by a contactor

Posted: Fri Nov 13, 2015 11:57 pm
by dunbarx
What do you mean by a 'contactor' ?
Me, too.

At first glance, I thought it was an external switch.

Craig

Re: recognise the message sent by a contactor

Posted: Sat Nov 14, 2015 12:17 am
by jmburnod
Dears Two,
Thank you one more for help
I think Craig is right, switch is a better word to describe what is does:D
There are many sort of contactors we use to make app accessible for people who can produce only one input.
In this case it is a bluetooth contactor we can use with iPad.
Kind regards
Jean-Marc

Re: recognise the message sent by a contactor

Posted: Sat Nov 14, 2015 6:10 pm
by jacque
You might be able to use the keysDown function.

Re: recognise the message sent by a contactor

Posted: Sat Nov 14, 2015 6:39 pm
by jmburnod
Thanks Jaqueline, you refresh my memory.
I forgot this way :roll:
It seems that is the way
Best regards
Jean-Marc