Sticky anchors

Not that I can understand a single word of it, but a recent Muse Site of the Day is INFO
The page seems to have sticky anchors – as you scroll it snaps to the next anchor. As this is allegedly built in Muse I would like to be enlightened ...

Hello,
You can achieve this by using the widget below. Please take a look at the link and video in it.
http://widgets-musethemes.businesscatalyst.com/tb045.html
https://creative.adobe.com/addons/products/3144#.VCCyYvldWOY
Regards
Vivek

Similar Messages

  • Web part refresh causes sticky headers to disappear in sharepoint list

    I embedded a snippet called "sticky headers" that freezes the column titles of a long sharepoint list so that when you scroll down, the column titles remain visible. However, I noticed that the "sticky headers" disappear when the web
    part refreshes and reappear on a page refresh. How can I get the code to execute after any partial postbacks? Here is the code:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script><script
    type="text/javascript">
    jQuery(document).ready(function(){
    stickyHeaders()
    function stickyHeaders(){
    if( jQuery.inArray( "spgantt.js", g_spPreFetchKeys ) > -1){
    SP.SOD.executeOrDelayUntilScriptLoaded(function () {
    findListsOnPage();
    }, "spgantt.js");
    } else {
    findListsOnPage();
    $(window).bind('hashchange', findListsOnPage);
    function findListsOnPage() {
    var lists         
    = $('.ms-listviewtable')
    var quickEditLists = [];
    var listViews     
    = [];
    $(lists).each(function(i){
    if($(this).find('div[id^="spgridcontainer"]').length > 0 ){
    quickEditLists.push($(this))
    } else if( $(this).hasClass("ms-listviewgrid") == false ) {
    listViews.push($(this))
    if(quickEditLists.length > 0) {
    SP.GanttControl.WaitForGanttCreation(function (ganttChart) {
    initializeStickyHeaders(quickEditLists, "qe");
    if(listViews.length > 0) {
    initializeStickyHeaders(listViews, "lv");
    function initializeStickyHeaders (lists, type) {
    var top_old       
    = [], top_new        = [],
    bottom_old    
    = [], bottom_new     = [],
    stickies      
    = [], headers        = [],
    indexOffset   
    = 0 ;
    var style = "" +
    "" +
    "" +
    "background-color:white;" +
    "box-shadow:3px 3px 5px #DDDDDD;" +
    "display:none"
    $(window).unbind('resize.' + type);
    $(window).bind 
    ('resize.' + type, updatestickies );
    $('#s4-workspace').unbind('scroll.' + type);
    $('#s4-workspace').bind 
    ('scroll.' + type, updatestickies );
    $(lists).each(function(){
    headers.push($(this).find($('.ms-viewheadertr:visible')))
    $(headers).each(function (i) {
    var table = $(this).closest("table");
    if(table.find("tbody > tr").length > 1) {
    table.parent().find(".sticky-anchor").remove()
    table.parent().find(".sticky").remove()       
    var anchor = table.before('<div></div>')
    stickies.push($(this).clone(true,true).addClass("sticky").attr('style', style).insertAfter(anchor))
    var tbodies = $(this).parent("thead").siblings("tbody")
    if(tbodies.length > 1) {
    tbodies.bind("DOMAttrModified", function(){
    setTimeout(function(){
    $('#s4-workspace').trigger("scroll", true)
    }, 250)
    } else {
    headers.splice(i-indexOffset,1)
    indexOffset++;
    //Do it once even without beeing triggered by an event
    updatestickies();
    function updatestickies (event, DOMchangeEvent) {
    $(headers).each(function (i) {
    if(DOMchangeEvent) {
    width();
    return false;
    function width() {
    stickies[i].width(headers[i].width()).find('th').each(function (j) {
    $(this).width(headers[i].find('th:nth-child(' + (j+1) + ')').width())
    top_old[i]   
    = top_new[i]
    top_new[i]   
    = Math.round($(this).offset().top - 45)
    bottom_old[i] = bottom_new[i]
    bottom_new[i] = Math.round(top_new[i] - 30 + $(this).closest('table').height())
    stickies[i].offset({
    div[id^=WebPartWPQ]").offset().left)
    if(top_old[i] >= 0 && top_new[i] <= 0 ||
    bottom_old[i] <= 0 && bottom_new[i] >= 0 ||
    top_old[i] === undefined && bottom_old[i] === undefined && top_new[i] < 0 && bottom_new[i]
    > 0 ) {
    width();
    stickies[i].fadeIn();
    } else if (top_old[i] <= 0 && top_new[i] >= 0 || bottom_old[i] >= 0 && bottom_new[i]
    <= 0 ) {
    stickies[i].fadeOut();
    </script>

    Hi,
    I believe one of two things are happening, either when the webpart is refreshing, it is a simple ajax call and not a pull page reload, or on the post back, for some reason the list is loading slow enough that your document onReady call is firing too quick.
    My suggestion is that instead of triggering your sticky header on document onready, trap the scroll event instead. OnScroll, check to see if the list table exists, if it it does, use "offset" to determine if the table is off the page. If it is
    then make sure that the sticky header code has fired to make the headers in fact sticky. As soon as the table is no longer "off the page" then your headers should be reverted to their previous state.
    This should not require an entire re-write of code, rather a little code to track and trap scroll instead.
    Eric Overfield - PixelMill -
    ericoverfield.com -
    @EricOverfield

  • Sticky notes icon position

    Is there any way to position sticky notes icon more accurately on the page?
    Default anchor point of the note is the center of an icon, not the tip of the arrow below or some corner. Consequently, the icon covers some of the text or small graphics and at low zoom level you can't see exactly which text the note is concerning.
    We lose a lot of time zooming in and out on pages with large amount of relatively small text, icons or pictograms and with many comments on it, sent from our customer. Because they have smaller monitors, they see the position of the note a bit different than us and it takes time for us to figure out what they're actually commenting.
    This has been a pain in the back for us as far as I can remember.
    If there is nothing we can do, let this post be a sort of a feature request. ;)
    Thanks,
    Tomaz

    Thanks. Of course I know the note can be moved.
    The problem is, if the icon is on top of a block of small text, the icon can cover 3 or 5 lines of text and you have too zoom in to see which line it belongs to. I can't move it before I see where it belongs.
    It becomes annoying if you have 20+ notes on a page and 60 pages of text.
    I hope I've explained my problem understandably.

  • Load-Balancing between Foreign and two Anchors

    Hi, we have two foreign controllers (one active, one standby) and two anchor controllers. All APs are connected to the active foreign controller. The layer 3 networks for the wlan clients on both anchors are different for the same SSID. SSID: Internet, anchor 1: Subnet A, anchor 2: Subnet B. So when a client is getting anchored to Anchor 1, the clients will get an ip from subnet A and when the client is getting anchored to anchor 2, the client will get an ip from subnet B.
    This is so far not a big problem because we only have a few accesspoints in some rooms. But what will happen, when we have a full covered wlan and the client roams from one AP to the other AP? Is there a possibility, that the client will anchored to a different anchor while roaming? I think this will result in a lack of connectivity because without a real disconnect the client will not ask for a new IP address.
    Other question: Is it possible to disable this load-balancing between anchor controllers? Or can i make a client sticky to only one anchor as long as an access-session is established?
    All controllers are 5760 with 3.3.3 software.

    Hi acontes, 
    It's an interesting question. 
    In this case, if all AP's are on WLC-A and there is no possibility that an L3 inter-subnet roam will occur between WLC-A and WLC-B, I would just forward WLC-A to Anchor A and WLC-B (in the event of fail over) to Anchor B (if Anchors reside on different subnets). If you must specify Anchor A and Anchor B on each WLC for redundancy purposes, it's important to understand the guidelines and limitations with regard to Foreign / Anchor Design.  
    As Scott mentioned, the limitation with Anchoring design is that there is no primary / secondary configuration for an Anchor on the Foreign WLC.
    If WLC-A has two entries (1) for Anchor-A and (2) for Anchor-B, the EoIP tunnels are establish and load-balancing occurs in a round robin fashion.
    Keep in mind the following with regard to guest N+1 redundancy:
    •A given foreign controller load balances wireless client connections across the list of anchor controllers configured for the guest WLAN. There is currently no method to designate one anchor as primary with one or more secondary anchors.
    •Wireless clients that are associated with an anchor WLC that becomes unreachable are re-associated with another anchor defined for the WLAN. When this happens, assuming web authentication is being used, the client is redirected to the web portal authentication page and required to re-submit their credentials.
    Since traffic is transported at Layer 2 via EoIP, the first point at which DHCP services can be implemented is either locally on the anchor controller or the controller can relay client DHCP requests to an external server. Since the IP address directly correlates to the DMZ subnet or the interface where the traffic egresses, it is possible for some clients to get IP's from both Subnet A or Subnet B in the event that WLC-A is building EoIP to both anchors.
    1) What happens if my clients roam?
    Nothing... since all AP's are on WLC-A, it's Intra-Controller Roaming
    Each controller supports same-controller client roaming across access points managed by the same controller. This roaming is transparent to the client as the session is sustained, and the client continues using the same DHCP-assigned or client-assigned IP address. The controller provides DHCP functionality with a relay function. Same-controller roaming is supported in single-controller deployments and in multiple-controller deployments.
    Would it be better to choose the same DHCP Pool on both anchors?
    It's probably better to have redundant anchors on the same subnet, but it's not required. 
    3) How would you design this :-)
    WLC-A <--EoIP--> Anchor A (DHCP Pool A)
    WLC-A <--EoIP--> Anchor B (DHCP Pool A)
    It's important to remeber what Scott mentioned about the lack of a primary / secondary relationship. If multiple controllers are added as mobility anchors for a particular WLAN on a foreign controller, the foreign controller internally sorts the controller by their IP address. The controller with the lowest IP address is the first anchor. For example, a typical ordered list would be 172.16.7.25, and 172.16.7.28. If the first client associates to the foreign controller's anchored WLAN, the client database entry is sent to the first anchor controller in the list, the second client is sent to the second controller in the list, and so on, until the end of the anchor list is reached. The process is repeated starting with the first anchor controller.
    If any of the anchor controller is detected to be down, all the clients anchored to the controller are deauthenticated, and the clients then go through the authentication/anchoring process again in a round-robin manner with the remaining controller in the anchor list. This functionality is also extended to regular mobility clients through mobility failover. This feature enables mobility group members to detect failed members and reroute clients.

  • Joint Filtering / Accumulation yields weird anchor point

    Hey guys,
    I am using the sticky joint-filtering Code for my application. In addition I would like to accumulate a joint for a firm anchor that will be used as the center of my PhIZ. The implementation is based on
    Programming Kinect for Windows v2 Jump Start: 07 Advances Topics [...].
    private Vector3D accumulatedShoulderRight;
    private bool initialAccumulation = true;
    private int accumulationCount = 1;
    public CameraSpacePoint[] accumulateJoints(CameraSpacePoint[] filteredJoints)
    JointType shoulderRightJointType = JointType.ShoulderRight;
    int shoulderRightIndex = (int)shoulderRightJointType;
    Vector3D shoulderRight = new Vector3D(filteredJoints[shoulderRightIndex].X, filteredJoints[shoulderRightIndex].Y, filteredJoints[shoulderRightIndex].Z);
    // accumulation for firm phiz center
    if (initialAccumulation)
    accumulatedShoulderRight = shoulderRight;
    initialAccumulation = false;
    else
    accumulatedShoulderRight = (accumulatedShoulderRight * accumulationCount / (accumulationCount + 1)) + shoulderRight * (1 / (accumulationCount + 1));
    Console.WriteLine("accumulated");
    accumulationCount++;
    if (shoulderRight.X - accumulatedShoulderRight.X > 0.30)
    accumulatedShoulderRight = shoulderRight;
    accumulationCount = 1;
    Console.WriteLine("reset");
    CameraSpacePoint newShoulderRight = new CameraSpacePoint();
    newShoulderRight.X = (float)accumulatedShoulderRight.X;
    newShoulderRight.Y = (float)accumulatedShoulderRight.Y;
    newShoulderRight.Z = (float)accumulatedShoulderRight.Z;
    filteredJoints[shoulderRightIndex] = newShoulderRight;
    return filteredJoints;
    The return value is drawn as a skeleton, mapped on my body.
    Questions:
    Can you spot an error in this code? I thought it´s straightforward, however this one accumulated joint behaves really weird. When I am standing in the center of the camera, the joint is not shown at all. If I move to my right, it will show. But it wobbles
    very heavily. The more I move to my right, the firmer it gets. However, the output says, it´s accumulating and resetting in one frame (one frame checked by int-flag).
    General question: The filtering code returns an array of filtered joints. How can I identify which joint belongs to a body, when I have multiple bodies?
    Solution: I didn't pay enough attention. The filtering is used on one body only. I thought it was for all bodies at the same time, nevermind.

    Hello Carmine,
    the filtering is working fine I guess. It's output is the parameter of
    accumulateJoints(). When I comment out all the code lines in this method, the right shoulder is drawn correctly. I already added a "solution" for question 2 to my initial post, thanks.
    So the accumulation is probably the problem here. Correct me if I am wrong please.
    Best regards,
    Alex
    Edit: Just to be sure, I am running my code now with all smoothing parameters set to zero. So based on the sticky post implementation it looks like this
    public void Init(float fSmoothing = 0.0f,
    float fCorrection = 0.00f,
    float fPrediction = 0.0f,
    float fJitterRadius = 0.0f,
    float fMaxDeviationRadius = 0.0f)
    Unfortunately this doesn't help.

  • New technique to place multiple anchored objects in InDesign story

    Hello,
    For a while I have been trying to figure out how to insert multiple anchored objects into an Indesign story. As far as I can tell, you cannot copy multiple objects that have already been placed in a document (such as a multi-page pdf) into an InDesign story, but must copy and paste them one-by-one into the story. This is a problem for a project I am working on where I want to have a large number of 340x52 pt pdfs to flow throughout a document in a master text frame interspersed with text.
    I have now found a solution for this issue that I thought I would share in case it would be helpful for anyone. It utilizes Automator actions for Mac OS X and Microsoft Word 2011 [2008 may work also, but I don't have a copy of that to test]; I am not good with scripting but perhaps similar solutions could be found for other systems and programs.
    1. If you want to place a multipage pdf within a text frame, first it into individual files for each page (with Acrobat Pro or pdftk or something similiar).
    2. Create an Automator service or program with the action "Create New Word Document". You can also use another automator action to save the document, or save it manually (to change the filename). In the finder, select the items you want, then run the service or drag them into the Automator program you have created.
    3. Place the word document into your InDesign story. Your items will now be anchored objects ordered in your text frame as they were in the finder.
    Please let me know if this is helpful or if anyone has suggestions for doing this process is a more efficient way. I am not sure, but it may be the case that this approach would only work on Macs, as I gather from this thread.

    I might note that I am using InDesign CS 5, and importing from a document stored in docx format.

  • Best Practice for Image placement and Anchored Frames for use in Robohelp 9

    Hi,
    I'm looking for the best practices in how to layout my images in Framemaker 10 so that they translate correctly to Robohelp 9.  I currently have images inside of Anchored frames that "Run into" the right side of my text. I've adjusted the size of the anchored frame so that my text flows correctly around the image. Everything looks good in Framemaker! Yeah! The problem is that when I link my Framemaker document to Robohelp, the text does not flow around my image in the same manner. On a couple of Robohelp screens the image is running into the footer. I'm wondering if I should be using tables in Framemaker in order to get the page layout that I'm looking for. Also, I went back and forth...is this a Framemaker question or is this a Robohelp question. Any assistance would be greatly appreciated.

    I think Jeff is meaning this section of the RoboHelp forums:
    http://forums.adobe.com/community/robohelp/robohelp_framemaker

  • Anchor tag error, also copy and pasting text comes up "null"

    After the recent update I am receiving anchor tag errors telling me to start with an alphabetic letter, which I was. Also no longer lets me copy and paste text onto a page, instead it says "null". Any ideas on a fix ?

    I don't see a closing </body> tag in your code.  There's an opening tag, but no closing tag, hence unbalanced.
    ^_^

  • Disable/enable popup LOV image anchor in tabular form

    Hello all,
    I am trying to find the solution how to enable/disable popup LOV's image anchor. When I disable the popup item, then only the text field is disabled but the image is still active and opens the LOV window. I have tried to implement some solutions but without success.
    I have created DA (fired after refresh of needed region) with code below which disables the needed field.
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
    Could anyone help me with a code which will also disable the image?
    Thanks in advance!
    My testing appl:
    www.apex.oracle.com
    *WS:* kurintest
    *username:* [email protected]
    *passwd:* kurintest
    *appl. name:* disable_popup_icon
    -Jiri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hello Jiri,
    Please see your page:
    I have changed the dynamic action:
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
         $($('td[headers="DEPTNO"] a')[i]).click(function(e) { e.preventDefault(); });
    $($('td[headers="DEPTNO"] img')[i]).addClass('apex_disabled');
    Hope it helps!
    Regards,
    Kiran                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Using Anchors and Count in Report

    Hello,
    In a report I am using two rows and a count variable if data in 1st row is null then the 2nd row must move up when we anchor but it's not happening can any body help me.
    Thanks & Regards,
    Dinesh .M

    Thanks Azadi. I found the answer for the Spry tabs on
    http://foundationphp.com/tutorials/spry_url_utils.php.
    http://foundationphp.com/tutorials/spry_url_utils.php
    It's pretty involved, and includes downloading the latest
    javascript file for Spry 1.6.1 and some coding - but I tested and
    it works.

  • Get textFrame by label returns null and anchored objects

    I have the following two functions:
    function getByLabel(page, label)
        for(var i=0; i < page.allPageItems.length; i++)
            if( page.allPageItems[i].label == label )
                return page.allPageItems[i];
    and
    Object.prototype.findItems = function(/*obj*/props)
        if( !('everyItem' in this) )
            throw new Error("Error: " + this + " is not a collection.");
        var ret = this.everyItem().getElements(),
            i = ret.length,
            e, p;
        while( i-- && e=ret[i] )
            for( p in props )
                if( (p in e) && e[p]===props[p] ) continue;
                ret.splice(i,1);
        return ret;
    In my page structure, I got one main text frame (the content area) and two vertical text fromes on the sides of the page. There is also a small box textframe on top of the page. All these textboxes EXCEPT the main text frame are ALL "ANCHORED objects". I had to make them anchored objects, eitherwise after importing data, the boxes would jump around. (Example, the small box textframe that is on the top would get moved to the content area textframe etc). Not sure if using anchored objects is the proper way to fix this.
    When I try to get the small box text frame, it does not work using the findItems (returns null) but it works fine with the getByLabel method. Why is that?
    The calling syntax is:
    for( i=0 ; i < doc.pages.length ; ++i )
            var page = doc.pages.item(i);
            var textFrame = getByLabel(page, 'lblSection' ); //This works
            //   var textFrame = page.textFrames.findItems({ label:  'lblSection' })[0]; This does not work, returns null
            if( textFrame != null )
                textFrame.parentStory.contents = "";

    (function () {
        // Per the InDesign Scripting Guide, app.activeScript is only
        // valid when a script is directly executed from InDesign, not
        // from the ESTK, so a try/catch block is recommended to handle
        // it.
        var d;
        try {
            d = app.activeScript.parent.parent.fsName;
        } catch (e) {
            d = Folder.appPackage.parent.fsName+"/Scripts";
            return d;

  • How do I show the anchor text instead of the link in a pdf?

    I'm using Adobe Acrobat 7 to create a PDF.
    I'm creating hyperlinks inside the PDF that link to Web links.
    When the reader hovers over the text I want the anchor text to pop-up
    instead of the Web link. How is this done?
    For example:
    If someone hovers their mouse over the text "click here for info" and
    the link is "http://www.hyperlinkforinfo..com"
    ...I want "click here for info" to pop-up instead of "http://www.hyperlinkforinfo..com"
    Thanks!

    As you can observe by a look-see at Acrobat's Link Tool dialog, there is no facility for adding a "tool tip" or an alternate text description.
    Nor can such be provided upfront in an authoring file and migrated into the output PDF.
    While a properly developed Tagged PDF supports providing Alternate Text description for the <Link> element this is focused to AT applications.
    Typically, entered Alt Text for the <Link> element will not "display" on screen ala "tool tip" idea.
    Keep in mind that the feature set associated with a PDF link annotation is not at all the same as what is associated with HTML elements.
    PDF (ISO 3200-1) and HTML (any flavor or 'recommendation') are rather different creatures.
    Be well...

  • How do I link to Anchor Text from browser to PDF file exported from InDesign?

    I see that this question was asked previously but not answered:
    http://forums.adobe.com/message/3737541
    I need a way to link to topics (from an HTML page) within a structured PDF file generated from InDesign, i.e. one that has an interactive bookmarks
    panel, that doesn't break the links when the file is updated.
    In particular, I don't want to refer to:
    *  page numbers because the document will repaginate when it is updated, breaking existing links
    * named destinations that are numeric as addition/deletion of topics renumbers the named destinations, breaking the links.
    Is there any option in InDesign that creates named destinations derived from bookmark titles as that would seem to solve my problem?
    I have a similar need, but I have not been able to find an answer anywhere online, even after a several hours of research.
    I am on contract with General Electric to develop a UI Style Guide for an international team of developers. My client wants to be able to distribute the Style Guide as a PDF document, but needs to provide links to specific topics when submitting a "Story" in an Agile development environment to the programmers.
    Ideally, I would like to be able to create "named destinations" in InDesign such that I can provide the client with a list of URLs similar to this format:
    file:\\StyleGuide\Test1-20131024a.pdf\#nameddest=AnchorText-01
    However, I can not figure out how to create "named destinations" in the PDF file from the InDesign file in which I have created the Anchor Text in the Hyperlinks tab.
    Alternately, the client would be satisfied with the ability to link to specific bookmarks in the exported PDF file that have been derived from the configuration of the Table of Contents styles, but my research has led me to believe that it is not possible to hyperlink from a browser window to a bookmark in a PDF file (only to specific page numbers, search word lists, named destinations, and comments) as described here: http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    Having been using InDesign since 1988, when it was PageMaker, I would prefer to use it to provide GE with the most attractive deliverable, but they are now leaning heavily toward having me licensed with Madcap Flare, which has this capability built in:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Please help me to find a solution that will allow me to continue using InDesign for this project.
    Thank you!
    Lynne O’Connor
    Technical Writer (contractor)
    GE Oil & Gas - Measurement & Control

    Follow-up post (solution is not available):
    I have just completed a phone call with Gaurev Sethi of Adobe escalated technical support in which I shared my screen to explain and demonstrate the desire to link from an external URL to a specific location within a PDF file that has been exported from InDesign. After 40 minutes, during which I was placed on hold a few times while he consulted with his team, it was determined that the desired functionality is not supported in InDesign and has been identified as a limitation of the software.
    In researching alternate documentation software that supports PDF export, I discovered that Madcap Software supports this functionality in its Flare product:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Note that linking via URL to a bookmarked location within a PDF is not supported:
    http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    More about parameters that can be specified to open PDF files are available here:
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Although the above link is for a previous version of Acrobat, I could find no evidence to the contrary in the current SDK documentation.
    -Lynne

  • Sticky password won't work on Firefox 4, but did before

    I just updated to Firefox 4 and now Sticky Password doesn't work.

    You have to update to their latest build..
    http://www.stickypassword.com/download

  • Yoga 2 Pro - Videos being sticky in tablet, stand and tent mode.

    Correct me if I'm wrong (and please direct me to a similar thread) but I can't find anything online relating to my paticular problem.
    The issue is that when I use any other mode expect laptop, I simply cannot watch videos as they constantly stop and start and are just overall very sticky. At first I thought it might just be the dvd I was watching, but I've now tested it on several websites like amazon and youtube, different CD's etc.. (even games, where I get fps drops, less of an issue though).
    I was wondering if anyone has experienced a similar problem and knows how I might go about solving this issue.
    Let me know if I need to post any specifics.
    Thanks

    Good day and welcome to the community.
    There are number of threads that discuss Intel's Dynamic Platform and Thermal Framework (DPTF) and how it may affect the different modes.
    Here is the largest of the threads: forums.lenovo.com/t5/Idea-Windows-based-Tablets-and/Hey-Lenovo-what-s-up-with-DPTF-amp-Yoga-machines... which you may wish to browse through. There are several other threads that you'll find using "DPTF".
    Once you've decided which of these threads to participate in, we can merge your post into it.
    Hope this helps you a bit.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

Maybe you are looking for

  • Unable to Start Soa_Server and BAM_SERVER in Web Logic Admin console

    Hi, I am new to this whole thing of SOA and web logic and trying to install SOA and web logic on my machine to learn SOA components. Appreciate your inputs on the error i am at now. I am trying to install SOA Suite 11.1.1.1 and in the process have in

  • Seeburger help required for Supplier Invoice (EDI 810) and Dispatch Advice

    Hi All, Pls let me blog/steps for scenario for Supplier Invoice and Dispatch Advice using Seeburger. For Supplier Invoice I assume R/3 will send data to Vendor (810). 1. Pls let me know for R/3 to XI will we use INVOCE IDOC? 2. Pls let me know for R/

  • Fetch from MBEW table

    Hi, I have a situation where I need to fetch some records form MSEG table and for each record fetched I need to get the Standard Price(STPRS) from MBEW table. But for fetching a unique record from MBEW table, I need to fetch based on its primary keys

  • Raw formats no longer supported by camera manufacturers?

    I'm looking for a short list of raw file formats that are no longer supported by the camera manufacturer - anyone have examples? Thanks, George

  • Application not in my library..

    I purchased an app and then purchased the PRO version. I see the PRO version purchase listed in my account info, but it's not showing up in my itunes. I don't know how to get it on my computer and then synced to my phone. I go round in cirlces trying