Search found 7 matches

by ThierryO
Sat Mar 29, 2008 3:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "set the cursor to" does not run
Replies: 2
Views: 2789

I locked the cursor and it is fixed now.
TX BvG
by ThierryO
Sat Mar 29, 2008 12:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "set the cursor to" does not run
Replies: 2
Views: 2789

"set the cursor to" does not run

Hi everybody,

I use

Code: Select all

set the cursor to none
to hide the cursor when a card is open but this does not run.
Any help is welcome.

Thierry
by ThierryO
Wed Mar 19, 2008 6:31 pm
Forum: Mac OS
Topic: How to get the first keypress and ignore others?
Replies: 5
Views: 6447

Hi Mark,

All problems are now fixed! I replaced all "wait" and added handlers as you suggested. The stack runs greatly. Thank you very much!

Best,
Thierry
by ThierryO
Wed Mar 19, 2008 6:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HELP: hPB with "arrowkey"
Replies: 2
Views: 2759

Jan,

Thank you for your help. I now use the idea of an unblock handler and replaced a 'wait' with "send" to fix the problem.
by ThierryO
Wed Mar 19, 2008 1:14 pm
Forum: Mac OS
Topic: How to get the first keypress and ignore others?
Replies: 5
Views: 6447

hi Mark, Thank you for your reply. normally, subjects only should press once. But my concern is that sometimes they might want to correct their response. So, even if instructions indicate this is not possible, or even if there is a beep as you suggested, I prefer to anticipate the problem by scripti...
by ThierryO
Wed Mar 19, 2008 10:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HELP: hPB with "arrowkey"
Replies: 2
Views: 2759

HELP: hPB with "arrowkey"

Hi everybody, I am developing a task in which questions are responded with arrowkeys. But, if an key is pressed twice (or more) for the same question, the first keypress is considered as the reply for the current trial, and the other are memorized and used for the next trials, which, when they are p...
by ThierryO
Mon Mar 17, 2008 3:56 pm
Forum: Mac OS
Topic: How to get the first keypress and ignore others?
Replies: 5
Views: 6447

How to get the first keypress and ignore others?

Hello everybody, I'm developing a stack for psychology research (for sholars: the pro- and anti-saccade task). Here is the task: individuals look at a cross on the middle of the screen, then ignore or not a square that is presented at left or right of the cross. After a few milliseconds, the square ...