Click For More Information...

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hello,
I have a PP presentation that has generic pictures and
arrows that show the flow, (input and output), of our
software program. What I would like to do is click on
different objects in the flow art (for lack of a better
term) and have a bubble pop-up with more information
about the object that was clicked. Can someone point me
in the right direction/documentation how I might be able
to achieve this? I know VBA well if that's the direction
you'd like to point me in.

thank you, Marty
 
PPT 2002 and 2003 have Trigger Animations that you can set to show a text
box when an object is clicked. Which version are you using?
 
You can easily hide and show objects (your bubbles) with VBA and have
each shape in your "flow art" assigned a different procedure. Check out
examples 6-4 and 6-6 on my web site for simple examples of hiding and
showing objects. You could also have a simple MsgBox pop up with the
information, but hiding and showing bubbles might be better.

http://www.loyola.edu/education/PowerfulPowerPoint/

--David

--
David M. Marcovitz, Ph.D.
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]
[TOP ISSUE - Are you having difficulty opening presentations in PPT 2003
that you just created in PPT 2003? -
http://support.microsoft.com/?id=329820]

Hello,

If you (or anyone else reading this message) have suggestions for how to
make this easier to do in PowerPoint, don't forget to send your feedback
(in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

It's VERY important that, for EACH wish, you describe in detail, WHY it is
important TO YOU that your product suggestion be implemented. A good wish
submssion includes WHAT scenario, work-flow, or end-result is blocked by
not having a specific feature, HOW MUCH time and effort ($$$) is spent
working around a specific limitation of the current product, etc. Remember
that Microsoft receives THOUSANDS of product suggestions every day and we
read each one but, in any given product development cycle, there are ONLY
sufficient resources to address the ones that are MOST IMPORTANT to our
customers so take the extra time to state your case as CLEARLY and
COMPLETELY as possible so that we can FEEL YOUR PAIN.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Hello,
I have a PP presentation that has generic pictures and
arrows that show the flow, (input and output), of our
software program. What I would like to do is click on
different objects in the flow art (for lack of a better
term) and have a bubble pop-up with more information
about the object that was clicked. Can someone point me
in the right direction/documentation how I might be able
to achieve this? I know VBA well if that's the direction
you'd like to point me in.

Marty,

What version of PowerPoint do you use, and perhaps more important, do you plan
to give this presentation strictly from PCs you control, or will you distribute
it to others (who might use the Viewer to watch it)?
 
Back
Top