I have copied a bit of the script for the gender array selection box
from the main script to use for a list of provoking comments to sent
to an 'opponent'. Although, one can use the mouse to select the
gender, in my array of choices, the mouse is not usable. As a result,
one has to scroll through the list of comments using the up and down
keys on the keyboard, which is really not sophisticated. I want my
program to look sophisticated, of course. Can anyone help? I've tried
copying the code that initiates the mouse, but that did not work.
Thanks very much.
-Luna
Michiel Spapé
Research Fellow
Perception & Action group
University of Nottingham
School of Psychology
Hello e-primers,
Thanks very much.
-Luna
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to e-prime+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
I can set a variable to refer to a running list:
Dim theList as List
Set theList = CList(Rte.GetObject(c.GetAttrib("Running")))
I also can assign a variable to refer to a list if I know its name
(StimDisplay):
Dim theResponseObject As
RteRunnableInputObject
How can I know the currently running object so that an inline, running
during it's prerelease, can reference and use it's attributes
(duration, keyboardMask, etc). I want to be able to copy and move an
inline to follow different objects without changing and 'hard coding'
the name of the object in the script each time. (Sorry for the
repeated posting)
Thanks.
Instead, please start a brand new, blank e-mail message, address it to
e-p...@googlegroups.com, and go from there.
I am restoring this thread to Luna's original title of "How do I turn
the mouse on?", and I will try to repost Scott's question under a new
thread.
-- David McFarlane, Professional Faultfinder
On 3 Mar 2010 J Scott Saults wrote:
> Surely there's a way, but I haven't figured this out.
<snip>