Controlling the timeline with Touch and ScrollTop: the combination of the two?

Hello!

We try to combine the two scrolling on the edge features:

(1) scrub the timeline with scrolling (to create Parallax), and

(2) scroll to the bottom of the page with buttons, using scrollTop

For cleaning of the timeline, we used excellent control calendar of Tim Jaramillo with key code (found here: http://forums.adobe.com/message/5058756#5058756)

To scroll to the bottom of the page with buttons, we found excellent Heathrowe scrollTop code (here: http://forums.adobe.com/message/4733382#4733382).

We do not seem to combine these two methods in a way that works. In my example below, the control, the Timeline with Touch code works fine, but the scrollTop button code does not work.

Does anyone know how to make a scrub of the timeline, combined with navigation buttons?

Example: http://www.bartmclaughlin.com/scrollTop/stage-scroll_with_scrollTop_v1.html

Edge project: https://www.yousendit.com/download/elNLcXl0NEhJMHVFTmNUQw

Any help much appreciated!

Bart mclaughlin

I think in the btn1 and btn2 click Manager you have to scroll the scene rather than the HTML and body

as

SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn1

and

SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn2

Hope this is useful

Tags: Edge Animate

Similar Questions

  • Controlling the timeline with Touch

    Hello! I use edge animated in adobe dps. I tried to control the timeline with the key (or scrolling) in the forum. Even some alternatives were considered, I have not found the perfect one. It can open so many possibilities as slideshows, Parallax, diagonal textscroll etc.

    I would like to build an extensive animation and control the scenario of scrub/shot with my finger.

    I found something that works, but it seems that directions works in adobe edge host plus. Anyone know how to fix this? Demofiles would be great.

    Here is the solution I found, which does not work on the last leg.

    http://codehandyman.blogspot.de/2011/12/Adobe-edge-animation-controlled-by.html

    And here is the result. Work on ipads in indesign dps:

    http://www.northeastmagic.com/adobeEdge/scrollbar_scrubber/test7.html

    Thank you

    Klaus

    Hey Klaus.

    Oddly, the example of codehandyman you posted don't use no events button at all, but rather slyly relies on the scroll event to control the timeline.

    I've referenced the link codehandyman, and the only change I had to do was to replace each occurrence of "this.element" with "e.currentTarget", in the Stage.scroll event. Thus, on Stage.scroll, this is the code I have (I tweaked a bit to make it more readable):

    var MonCalc = e.currentTarget.scrollLeft/(e.currentTarget.scrollWidth-e.currentTarget.clientWidth);

    var pos = Math.round (calc * sym.getDuration ());

    SYM. Stop (POS);

    The above code essentially the numbers on the scroll position, then figures this ratio depending on the length of the root timeline. This tells us when to jump to the timeline.

    You are referencing your blog link - to stop the scrolling, I had to open "xxx_edge.js" and delete this line:

    ['style', 'overflow', 'auto']

    and replace it with this:

    ['style', 'overflow-y', 'hidden'],

    ['style', 'overflow-x', 'auto']

    Example:

    www.timjaramillo.com/code/Edge/scroll_timeline

    Source:

    www.timjaramillo.com/code/Edge/_source/scroll_timeline.zip

  • Control valve tank with plots and twists of the water

    Hello everyone!

    This is my frist real project. And I am in love with this program so far!
    I have a little problem. Here it goes:

    The project of the University which has been given to us is to simulate a (entrance OPEN/CLOSED valve) water tank filling and emptying (output range of 0 to 100% valve), but with a few twists. It is done by the command to the movement by the following formula: flow rate [%] = position of the valve [%] * current water height [%]. (The output valve takes values in percentage from 0 to 100% giving the voltage digital output of 0 volt to closed(0%) or 5 volumes for open(100%), the strange part, is that the digital output can have a value of 0 or 1, so the position of the valve is "simulated".) And the supply valve (valve entrance) water can be open or closed (if 0 or 5 volts)

    -Sequences cannot be used (only one for initialization and cleanup can be used)

    -When the water level reaches 10% of the max height, LED lights, the output valve closes and the input valve opens. The LED is on until the button is pressed. The output valve cannot be opened until the water height is greater than 50%.

    -When the water level reaches 90% of the max height, LED lights, the entrance valve opens. The LED is on until the button is pressed. The output valve cannot be opened until water height is less than 50%.

    -There are two mode selectios:

    Control by hand: the person sets the position of the valve in percent and the flow is calculated by the formula and displays on the screen.

    Automated: Every 2 seconds the program assigns the place valve so that the current is constant, it is the value by the person.

    -(N'ont pas gottern ici encore) ESD (Emergency shutdown switch) the when is pressed both the entry and exit valves are closed. The entrance valve cannot be oppened up to the RESET_IN key. If the program is 'Control in manual mode' output valve cannot be opened until the RESET_OUT touches. In which case the output valve is in "Auto" mode, it does not start work until the RESET_OUT touches.

    My main problem here is the fact, I cannot use sequences and nested, then the loops do not work. The aqusition of data stops until the inner circle loop ends and I need both work. Especially for the 50% rule.

    I've been hitting my head for a few days and still couldn't come up with a solution.

    I have attached the VI.

    Tips are welcome!

    For the time being the outputs inputs/digital analogue are a simulation (when the time comes the USB-6008 material is used).

    There is some things that confuse me (as if the valves are percentage, from 0 to 100%, or digital, 0 or 1), but regardless, it's a detail.

    Review the task and consider what you want to do and that the "States" the system may be in.  [This with a pencil and paper, do not open LabVIEW yet...].  The description of your problem learn you something about the transition from one State to another.  Here is a thought exercise:

    Suppose you are in a "State".  Let the system to "do its thing" for a second, which could involve the water flow.  At the end of the second re - evaluate your state - it changed?  Continue to do this...

    This model of 'something' is called a State Machine and LabVIEW has some very good examples and tutorials on the creation and use.  The important things to do before you make your coding is (with the pencil and paper) decide on your statements, decide on the transition rules, and then you are ready to code.

    There are different ways to build a State Machine in LabVIEW, but the basic idea is quite awhile (to keep things moving along, a shift register which includes the current state, usually represented as an enumerated, Type whose values are simply the names of your States (made for a very mnemonic routine) and a Case statement whose power is the State of the shift register that contains the code to achieve this) particular State of loop, including the implementation of transitional rules (which can cause a new State on the registry to lag when it comes out of the investigation of the case).

    A great exercise.  Strive to keep your block diagram on a single computer screen by making use of the screw subgroup chore (as the management of changes in the water level based on the current water level and "States" (which here means 'values') two valves).  Once you understand the 'Idea' State Machine, you should be able to write the code for this problem quite easily.

    Bob Schor

  • Anybody have the same bug bit of lag with Wacom and photoshop cc from Yosemite installed two days ago?

    HY everybody,

    I just installed Yosemite on my mac two days ago.

    27' iMac, with 32 GB of ram... so I actually not lag issue.

    I use a Wacom Intuos 4. Last driver installed yesterday.

    But since the upgrade to Yosemite, there's a bit of lag but horrible bug when I touch the wacom with my stylus.

    Please help me!

    Alex

    After the installation of Yosemite and faced with the delay of two weeks, I spent a week on all the forums trying to find a solution, then I spoke with several representatives of the customer service of adobe and wacom.  According to a representative of adobe, wacom drivers are not completely comparable with yosemite, but they hope to be soon. I finally uninstalled and resettled yosemite mavericks, November 2014 wacom cintiq driver and photoshop CC 2014 and now my machine is like new.

  • How to control the two analog outputs at a time

    I'm new to LabVIEW and have some problems in DAQmx with control outputs analog multiple.

    I want to set up a platform using BNC-2110 and PCIe6363 to control two rotating mirrors. The problem that I can only give an output (AO0 or AO1) at a time and I really have no idea how revise my LabVIEW diagram to control two outputs at the same time I met. I tried to change the outputs and it keeps a mirror turning instead of the old. Could someone help me with my problem and I would really appreciate. This is my blocked diagram and front.

    Hi zrmaker,

    As mentioned by RavensFan, you should not create 2 analog outputs different tasks if you use AO0 AO1. To your façade > physical control or the channels > select the drop-down list of the control channel physical (s) > Browse > hold down the CTRL + select the AO0 and AO1 > Select OK. Once this is done, you will see that your control or the physical channels has the following input values: "Dev1 / ao0:1" which means that you will access to AO0 AO1.

    In regards to writing DAQmx, simply select Analog > multiple channels > samples multiple > 1 waveform (you should get the following: 1 d Analog Waveform NChan NSamp). Once done, you can just use table build to combine 2 different waveforms and plug in this table to DAQmx writing output. The first index will be the output for AO0 value and the other will be for AO1.

    You can check this link on how to read or write from several channels: http://digital.ni.com/public.nsf/allkb/0C1ADEF06A54AB2D862575040066FD51

    Additional reference:
    http://www.NI.com/white-paper/2835/en/

    Hope that helps.

    Warm greetings,

    Lennard.C

  • Problem with headset and speed dial combination blackBerry Smartphones

    My headset is a Bluetooth de Motorola 500. I can dial numbers on my speed dial list manually and via voice command and the headset works fine.  When I dial the same number to a speed dial I hear the dial unfold the headset turns off and I hear everything through the phone.  If I hang up and call another call, the headset is very good.  Verizon has replaced the phone thinking it was a hardware problem, but no change.  Did I miss a setting somewhere?

    In addition, since activating the new phone, the indicator message indicates 1 new message, but I have been through all the email and SMS accounts and cannot find anything unread.  Thoughts?

    If Verizon replaced the phone and you still get problems, there are two potential problems that create this problem:

    1. Your phone is not properly the pairing with the headset.  Once Verizon updated their operating system (OS), this can be resolved as bluetooth was supposed to be improved in later operating systems.
    2. Your helmet is simply not fully compatible with the phone.  I used a Motorola H680 headset and a BlackBerry HS655 + with my Storm and had no problems.

    My best guess?  It's probably a combination of 1 and 2 and I'm sure that's all just a related software.  My only suggestion at this point is to wait for Verizon update the operating system for your phone, or you might try an upgrade to another carrier if you wish.  Let us know if you need help with this, but be aware that Verizon doesn't have to endure phones running operating systems that they do not officially support (you can go back if necessary).

    Now regarding your second question, so is the message indicator an indicator of normal message?  If so, start by going to your Inbox main and made scroll down through the list of all messages to see if he is here... it could be a PIN message, or something similar.  It could also be a message to the call log.  Go to the phone application (press the green phone button), then to top at the top, click way to call log button.  You may very well have a failure called message it.  In addition, my next suggestion would be to simply try a battery pull.  While the phone is turned on, remove the battery for 15-30 seconds before reinserting.  Wait for the phone to reboot (~ 5 minutes) and then see if he disappeared.

    Keep us informed!

  • text messages sent with an email address from a touch ipod duplicated on a second ipod touch using a different email address, but the two ipods are controlled by a parent with the same apple ID and password.

    Text messages sent with an email address from a touch ipod duplicated on a second ipod touch using a different email address, but the two ipods are controlled by a parent with the same apple ID and password.  This has happened recently.  My two girls have used their respective ipods and texting, without their messages of duplication for each of the other ipods for more than a year.  Somehow recently, both addresses seem to be synced with them or something, so that both see each and other messages.  I've recently updated two ipods, iTunes on my computer--not the cloud and added music for two ipods, but has not changed anything by email email settings or message I know.  Help, please!

    Welcome to the Apple community.

    I can't fully follow how you have everything set up, but a glance at the settings > messages > send & receive

  • Control the main timeline and chronology of built-in movie clip

    Good afternoon folks,

    I am trying to solve this problem.  I have a main scenario with an animation. (animation is not a clip).  I also have a clip film embedded in the main timeline. I want to control the actions of the main timeline AND the embedded animation at the same time.

    For example, when a user clicks on a button "pause", I want to stop the animation of the main timeline as well as the integrated clip. I figured out how to stop the main timeline using the stop(); command.  I also understood how to stop the film incorporated using the command _root.embeddedclipinstancename.stop ();  Problem is that I don't know the commands to stop the two things at the same time.

    I tried to find that an instance name for the main timeline, but there is no (I think). I know I could do the animation in the timeline in a clip, but I don't want to go that route.  Any ideas on how to control two things?
    Also, if possible, I would prefer not to use the _root command since I know that this can cause a conflict in Captivate.

    Thank you.

    Include the two commands that worked in your pause button code.  If your [ause button is on the main timeline, you don't need to use a reference of _root.  It is only really useful if you target some of child level object distance back to the main timeline.  You can _parent (and string them if necessary) instead of using _root.  As you will get in trouble unless you're on the _root timeline when using it.

  • Why is it not possible to use SIRI on my apple TV remote to control the HomeKit products? I should be able to control all the devices with my Apple TV remote and SIRI HomeKit!

    Why is it not possible to use SIRI on my apple TV remote to control the HomeKit products? I should be able to control all the devices of HomeKit with my SIRI voice remote control and using Apple TV!

    If the new apple TV can act as a concentrator HomeKit and I use SIRI on my iPhone to control my locks, thermostat, lights, etc. Why am I not able to do the same thing with SIRI via voice commands on my Apple TV remote? When is this going to work?

    Also, when Apple will come out with a response to the echo of Amazon? I've tired to wait... do it already! If you build it, they will come...

    Thank you!

    This is a community to a user, and Apple will not see your rant. If you have suggestions about Apple TV, Siri and HomeKit the best thing to do is to submit your comments here. http://www.Apple.com/feedback/AppleTV.html

  • Satellite U400 - problems with the Panel, the touch and media keys

    Hello, I have the TOSHIBA Satellite U400. Everything's a lot but I have some concerns.

    1. the touch screen (media buttons on the top of the keyboard - mute-media-play/pause-stop-rewind-forward-) turn
    the computer running if you touch! How to stop that from happening? I only need to use the POWER button.
    Start button / stop is sufficient.

    2. press MUTE on the touchscreen, no its not really "mute" or "disable." Instead, she don't
    is the Tower the White Glow Light for all Touch Panel ON and OFF (including the word "SATELLITE").
    How can I make it works?

    3. When you connect to Windows, I can choose between the password or RECOGNITION of FACES. How do I
    Assign the FACIAL RECOGNITION only without having to choose it?

    Thank you

    SAL :)

    Hello Sal

    I played around with this stuff and here is my opinion on this subject.

    (1) as far as I know there is nothing strange. I noticed the same thing on notebooks too. For example, if you want to listen to music, you can simply press PLAYER button (3rd from left) and begins at will for laptop and open windows media player. If you want to go on the internet you can simply press INTERNET ((deuxieme button on the left). Laptop will be put into construction and Internet Explore will be open.
    So there is nothing strange, and even get on my Satellite P200 and brand-new Satellite A300.
    To be honest I don't know if this can be disabled. I'll ask a friend of mine. It is monster of Toshiba and maybe he knows more about it. But this behavior is certainly not strange.

    If you want to use only the power button and then press power button to start. Do not touch the other.

    (2) Please check s operating manuals and look for info on this button. AFAIK it is clearly written Mute or LED on / off depending on the model you purchased, press this button to mute the sound or turn on or off the illumination of the logo of the brand, touchpad and buttons.
    So please do not mix anything. This button has no two options. On your model, you can disable illumination only. It is the same on my laptop. So there is nothing wrong with your laptop.

    (3) you also misunderstood this feature. If face recognition is activated the two options will be displayed. If you do not want to enter a password you can use the option of face recognition. But what you will do if for some reason your face may not be identified correctly. How you want to connect?

    So, please don't be irritated by these things, everything is OK.

  • Satellite M100 with Debian - how to control the power and the cooling fan on

    Hey,.

    I M100 and I installed debian, works very well, but there is a problem.
    Cooling fan turns on the top speed of all time. I m not shy on unix.
    How can I control cooling fan?
    How to control the power to the laptop?

    Hi mate,

    have you ever heard of the toshutils? I highly recommend trying these tools. Just google for toshutils and you'll find a few nice applications. Should usually be included in the distribution you have, also, I would check with 'apt - get search toshutils.

    See you soon

  • How to control a VI (with a while loop and a structure of the event) from an another VI

    Hello

    I have the main VI which I want to be driven from an another VI. But I can't do that and I don't know what is happening.

    For example: VI main, I have a while loop with a structure of the event, there is a Boolean controller controlling a Boolean LED, which is inside the structure of the event. And the other VI, there is just a Boolean controller and functions of applications to open the main VI.

    How can I control the Boolean LED in VI main, changing the State of the Boolean controller in an another VI?

    Thank you.

    There are different options, but depending on what you want to do. For this example I can't give you a specific solution.

    I do not understand why you do what you do. Why do you call your 'principle VI' dynamically? What is the advantage to do? There are also other ways to call a VI dynamically, based on real cases (for example the method "call and forget", etc...).

    In you principle VI, control you Boolean ("THATCHER") is not the case of corresponding event. This is not usually a good practice, keep it inside.

    Also, why you try to communicate with the caller and callee VI through such a way to twist? There are better ways to do it.

    In one of my projects, I use the user event to launch orders in case of case of appellant VI.

    some Associates more readings for you:

    http://www.notatamelion.com/2015/03/23/how-to-make-dynamic-subvis/

    http://forums.NI.com/T5/LabVIEW/Dr-Damien-s-development-event-structures-III-communicating-with/m-p/...

  • Download touch and non-touch application with the same name

    HII I'm doing a new version of an application

    in the new version of the application, I have two separate release touch and non touch.

    so create us the same name of the app and app-world as a separate product with a different version

    and download sound on 22 Dec 2012 but until the pending status

    so exactly what I do if blackberry approvue my request

    When I send an email to app world support rereading as 'is there a reason? why you create the same application again  You can't have two applications in the portal of the same name. »

    Thanks again in advance for proofreading

    I would look to create the same application in charge touch and non touch at the same time.  You can do if your application supports OS 4.7 and later only.

    If you really need to do two different builds, then add the two builds in separate bundles to the same app on App World and use the selection of the device to make sure that your touchscreen package is only for touch devices to screen and vice versa.

  • I want to go back to the previous version of 2014.2.  .3 is far too buggy and full of error messages. Create problems because I'm on a timeline with my client and I don't have time to fool around with all the problems.

    2014.3 is far too buggy and full of error messages. Create problems because I'm on a timeline with my client and I don't have time to fool around with all the problems.

    You don't mention what you have encountered errors? Workaround for the problem more frequently reached here is Re: error in Muse: object UID:U6875 has two (or more) owners: U3633 and U3165

    If you have a copy of your .muse file that has not been saved by using 2014.3, you can downgrade by uninstalling Muse, and then choose the previous Version in the drop-down list of filters in the Panel of Apps from the desktop creative cloud application. There will be a popup next to the Muse, where you can select a version prior to install.

  • controlling the timeline with the scrolling of the mouse

    Hi all

    I need control the animation of the timeline with the mouse wheel.

    How is it possible

    I tried this code but I couldn't just make it work with moving the mouse, unfortunately scrolling does not work-

    composition of ready:

    this.onMove = function (posX, posY) {}

    timelinecontrol = number (posX) * 30;

    Console.log (timelinecontrol);

    SYM. Stop (timelinecontrol);

    }

    mousemove:

    this.onMove (e.pageX, e.pageY);

    I also tried this one - http://forums.adobe.com/thread/1149792

    but did not work either

    TNX a lot!

    found the answer to this topic-

    http://forums.Adobe.com/message/5628190#5628190

    It's the DS posted by Vinay-

    Here's an example - http://www.dealsdrizzle.com/research/scroll/scroll2.html

    Source - http://www.dealsdrizzle.com/research/scroll/scroll2.zip

Maybe you are looking for

  • TC Wan

    I have a 5th Gen Time Capsule ("TC") (firmware 7.7.7). I would like to extend the network wireless using a TC of Gen (firmware 7.6.7) 4th (TC both have the latest firmware available for them). I want to do it without an Ethernet cable connecting the

  • My iPhone FaceTime apps not available please help FaceTime apps apps important to vary

    My iPhone FaceTime apps not available please help FaceTime applications vary important apps and my iPhone India user please help me to face the time apps

  • Printer is telling me it's printing, but it never does

    Original title: device lexmark 6400 He says its printing but is not. Everything is on and communicates with the computer but does not print anything. Its low on ink, but it usually prints sort or tells me its down to print and its not tell me anythin

  • Problem with ode45 in Mathscript

    Hello I have a model no length (aircraft) in matlab code ".m" and I want to use in labview. I want to see the response of this model and for that I use the Mathscript ode_rk45 command. In Matlab, it works perfectly but in Labview, it takes a long tim

  • Can I cancel the defragmentation? __

    I have a laptop with 250 GB HD have not defragged in over a year, and I have almost completed the drive and then a lot of files to a post hd, several times, so it must well overdue for a defragmentation. Defragmenter Vista analysed and told me that h