Re: transparent text or group names



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
================================================


.



Relevant Pages

  • Re: Shape Selection
    ... > color of Previously created shapes. ... That's because you are trampling all over the global variable Selection ... event handler to another one. ... other like a regular method. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Shapes at Runtime?
    ... label to any shape by clicking a shape and clicking ... execution enters the event handler. ... a function call that returns a reference _to_ the object. ... I'll name the field Selection and it will be of type TShape. ...
    (comp.lang.pascal.delphi.misc)
  • Re: PZ Myers sued for libel
    ... This is hardly an endorsement of magical self-organization. ... Is the spherical shape of many cells an example of self-organization, ... because natural selection has resulted in such a shape, ... If shapes of cells and simple organisms have no adaptive significance, ...
    (talk.origins)
  • Re: Unable to print Emails in Outlook Express
    ... I do not have regsvr on my system, ... a window opens for a printer selection and a print ... If you select format memo (to select the printing of the ... "Steve Cochran" schreef: ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: ListBox Questions
    ... something that prevents selection change from working from within that event ... that event handler, ... able to alter the selected itemin the ListBox. ... >>>seems like if I disable or lock the control, ...
    (microsoft.public.excel.programming)