Is spry tool tips supposed to work after inserting it in DW Cs6 ?

Is spry tool tips supposed to work after inserting it in DW Cs6 or am I supposed to get it from Adobe Labs somwhere. I get a message to GET but clicking does nothing.

Hi,
if you resist using DW tooltips you have to use one of the elder DW versions. So you can (from my German DW) > insert  > Spry > Spry-QuickInfo.
From one of my elder websites I can give you the code (you have to adapt it). It will work, provided that you have hold your "SpryAssets" files/directory.:
<head>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
and
<script type="text/javascript">
var sprytooltip2 = new Spry.Widget.Tooltip("sprytooltip", "#sprytrigger2", {followMouse:true});
</script>
</body>
Hans-Günter

Similar Messages

  • Spry tool tip does not work in template or child pages within an editable region. Why not?

    Ok. so I am getting pretty frustrated. I take the time to learn how to use CSS and to create a template page for a Contractor Site (www.ContractorInsurance.net). The idea is to create a page that I can use for different classes of Contractors...right?
    Then I get all happy about being able to insert ToolTip onto pages to help the user. Great!
    LIfe to turn to Sorrow after nearly five hours of searching for a "eeking" answer.
    So what good does it do to have an Editable region to update if we cannot have the flexibility to insert a tool tip on child pages?  Ok so the fast solution is to what... Have a question mark image, insert another apDiv, name it toolTip_Not and provide it with a show=hide behavior?
    RRRRRrrr...
    This really sucks not being able to find a solution within a reasonable amount of time.

    I have tried thank you. However...it is still not working.
    www.ContractorInsurance.net/course_of_construction.php
    The error message is "Making this change would require code that is locked by a template translator"
        Re: Spry tool tip does not work in template or child pages within an editable region. Why not?
        created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    If you have a look at the following simple document with a tooltipTooltip trigger goes here.
    Tooltip content goes here.
    you will notice that a couple of lines have been placed in the HEAD section of the document. When using DW templates, the HEAD section is usually not editable, hence the error mesaage. By default, your template should have an editable region in it just before the closing tag. It looks like this: <!-- TemplateBeginEditable name="head" > <! TemplateEndEditable --> Dreamweaver should be able to find that editable region and insert the
    <script> tag there automatically. Because you don't have an editable region like that in the <head>, open the master template, and paste the code above just before the closing </head>
    tag. Gramps
    Edited to remove personal data

  • Spry Tool tip on Tabbed panels

    I am having a problem with the new spry tool tip widget. I
    have a Tabbed panels table with 4 tabs. For some reason the spry
    widget only works when I have 4 seperate div's with the tool tip
    content and 4 separate js variables placed after the divs. One must
    be on each tab. Is there any way to make it work so there is one
    div and one variable creation on the page rather than 1 for each
    panel?. heres how my code works:
    <head>
    <body>
    <div class="TabbedPanels" id="tp1">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="0">TAB
    1</li>
    <li class="TabbedPanelsTab" tabindex="1">TAB
    2</li>
    <li class="TabbedPanelsTab" tabindex="2">TAB
    3</li>
    <li class="TabbedPanelsTab" tabindex="3">TAB
    4</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent">
    <div id="Funds_DIV1" spry:region="ds1"
    class="SpryHiddenRegion" >
    <table>
    <div id="blindMe" class="toolTip"> <%=accesstxt
    %> </div>
    <script type="text/javascript">
    var blindTooltip = new Spry.Widget.Tooltip('blindMe',
    '.blindTrigger');
    var blindToolTipClosed = new
    Spry.Widget.Tooltip('blindMeClosed', '.blindClosedTrigger');
    </script>
    </table>
    </div>
    </div>
    <div class="TabbedPanelsContent">
    <div id="Funds_DIV2" class="SpryHiddenRegion"
    spry:region="ds2">
    <table>
    <div id="blindMe" class="toolTip"> <%=accesstxt
    %> </div>
    <script type="text/javascript">
    var blindTooltip = new Spry.Widget.Tooltip('blindMe',
    '.blindTrigger');
    var blindToolTipClosed = new
    Spry.Widget.Tooltip('blindMeClosed', '.blindClosedTrigger');
    </script>
    </table>
    Repeat two more times . You get the idea

    Sorry i just kinda threw that together as a mock up
    id="blindMe" becomes id="blindMe2" and so on for each subsequent
    use. I had already checked for that. The same thing goes for the
    associated script variable. It works as is, i just dont want to
    have to duplicate it.
    The problem is, if i remove all the duplicated divs and
    scripts, then place that script and div on the bottom of the page
    after the </div> for the tabbed panels div, the hover state
    no longer works. Same is true if i keep it within the </div>
    the only way it does work is if i duplicate it within each tabbed
    panels content divs. (With different id values of course)

  • Spry Tool Tip Error

    Hi there, I'm really interested in getting the SPRY tool tips
    working. I have a page that uses them on all my images. The first
    line of tool tips work. The second doesn't follow the mouse
    completely and on the last line of images the tool tip appears half
    way up the page. Anyone work out why?
    The page is:
    http://www.hforhome.co.uk/development/tool-tip-deleteme.html
    Thanks in advanced for any help.
    DWS
    The
    page in question

    I've just noticed that the tool tip doesn't go lower than
    lowest part of the initial browser height. Weird. This seems to be
    a Firefox problem. I'm only able to test on Firefox3 and Safari.
    Can anyone let me know it works in IE?
    Thanks
    DWS

  • TOOL TIP is not working!!

    Hello
    (1)Now i can see the Caption of a object/field as TOOL TIP, fine.
    (2)After i am binding with the associated data source field, I also got the populated value of that object/field as tool tip, fine.
    I mean, not 2 tool tips, at the same second, either (1) ir (2), fine.
    But, both are working for ONLY editable fields, tool tip is not working for "readOnly" fields (i colored these fields with GREY color)!!
    Pls. let me know How can i get a tool tip for all KIND of fields, like, Greyedout fields, "readOnly" fields....all
    Thank you

    You could create an invisible field with the tooltip text you desire, send it to the back, and then on mouseenter of the field you want the tooltip for you just make the tooltip field visible and then make it invisible again on mouseexit.
    on mouseenter:
    this.presence = "visible";
    on mouseexit:
    this.presence = "invisible";
    I've used this method in the past to pop up half page instruction sets.
    djaknow

  • Illustrator tools dropdown is not working after the recent software update

    My Illustrator tools dropdown is not working after the recent software update. Any help would much appreciate.

    Same problem here.  I have a Mac with a recent Yosemite update.

  • All I need is an alternative of what we have in DW CS4 spry tool tip

    HI,
    I have done it in Dreamweaver CS4 with spry tool tip and now
    wondering how to do it in flex. In an HBox I have put a small image
    and some text. I want if a user wants to see the full size image
    and clicks on the small one, another window open with full size
    image and close option.
    I want to find out how to do it in Flex.
    ANy idea..............
    Tnx

    easy .. use PopupManager,
    do google search for text "flex PopupManager", there are
    plenty of examples on it.

  • Spry Tool Tip problem - Help please!

    When I add a tool tip to my template, it does not work when I roll over the object, and it shows the the text it is supposed to display at the bottom of the page.
    It works fine on other pages where I've tested it, but not on this site.
    Here is a page where you can see what it's doing.
    Thanks!

    Hi Bill,
    could it be that your DW doesn't "find" your SpryAssets directory? I've intendedly nested it very deep and it works like a charm. In this case I had to write:
    <script src="../../SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="../../SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    Hans-Günter

  • Fly out tool menus are not working after latest update-help?!

    Attempting to click/hold click is not expanding the tool fly out menus in Illustrator after the latest update. I did discover that alt + left click will rotate tools, but I would still like to be able to access the fly out menus. Any help would be appreciated!

    ''tenderprey [[#answer-668426|said]]''
    <blockquote>
    So, it sounds like there's a compatibility problem. I didn't realize that Firefox accesses Silverlight in a whole different way. Do you think Firefox needs to be updated/patched to be able to work with the Silverlight plugin again, or does the plugin need to be updated to be compatible with the latest version of Firefox?
    </blockquote>
    First of all, I´m not a IT guy...just a fan of "firefox".
    Regarding your question, since this issue started with the 34.0.5
    version of "firefox" it´s my opinion that it´s "firefox" the one that
    should be updated/patched to work again with "netflix".
    to fix such issue.

  • Spry drop down menu not working after page created from template

    Hi all.
    I created a template and the drop down Spry menu is working fine on local testing on my browser as follows:
    I then created a New Page from this above Template. I did no alteration to this new page and just saved it as index.html but when previewing it in the browser, the Spry drop down menu is not working and the page displays as follows:
    Here is my site map:
    Any help to show where I am going wrong would be much appreciated.
    Thanks.

    Dear Nancy 
    Very grateful for your reply. 
    On Design View and Preview in browsers the index.dwt page spry works fine.
    When I create a child page from this template page, the child page looks fine in design view but does the spry fails to preview in browsers (the spry just shows as words and not drop down menus). 
    Here is the code:
    <!--
    #apDiv1
    #apDiv2
    #apDiv3
    #apDiv4
    -->
    <!--
    #apDiv5
    #apDiv6
    #apDiv7
    #apDiv8
    #apDiv9
    a:link
    a:hover
    #apDiv10
    body {
        margin-bottom: 0px;
        margin-top: 0px;
    #apDiv11
    -->
    !/cooltext454549176.png|height=170|width=631|src=/cooltext454549176.png!
    !/logosmall.jpg|height=58|hspace=0|width=150|src=/logosmall.jpg|vspace=0!
    Disclaimer:
    Studentshub is a platform for listing services as advertised/promoted by the Companies and individuals concerned. Studentshub does not endorse any of the contents on this site. Studentshub accepts no responsibility for any arrangements, purchase, contracts, agreements, refunds, failure to deliver services etc between individuals, landlords, clubs, organisations, companies etc. This does not affect your statutory rights (2009)
    *Contact !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    Sitemap !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!*
    © www.studentshub.co.uk *
    !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    !/cooltext454549388.png|height=138|width=700|src=/cooltext454549388.png!
    [LIVE | #]
    [CAMPUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOUSE SHARE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [RENT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BUY | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK | #]
    [EMPLOYMENT AGENCIES | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [PART TIME | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [VOLUNTEERING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK ABROAD | #]
    [TRAVEL | #]
    [BUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [TRAIN | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [COACH | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FLIGHTS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [CYCLE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FUN | #]
    [NIGHTS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [DAYS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [GROUP OUTINGS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOLIDAYS | #]
    [UK | #]
    [ABROAD | #]
    [SHOPPING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BOOKS | #]
    [BOOKSHOPS | #]
    [USED BOOKS | #]
    [HEALTH | #]
    [NHS DIRECT | #]
    [HOSPITALS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WALK IN CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHASHIRE | #]
    [LEICESTERSHIRE | #]
    [GUM CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOME | #]
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html

  • Are Hyperlinks supposed to work after PDF export?

    The web and e-mail links I created for my newsletter work fine in Pages, but when I export to PDF to share with everyone, the links don't work (they're still blue and underlined... just not clickable.)
    Aren't the hyperlinks supposed to survive the export to PDF option? If so, is there a setting or preference I've overlooked? (I made sure the "make all hyperlinks inactive" checkbox is unchecked)
    Thanks in advance for any help...
    Dual-processor G4, 1GHz   Mac OS X (10.3.9)  

    Welcome to Apple Discussions David
    This is a rather old thread. Since the previous last post a whole new version of iWork with Pages 2 & Keynote 3 has been released.
    Using the OS X Save As PDF... option in the Print dialog (as you probably did with the Word document) creates a picture of the page. Just like you can't click on a printed piece of paper with the blue, underlined links or a scanned picture of something with a web address without software to recognize them as links. The links are underlined because that is what Word does with them & you can click on them in a Word document opened on your computer.
    I haven't tried it yet, but others have reported that the Export to PDF function in Pages 2 does retain active links...
    I just did a quick test by putting a hyperlink in a Pages 2 document & both exported & printed it as PDFs. In both documents opened in Preview it looked like the links were active & clicking them took me to my web browser, Safari, but neither one opened the page the link was to.
    Peggy

  • Problem applying Spry tool tips to child pages because the head tag is in a locked region

    I’m new to DW and migrating a site from GoLive CS2 to DW CS5. The site uses templates created in GL CS2. I have stripped out as much GL stuff as possible.
    I want to use the SPRY tooltips as a way to show captions for graphics that are on some of the pages (I used to use an Open New Browser window for that but I don’t have as much control in DW as I did in GL). But when I try to apply SPRY tooltips (or any SPRY widget for that matter) I get the following message:
    “Required links could not be added to this file because the <head> tag is in a locked region. To insert this content, open the template file ‘xyz.dwt’ and either unlock the <head> tag or add this content to the template.”
    I am not sure how to go about solving this problem. In the template there is an editable region for adding graphics but in the template itself there are no graphics or anything else to apply a tooltip too. Also in the child pages there may be more than one place to use a tooltip. So that suggests to me that I should not add a tooltip to the template. That brings me to the other option.
    How would I go about unlocking the  <head> tag in the template, without messing everything up?
    Or, should I detach any page from the template when I want to add tooltips then reapply the template? I am planning to ditch the GL template anyway and apply a DW template to all the pages anyway.
    Any suggestions as to what I should do?
    Yours faithfully
    Branko
    PS I’m using Mac with Snow Leopard.

    I found a solution.
    I just made a transparent PNG. Put it in an inconspicuous part of the template. On the child page I could make as many copies as I needed making sure I provided id tags for each use etc.

  • Vmware-config-tools.pl doesn't work after installing vmi-enabled kernel in SUSE 10 SP 2

    I have recently updated my SUSE 10 SP2 to VMI enabled kernel download from Novell. Now I can't run vmware-config-tools.pl it is not finding C header files that match my running kernel. I get following error message "What is the location of the directory of C header files that match your running kernel? /usr/src/linux/include"
    Following is my kernel version
    Linux 2.6.16.60-0.33-vmi #1 SMP
    Please let me know what i need to do to successfully run vmware configuration.

    Hi,
    I think you've to install the c++ compiler that matches your kernel version...
    If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!!

  • Several tools/utilities don't work after Win7 upgrade

    Hello,
    I am working with a Tecra A9 PTS52E laptop which had WinXP running on it.
    I recently upgraded to Win7, but not from a Toshiba install disk.
    I found a number (not all) drivers for tecra a9/win7 online;
    but some things still don't seem to be working correctly.
    first of all, I installed the Value Added Package 20100419152838,
    but OSD and the Toshiba power manager don't work. Instead win7 keeps telling me my battery is broken (?) Is there a way this can be fixed?
    I also had trouble finding Toshiba Disk Creator, and I couldn't make Toshiba Security Assist work properly...
    Thanks,

    Toshiba Power Saver is not the same application as you know it from the past. It has now limited options and Toshiba power saver options you can find in advanced power settings for power plan you use.
    It cannot be installed as single utility. It is part of Toshiba Value Added Package.
    This with battery confuses me completely.
    Is battery detected by OS?
    Can battery be loaded properly?
    Can you run notebook on battery power supply?
    This with composite battery entry is normal and the same is listed in device manager at my notebook. How many entries do you have in device manager for Batteries?

  • Sound will not work after inserting my headphones!

    I was watching a youtube video and decided to listen through my headphones so I inserted my apple iphone headphones and no sound was working!! i was worried, i thought maybe this was because my headphones had broken so i took the headphones out and no sound was coming through the speakers.
    i even tested the headphones through the iphone and it works perfectly.
    Theres not red light or anything. When I turn up the sound or turn it down it makes no ound but looks the same.
    I checked the system preferences without headphones in it says in output: internal speakers, built in. everything looks the same. and when headphones are in it says: headphones, built in ...?
    I'm confused as to what to do. please help me!

    I am having the same problem. so if anybody can help us. For mine the sound comes on after 5-10 min but when I plug the headphones it stops working. also the sound icon on the task bar turns gray

Maybe you are looking for

  • Field Bus. Area is a required field for G/L account 1000 30400011

    07.09.2007 Hi, When I am releasing an invoice for accounting I get the following error "Field Bus. Area is a required field for G/L account 1000 30400011". 1000 is the company code & 30400011 is the G/L account. Can anyone help me to sort  this probl

  • Double Posting of forms/Two sessions

    We have a really strange issue, wondering if anybody else has even had this We're developing an Android app which utilizes web content from the CF8 server by using a browser that we build into the app. The app allows end users to complete a form (fro

  • OS X Mountain Lion

    I'm currently using my older 17" Macbook Pro (for reasons I don't care to explain) and am in the process of upgrading its systems. I understand that my Macbook Pro isn't compatible with Mavericks and for awhile I couldn't even download an OS X becaus

  • Customer Master with Multi-Org

    We are implementing 11i with multi-org. We have been trying to determine at what level the customer master (and others such as item master) files reside within the multi-org levels. Specifically, does the customer master lie in the set of books level

  • How to make animated flash charting?

    Hi I am trying to use the flash chart components. How can I create an animated chart. Regards.