Hi,
That's good news. Then PowerPoint should be able to detect the
keyboard presses and take actions that you specify.
Have you had a chance to try any of the VBA examples in the book?
-Jim Gordon
Mac MVP
Quoting from "Jim Gordon MVP" <
[email protected]>, in
article C1A355DD.141C5%
[email protected], on [DATE:
Hi again,
When you use the membrane keyboard do you change any of the mouse
or keyboard settings from OSX default?
-Jim
Quoting from "rms" <
[email protected]>, in article
(e-mail address removed), on [DATE:
Thank you very much Jim, I will look into getting that book.
They keyboard I'm using for this is a membrane keyboard that you
can mimic any key press or mouse movement. The students I'm using
it with cannot use if as a mouse so I need a key combination that
I can program into it that will play a sound (that I have set up
as a action) and another key combination that will just go to the
next slide (turn the page).
What I did was take a book with a CD of the pages being read (like
a book on tape), separated the sounds into pages, scanned each
page and made a computer book. If they could use a mouse they
would "turn the page" by clicking on a button and they would
"read" the book by clicking on the words. I would rather that the
sounds did not start as they turned the page to give them a chance
to try to read the words first, then they can click on them to
read. Using this alternate keyboard the challenge is to make
keyboard shortcuts for each thing you want them to be able to do.
Robyn
Jim Gordon MVP wrote:
Hi again Robyn,
Sorry for aside that tuned you out momentarily, but I wanted some
assurance from a renowned expert (Steve) that my idea might work
for you before I suggested it in earnest.
A userform is like a fancy text box of sorts. You can do more
with a userform than with a text box.
One of the things a userform can do is to "listen" for keyboard
presses and then take actions based upon what was pressed. So it
seems that is something that would help you.
However, I am having problems with the vocabulary of your
original posting.
What do you mean by "alternate keyboard?" Is it a physical
keyboard or a keyboard that appears on screen? I don't have a
clear idea of what you mean by "alternate keyboard."
By "turn the page" do you mean advance to the next slide?
Here's what I think you are saying:
* Have a slide appear
* Wait for the user to press a certain letter on the keyboard
* Animate some text and play a sound (spoken words perhaps or
some sort of audio confirmation) based upon which key was
pressed. * Then do something else
If you would be kind enough to describe more completely what you
would like to happen I think we can help you accomplish the goal.
There is a book titled "Powerful PowerPoint for Educators: Using
Visual Basic for Application to Make PowerPoint Interactive" by
David M. Marcovitz that I recommend to you.
http://www.loyola.edu/edudept/PowerfulPowerPoint/
David's book is a great primer for educators who want to take
full advantage of PowerPoint's interactivity features.
David's book will get you started. But I think for your proposal
you will likely need to come back here and get help with the
specifics. There are a lot of properties associated with
userforms. Everything from their size, visibility, transparency,
and what they do can be specified.
So your homework assignment is to read David's book and to post
back with details about how you envisage the steps to be taken by
the the student when PowerPoint is running.
Thanks.
-Jim Gordon
Mac MVP
Quoting from "rms" <
[email protected]>, in article
(e-mail address removed), on [DATE:
Hi,
Thanks for thinking so hard for me on this. If I knew what a
userform was I would try it. Could someone send me someplace
that would help me?
Jim Gordon MVP wrote:
I think you can make a userform transparent, too. I wonder if
our correspondent wants to try any of these ideas.
-Jim
Quoting from "Steve Rindsberg" <
[email protected]>, in
article (e-mail address removed), on [DATE:
Jim Gordon MVP
wrote:
Hi,
Hope I'm not intruding here. Mind if I jawbone with Steve
for a minute?
How about making a userform? A control on the userform or the
userform itself could listen for KeyPress events and act on
them accordingly.
Steve, do you think that would work in this situation?
It might work ...
You have the problem of hiding the form. PPT won't let you
make forms smaller
than 100 in either dimension) but maybe off screen (.Left =
-100, .Top = -100)
..
And of launching it in the first place, but for that you can
put a slide-size
rectangle or other shape on the first slide and tell the user
to click anywhere
to start the show. The click launches a macro that takes you
to the next slide
and activates the form.
--
Jim Gordon
Mac MVP
MVPs are not Microsoft Employees
MVP info
--
Jim Gordon
Mac MVP
MVPs are not Microsoft Employees
MVP info
--
Jim Gordon
Mac MVP
MVPs are not Microsoft Employees
MVP info