Re: transparent text or group names
- From: Steve Rindsberg <abuse@xxxxxxxxxxxxx>
- Date: Fri, 19 Jan 2007 11:55:43 EST
In article <D3C0FC6C-1659-4FCA-A83A-E62A80E22DAB@xxxxxxxxxxxxx>, Lzjzus1 wrote:
OK you guys have gone beyond my knowledge.
If you think *this* has gone off track, try mentioning food. <g>
But I think the answers available are the ones you have gotten so far. Grouping
alters the animation properties of the shapes you've included in the group;
nothing's to be done about that, unfortunately.
The names of shapes can't be changed w/o resorting to code, but the needed code's
been included in inexpensive or free add-ins.
I am trying to just label items
(square 1, 2, etc) so that I can identify said items when using them for
triggers etc. Beside that point once and if you can change there name (minus
using code) if you are to group said item it loses both name and animation
triggers. Any more clue minus the vba coding would be helpful . I think we
are trying to push .ppt beyond its basic functions. Thanks
"Steve Rindsberg" wrote:
Hi John,
The thot plickens.
It turns out that the oddities I mention happen only when an addin with an
event handler (that handles the selection event, among other things) is active.
You can trace through the code and watch the show on screen ... nothing alters
the selection, but as soon as the code completes, PPT deselects all but the
first shape in the selection.
Hard to pin down exactly why it happens but I've been able in this case to mod
the event handler code to avoid it.
In article <2B27C585-121E-4B07-A126-EA69C5E557F3@xxxxxxxxxxxxx>, John Wilson
wrote:
Hi Steve
You knew I was going to bite! Anyway by dupeing I created four shapes on a
slide all called "steve" in 2003
They didnt react as you indicate for me I can drag select or ctrl click them
but also I can affect the all with vba
eg
For Each oshp In ActivePresentation.Slides(1).Shapes
If oshp.Name = "steve" Then oshp.Fill.ForeColor _
..RGB = vbBlue
Next
Then I changed some shapes so that eg the circle called "steve" became a
square now I have four totally different shapes all called "steve" and the
code still works. There'll be a use somewhere in the future!!
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
.
- References:
- Re: transparent text or group names
- From: Shyam Pillai
- Re: transparent text or group names
- From: Steve Rindsberg
- Re: transparent text or group names
- From: John Wilson
- Re: transparent text or group names
- From: Steve Rindsberg
- Re: transparent text or group names
- Prev by Date: Re: Resized images appear stretched
- Next by Date: Re: How to change font size for a table
- Previous by thread: Re: transparent text or group names
- Next by thread: RE: transparent text or group names
- Index(es):
Relevant Pages
|