Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
other
informationbridge
office.intranets
office.misc
office.setup
office.xml
officeupdate
onenote
photodraw.discussion
powerpoint
producer
proj.standard&server
project
project.developer
project.pro_and_serve
project.server
project.vba
project2000
publisher
publisher.prepress
publisher.programming
publisher.webdesign
visio
visio.createshapes
visio.database.modeling
visio.dev.diagrams
visio.dev.shapesheet
visio.dev.vba
visio.dev.vc
visio.developer
visio.general
visio.installation
visio.printing
visio.software.modeling
visio.troubleshoot
  
 
date: Thu, 26 Jun 2008 16:45:00 -0700,    group: microsoft.public.visio        back       


How to make text hover over icon   
I've got a drawing in Visio where I've added an printer icon (actually a 
shape or stencil).  I've made it a link now and pointed it to the website 
with the driver.  I also want to be able to have it where when I hover over 
the item with a mouse, a text box comes up and displays the printer's IP 
address.  This needs to be possible when saving the drawing as a web page.

Is this possible?
date: Thu, 26 Jun 2008 16:45:00 -0700   author:   Alex

Re: How to make text hover over icon   
try this

al



I know many people have asked this question, and it has been partially
answered previously. Here is a more complete explanation.

Summary:
You can add the User.visEquivTitle cell to your shape and provide a string
that will display as a tooltip in the web output. The shape must also have
at least one custom property for the tooltip to be visible.

Steps:
1) Select the shape in your drawing that you want to add a web tooltip for
2) Go to Window > Show Shapesheet
3) Go to Insert > Section, check User-defined cells and click OK
4) In the newly created section, click on the row name User.Row_1 to select
the title of the row
5) Type visEquivTitle and press Enter - you should now see
User.visEquivTitle for the row
6) In the Value cell of that row, enter the text you want to display
surrounded by quotes (e.g. "Hello World")
7) If you instead want to display the same tooltip as the Shape ScreenTip
enter =Comment (no quotes)
8) Go to Insert > Section, check Custom properties and click OK
9) You can fill in the custom property Label and Value if you want this
information to be visible
10) If you don't want the custom property to be visible, enter TRUE in the
Invisible cell
11) Close the Shapesheet window and repeat for any other shape you like
12) Choose File > Save as Web Page to create the HTML output

As you can see this is a bit involved. The capability was designed more as
a developer feature than an end user feature. I recommend tying the Shape
ScreenTip to the User cell so that you see the same tooltip in both Visio
and the web output. It should also be possible to use Macro Recorder to
automate these steps. If your shape has a custom property but does not have
the User.visEquivTitle cell, Visio will display the shape's text in a
tooltip instead.

-- 
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


"Alex"  wrote in message 
news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
> I've got a drawing in Visio where I've added an printer icon (actually a
> shape or stencil).  I've made it a link now and pointed it to the website
> with the driver.  I also want to be able to have it where when I hover 
> over
> the item with a mouse, a text box comes up and displays the printer's IP
> address.  This needs to be possible when saving the drawing as a web page.
>
> Is this possible?
date: Thu, 26 Jun 2008 19:01:38 -0500   author:   AlEdlund

Re: How to make text hover over icon   
"Alex"  wrote in message 
news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
> I've got a drawing in Visio where I've added an printer icon (actually a
> shape or stencil).  I've made it a link now and pointed it to the website
> with the driver.  I also want to be able to have it where when I hover 
> over
> the item with a mouse, a text box comes up and displays the printer's IP
> address.  This needs to be possible when saving the drawing as a web page.
>
> Is this possible?


Try using the Comment cell in the Miscellaneous section. You could define 
the IP Address as a custom property and then the content of the comment cell 
could reflect the content of the custom property contaiing the IP address. 
YOu can get fancy by making the content of the Comment cell a formula that 
references several custom properties.

What Al refers to in his post is using the hover feature of a webpage. What 
I am referring to is the mouse over featur eof a Visio page.

John...
date: Thu, 26 Jun 2008 23:11:11 -0400   author:   John... Visio MVP

