changing/customizing mouse cursor appearance

Michiel Spape Michiel.Spape at nottingham.ac.uk
Wed May 18 15:46:40 UTC 2011


Hiya,
1) You might just be able to change your cursor settings in windows (download and find), I'd be surprised if E-Prime actually copied these.
2) You can hide the cursor and insert a BMP over it. For example, if you have a procedure:

1. Label1
2. Slide with bmp of your face, positioned at X: [Xpos], Y: [Ypos], duration 10 ms with vsync on.
3. Inline:
Dim x1 as integer, y1 as integer
Mouse.GetCursorPos x1, y1
c.SetAttrib "Xpos", x1
c.SetAttrib "Ypos", y1
goto Label1

Should work.
Best,
Mich

Michiel Spapé
Research Fellow
Perception & Action group
University of Nottingham
School of Psychology
www.cognitology.eu


-----Original Message-----
From: e-prime at googlegroups.com [mailto:e-prime at googlegroups.com] On Behalf Of Erin
Sent: 18 May 2011 15:49
To: E-Prime
Subject: changing/customizing mouse cursor appearance

Hi all,

I am trying to figure out how to change the appearance of the mouse
cursor in E-Prime.  In the E-Basic help, the MouseDevice.Cursor topic
lists the standard cursors available in E-Prime (you can change the
cursor using inline "Mouse.Cursor = (1-13)"). However, the options are
quite limited.

I want to set my own image as the cursor (in my case, a small white
circle).  Does anyone know of a way to set a small .bmp or .jpg file
to appear as the cursor?  Thank you

Erin

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

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.

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.



More information about the Eprime mailing list