WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Set Text DataGraphic Transparency

 
   Home -> Office other -> General Discussions RSS
Next:  Creating a custom stencil for Cross Functional ba..  
Author Message
CRaSH

External


Since: Oct 15, 2008
Posts: 4



(Msg. 1) Posted: Wed Oct 15, 2008 12:15 am
Post subject: Set Text DataGraphic Transparency
Archived from groups: microsoft>public>visio>general (more info?)

Hi there,

I have created a bunch of custom timeline milestone shape masters, that each
contain a text data graphic.

I need to set the transparency value of the text data graphic based,
ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
the parent (or as a fallback, the actual text displayed in the data graphic.

Ideal example:

If _VisDM_Pet_Type Value = "100"
Transparency=100%
If _VisDM_Pet_Type Value = "0"
Transparency = 0%

Fallback example:
if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
if it's "Cat", Transparency=0%.

For love nor money, I can't get this to work - I'm guessing that I'm not
calling the data from other sheets properly, but I thought that the IF
statement should be really straight forward. There seems to be 3 or 4 places
(seperate sheets) where the transparency could be set.

Please help.
Back to top
Login to vote
CRaSH

External


Since: Oct 15, 2008
Posts: 4



(Msg. 2) Posted: Wed Oct 15, 2008 2:48 am
Post subject: RE: Set Text DataGraphic Transparency [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, should have added that I'm using Visio 2007 on Vista

Cheers


"CRaSH" wrote:

> Hi there,
>
> I have created a bunch of custom timeline milestone shape masters, that each
> contain a text data graphic.
>
> I need to set the transparency value of the text data graphic based,
> ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
> the parent (or as a fallback, the actual text displayed in the data graphic.
>
> Ideal example:
>
> If _VisDM_Pet_Type Value = "100"
> Transparency=100%
> If _VisDM_Pet_Type Value = "0"
> Transparency = 0%
>
> Fallback example:
> if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
> if it's "Cat", Transparency=0%.
>
> For love nor money, I can't get this to work - I'm guessing that I'm not
> calling the data from other sheets properly, but I thought that the IF
> statement should be really straight forward. There seems to be 3 or 4 places
> (seperate sheets) where the transparency could be set.
>
> Please help.
>
>
>
Back to top
Login to vote
Paul Herber

External


Since: Oct 03, 2006
Posts: 1361



(Msg. 3) Posted: Wed Oct 15, 2008 12:14 pm
Post subject: Re: Set Text DataGraphic Transparency [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 15 Oct 2008 00:15:01 -0700, CRaSH
<CRaSH DeleteThis @discussions.microsoft.com> wrote:

>Hi there,
>
>I have created a bunch of custom timeline milestone shape masters, that each
>contain a text data graphic.
>
>I need to set the transparency value of the text data graphic based,
>ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
>the parent (or as a fallback, the actual text displayed in the data graphic.
>
>Ideal example:
>
>If _VisDM_Pet_Type Value = "100"
>Transparency=100%
>If _VisDM_Pet_Type Value = "0"
>Transparency = 0%
>
>Fallback example:
>if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
>if it's "Cat", Transparency=0%.
>
>For love nor money, I can't get this to work - I'm guessing that I'm not
>calling the data from other sheets properly, but I thought that the IF
>statement should be really straight forward. There seems to be 3 or 4 places
>(seperate sheets) where the transparency could be set.

Is there such a thing as DataGraphics transparency? I can find no
reference to it.


--
Regards, Paul Herber, Sandrila Ltd.
DFD/SSADM for Visio http://www.visio-dfd.sandrila.co.uk/
Back to top
Login to vote
CRaSH

External


Since: Oct 15, 2008
Posts: 4



(Msg. 4) Posted: Wed Oct 15, 2008 2:31 pm
Post subject: Re: Set Text DataGraphic Transparency [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

G'day Paul,
using the ShapeSheet of the Data Graphic Text Callout, we can set
Transparency values for Lines, Fills and Text. If I set this any of these
values to an explicit value, the transparency value is set accordingly. That
definately works. I can even use an IF statement to drive the value, so long
as the named reference value is contained within the Data Graphics
ShapeSheet.

What I don't seem to be able to do is set the value using an IF statement,
if the named reference need to come from a different ShapeSheet contained
within the Master.



"Paul Herber" wrote:

> On Wed, 15 Oct 2008 00:15:01 -0700, CRaSH
> <CRaSH.DeleteThis@discussions.microsoft.com> wrote:
>
> >Hi there,
> >
> >I have created a bunch of custom timeline milestone shape masters, that each
> >contain a text data graphic.
> >
> >I need to set the transparency value of the text data graphic based,
> >ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
> >the parent (or as a fallback, the actual text displayed in the data graphic.
> >
> >Ideal example:
> >
> >If _VisDM_Pet_Type Value = "100"
> >Transparency=100%
> >If _VisDM_Pet_Type Value = "0"
> >Transparency = 0%
> >
> >Fallback example:
> >if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
> >if it's "Cat", Transparency=0%.
> >
> >For love nor money, I can't get this to work - I'm guessing that I'm not
> >calling the data from other sheets properly, but I thought that the IF
> >statement should be really straight forward. There seems to be 3 or 4 places
> >(seperate sheets) where the transparency could be set.
>
> Is there such a thing as DataGraphics transparency? I can find no
> reference to it.
>
>
> --
> Regards, Paul Herber, Sandrila Ltd.
> DFD/SSADM for Visio http://www.visio-dfd.sandrila.co.uk/
>
Back to top
Login to vote
Paul Herber

External


Since: Oct 03, 2006
Posts: 1361



(Msg. 5) Posted: Wed Oct 15, 2008 11:55 pm
Post subject: Re: Set Text DataGraphic Transparency [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 15 Oct 2008 14:31:01 -0700, CRaSH
<CRaSH.TakeThisOut@discussions.microsoft.com> wrote:

>G'day Paul,
>using the ShapeSheet of the Data Graphic Text Callout, we can set
>Transparency values for Lines, Fills and Text. If I set this any of these
>values to an explicit value, the transparency value is set accordingly. That
>definately works. I can even use an IF statement to drive the value, so long
>as the named reference value is contained within the Data Graphics
>ShapeSheet.

Well, I can't even get transparency to work on the data graphic at all
so I'm a way behind you yet ! You can set it in the dialog but it
doesn't actually do anything when do press Apply or OK.



--
Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/
Back to top
Login to vote
WapperDude

External


Since: Feb 20, 2008
Posts: 407



(Msg. 6) Posted: Sat Oct 18, 2008 1:51 pm
Post subject: Re: Set Text DataGraphic Transparency [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The simple answer to referencing some other shapesheet is to use the
construct Sheet.xy!User.ValueText. Where Sheet.xy! is the shapesheet that
contains the reference User.ValueText. Of course, this assumes that you know
before hand, which shape has the reference info.

HTH
Wapperdude



"CRaSH" wrote:

> G'day Paul,
> using the ShapeSheet of the Data Graphic Text Callout, we can set
> Transparency values for Lines, Fills and Text. If I set this any of these
> values to an explicit value, the transparency value is set accordingly. That
> definately works. I can even use an IF statement to drive the value, so long
> as the named reference value is contained within the Data Graphics
> ShapeSheet.
>
> What I don't seem to be able to do is set the value using an IF statement,
> if the named reference need to come from a different ShapeSheet contained
> within the Master.
>
>
>
> "Paul Herber" wrote:
>
> > On Wed, 15 Oct 2008 00:15:01 -0700, CRaSH
> > <CRaSH DeleteThis @discussions.microsoft.com> wrote:
> >
> > >Hi there,
> > >
> > >I have created a bunch of custom timeline milestone shape masters, that each
> > >contain a text data graphic.
> > >
> > >I need to set the transparency value of the text data graphic based,
> > >ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
> > >the parent (or as a fallback, the actual text displayed in the data graphic.
> > >
> > >Ideal example:
> > >
> > >If _VisDM_Pet_Type Value = "100"
> > >Transparency=100%
> > >If _VisDM_Pet_Type Value = "0"
> > >Transparency = 0%
> > >
> > >Fallback example:
> > >if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
> > >if it's "Cat", Transparency=0%.
> > >
> > >For love nor money, I can't get this to work - I'm guessing that I'm not
> > >calling the data from other sheets properly, but I thought that the IF
> > >statement should be really straight forward. There seems to be 3 or 4 places
> > >(seperate sheets) where the transparency could be set.
> >
> > Is there such a thing as DataGraphics transparency? I can find no
> > reference to it.
> >
> >
> > --
> > Regards, Paul Herber, Sandrila Ltd.
> > DFD/SSADM for Visio http://www.visio-dfd.sandrila.co.uk/
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support