Re: How to make text hover over icon   
I want to do the same thing but I need  to take many properties with break 
line ....

How i do this ?




"John... Visio MVP" escreveu:

> "Alex"  wrote in message 
> news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
> > I've got a drawing in Visio where I've added an printer icon (actually a
> > shape or stencil).  I've made it a link now and pointed it to the website
> > with the driver.  I also want to be able to have it where when I hover 
> > over
> > the item with a mouse, a text box comes up and displays the printer's IP
> > address.  This needs to be possible when saving the drawing as a web page.
> >
> > Is this possible?
> 
> 
> Try using the Comment cell in the Miscellaneous section. You could define 
> the IP Address as a custom property and then the content of the comment cell 
> could reflect the content of the custom property contaiing the IP address. 
> YOu can get fancy by making the content of the Comment cell a formula that 
> references several custom properties.
> 
> What Al refers to in his post is using the hover feature of a webpage. What 
> I am referring to is the mouse over featur eof a Visio page.
> 
> John... 
>
date: Mon, 30 Jun 2008 04:37:00 -0700   author:   Gilmar_Brazil

Re: How to make text hover over icon   
When creating the value in the comment cell, you can insert several 
references to various custom properties.

John... Visio MVP

"Gilmar_Brazil"  wrote in message 
news:967764C5-F18D-4827-B22F-A2699D127EB8@microsoft.com...
>I want to do the same thing but I need  to take many properties with break
> line ....
>
> How i do this ?
>
>
>
>
> "John... Visio MVP" escreveu:
>
>> "Alex"  wrote in message
>> news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
>> > I've got a drawing in Visio where I've added an printer icon (actually 
>> > a
>> > shape or stencil).  I've made it a link now and pointed it to the 
>> > website
>> > with the driver.  I also want to be able to have it where when I hover
>> > over
>> > the item with a mouse, a text box comes up and displays the printer's 
>> > IP
>> > address.  This needs to be possible when saving the drawing as a web 
>> > page.
>> >
>> > Is this possible?
>>
>>
>> Try using the Comment cell in the Miscellaneous section. You could define
>> the IP Address as a custom property and then the content of the comment 
>> cell
>> could reflect the content of the custom property contaiing the IP 
>> address.
>> YOu can get fancy by making the content of the Comment cell a formula 
>> that
>> references several custom properties.
>>
>> What Al refers to in his post is using the hover feature of a webpage. 
>> What
>> I am referring to is the mouse over featur eof a Visio page.
>>
>> John...
>>
date: Mon, 30 Jun 2008 09:57:16 -0400   author:   John... Visio MVP

Re: How to make text hover over icon   
OK John a did this but i can't get break the line 

Eg:

prop1 = prop.row_1
prop2 = prop.row_2
.
.
.
propn = prop.row_n

how i can do this

"John... Visio MVP" escreveu:

> When creating the value in the comment cell, you can insert several 
> references to various custom properties.
> 
> John... Visio MVP
> 
> "Gilmar_Brazil"  wrote in message 
> news:967764C5-F18D-4827-B22F-A2699D127EB8@microsoft.com...
> >I want to do the same thing but I need  to take many properties with break
> > line ....
> >
> > How i do this ?
> >
> >
> >
> >
> > "John... Visio MVP" escreveu:
> >
> >> "Alex"  wrote in message
> >> news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
> >> > I've got a drawing in Visio where I've added an printer icon (actually 
> >> > a
> >> > shape or stencil).  I've made it a link now and pointed it to the 
> >> > website
> >> > with the driver.  I also want to be able to have it where when I hover
> >> > over
> >> > the item with a mouse, a text box comes up and displays the printer's 
> >> > IP
> >> > address.  This needs to be possible when saving the drawing as a web 
> >> > page.
> >> >
> >> > Is this possible?
> >>
> >>
> >> Try using the Comment cell in the Miscellaneous section. You could define
> >> the IP Address as a custom property and then the content of the comment 
> >> cell
> >> could reflect the content of the custom property contaiing the IP 
> >> address.
> >> YOu can get fancy by making the content of the Comment cell a formula 
> >> that
> >> references several custom properties.
> >>
> >> What Al refers to in his post is using the hover feature of a webpage. 
> >> What
> >> I am referring to is the mouse over featur eof a Visio page.
> >>
> >> John...
> >>
> 
>
date: Mon, 30 Jun 2008 09:40:01 -0700   author:   Gilmar_Brazil

Re: How to make text hover over icon   
Hi GB,

Try something like this:

Comment = Prop.row_1 & CHAR(10) & Prop.row_2  & CHAR(10) & Prop.row_3 ...

CHAR(10) is a ShapeSheet function that returns a line break.

-- 
Hope this helps,

Chris Roth
Visio MVP


Visio Guy: Smart Graphics for Visual People

  Articles: http://www.visguy.com
  Shapes:   http://www.visguy.com/shapes
  Dev:      http://www.visguy.com/category/development/
  Forum:    http://www.viguy.com/vgforum

Gilmar_Brazil wrote:
> OK John a did this but i can't get break the line 
> 
> Eg:
> 
> prop1 = prop.row_1
> prop2 = prop.row_2
> .
> .
> .
> propn = prop.row_n
> 
> how i can do this
> 
> "John... Visio MVP" escreveu:
> 
>> When creating the value in the comment cell, you can insert several 
>> references to various custom properties.
>>
>> John... Visio MVP
>>
>> "Gilmar_Brazil"  wrote in message 
>> news:967764C5-F18D-4827-B22F-A2699D127EB8@microsoft.com...
>>> I want to do the same thing but I need  to take many properties with break
>>> line ....
>>>
>>> How i do this ?
>>>
>>>
>>>
>>>
>>> "John... Visio MVP" escreveu:
>>>
>>>> "Alex"  wrote in message
>>>> news:5C86B430-1BE8-42CF-8482-533B68C7E728@microsoft.com...
>>>>> I've got a drawing in Visio where I've added an printer icon (actually 
>>>>> a
>>>>> shape or stencil).  I've made it a link now and pointed it to the 
>>>>> website
>>>>> with the driver.  I also want to be able to have it where when I hover
>>>>> over
>>>>> the item with a mouse, a text box comes up and displays the printer's 
>>>>> IP
>>>>> address.  This needs to be possible when saving the drawing as a web 
>>>>> page.
>>>>>
>>>>> Is this possible?
>>>>
>>>> Try using the Comment cell in the Miscellaneous section. You could define
>>>> the IP Address as a custom property and then the content of the comment 
>>>> cell
>>>> could reflect the content of the custom property contaiing the IP 
>>>> address.
>>>> YOu can get fancy by making the content of the Comment cell a formula 
>>>> that
>>>> references several custom properties.
>>>>
>>>> What Al refers to in his post is using the hover feature of a webpage. 
>>>> What
>>>> I am referring to is the mouse over featur eof a Visio page.
>>>>
>>>> John...
>>>>
>>
date: Mon, 30 Jun 2008 19:31:23 +0200   author:   Chris Roth [Visio MVP]

Re: How to make text hover over icon   
Hello all....

So i tried this 
put in in user.visequivtitle, in comment  and char(10) appear like space and 
another char appear lique a cube.

so i don't no 

My Boss want to make this a system where i draw a project with many 
computers and after i show in a browser, not I.E., with pop ups and zoom ...


"Chris Roth [Visio MVP]" escreveu:

> Hi GB,
> 
> Try something like this:
> 
> Comment = Prop.row_1 & CHAR(10) & Prop.row_2  & CHAR(10) & Prop.row_3 ...
> 
> CHAR(10) is a ShapeSheet function that returns a line break.
> 
> -- 
> Hope this helps,
> 
> Chris Roth
> Visio MVP
> 
> 
> Visio Guy: Smart Graphics for Visual People
> 
>   Articles: http://www.visguy.com
>   Shapes:   http://www.visguy.com/shapes
>   Dev:      http://www.visguy.com/category/development/
>   Forum:    http://www.viguy.com/vgforum
> 
>
date: Tue, 1 Jul 2008 05:51:00 -0700   author:   Gilmar_Brazil

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us