Play a timeline complete or simply between two labels

Hello

I use EA 2014.1.1

I have a comp that has 5 steps. There are labels on the timeline where each increment of marking (called frame1, structure 2... etc).

The play button sets the scenario running and all measures are wagered in turn.

I'm also 5 buttons, one for each stage. I would like to add a feature that plays just the images for an individual step.

If I put actions stop() on deadlines to stop at each step, so I won't be able to use the play button to play the 5 steps in order.

I tried to target the position of the timeline with 5 buttons:

for example. button 1

sym.getComposition () .getStage ().getSymbol("cascade-anim").play ("step1");

But this play step1 and continues the chronology and plays the following frames as well, when I want to stop at step2, click on the button 1.

I tried an if/else statement as well, something like:

Everywhere where the playhead is at the present time - go to step1 and stop

sym.getComposition () .getStage ().getSymbol("cascade-anim").stop ("step1");

If (sym.getComposition () .getStage ().getSymbol("cascade-anim").getPosition ("step1")) {}

When we are in step1, start playing

sym.getComposition () .getStage ().getSymbol("cascade-anim").play ();

When we get to step2

} else if (sym.getComposition () .getStage ().getSymbol("cascade-anim").getPosition ("step2")) {}

Stop playback

sym.getComposition () .getStage ().getSymbol("cascade-anim").stop ();

}

But when I use it it stops just at step 1

Can someone give me some advice please?

Thank you

Allison

Hello

So, you could make a new variable called isStopped = 0; and if the animation is running on triggers

if(isStopped == 1) {}

SYM. Stop();

}

Yes, only if you set it to 1, it will play stops.

Fair value the variable 1 whenever you want. I hope that's what you're looking for.

Tags: Edge Animate

Similar Questions

  • The line between two labels

    Hello world

    I wrote this little program where iam creating two label and I can drag this label and this works perfectly.
    I also try to include a line between this label. I am not getting the correct result because I see my tag, but not the line. (I know that my program is incomplete to separating it from the label, since I can't see the line with label iam not able to proceed)

    I am a newbie so my code is perhaps not too professional. Hoping to find a few tips.
    import java.awt.*;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseMotionListener;
    import java.awt.geom.Line2D;
    
    import javax.swing.*;
    
    @SuppressWarnings("serial")
    public class test extends JFrame implements MouseListener, MouseMotionListener  {
    
    private JPanel panel = new JPanel(null);   
    private JLabel label1 = new JLabel();
    private JLabel label2 = new JLabel();
    private int mouseX = 200;
    private int mouseY = 100;
    private boolean drag = false;
    
    
    public test() {
        this.add(panel);
        panel.setBackground(Color.WHITE);
    
        panel.add(label1);
        label1.setOpaque(true);
        label1.setBackground(Color.BLUE);
        label1.setBounds(mouseX, mouseY, 100, 50);
        label1.addMouseMotionListener(this);
        label1.addMouseListener(this);
    
        panel.add(label2);
        label2.setOpaque(true);
        label2.setBackground(Color.RED);
        label2.setBounds(mouseX + 200, mouseY, 100, 50);
        label2.addMouseMotionListener(this);
        label2.addMouseListener(this);
          
    }
    
    @Override
    public void mousePressed(MouseEvent e) {
        if (e.getSource() == label1) {
            drag = true;
        }
        if (e.getSource() == label2) {
            drag = true;
        }
    }
    
    
    
    @Override
    public void mouseReleased(MouseEvent e) {
        drag = false;
    }
    
    @Override
    public void mouseDragged(MouseEvent e) {
          if (drag == true)
        {
            JComponent jc = (JComponent)e.getSource();
            jc.setLocation(jc.getX()+e.getX(), jc.getY()+e.getY());
        }
    }
    
    public void mouseMoved(MouseEvent e) {}
    public void mouseEntered(MouseEvent e) {}
    public void mouseExited(MouseEvent e) {}
    public void mouseClicked(MouseEvent e) {}
    
    public void paint(Graphics g) {
        Graphics2D g2 = (Graphics2D) g;
        Line2D lin = new Line2D.Float(100, 100, 250, 260);
        g2.draw(lin);
        super.paint(g2);
    }
    
    public static void main(String[] args) {
        test frame = new test();
        frame.setVisible(true);
        frame.setSize(600, 400);
        frame.setResizable(false);
        frame.setLocationRelativeTo(null);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
       
       
    }
    }
    Thanks for all your time and help.

    Outside of the Netbeans IDE is also there another tool that can help in creating faster GUI swing application.
    public void paint(Graphics g) {
        super.paint(g);
        Graphics2D g2 = (Graphics2D) g;
        Line2D lin = new Line2D.Float(100, 100, 250, 260);
        g2.draw(lin);
    }
    

    Also I suggest

    public void mousePressed(MouseEvent e) {
        if (e.getSource() == label1 || e.getSource() == label2) {
            drag = true;
        }
    }
    
  • I'm trying to put a Transition chained between two elements placed one above the other.  I tried and I failed.

    I'm trying to put a Transition chained between two elements placed one above the other. To the left of the line that she plays in the lower clip and after the line, he played in the clip above.  Is that it can be done when the two clips are on the other? I tried and I failed. Help please.

    Also how do you call this long line like?

    Thank you.

    simply put your 'top' clip where it belongs - in the scenario

    Select the clip, Option - command - down

    the secondary has no replacement for 'tracks '...

  • How backup VPN configuration between two universities?

    Hello, I am a student of the Greece and I have a graduation project to configure Backup VPN between two universities. Principal of communication made with leased lines. I study a lot, but now that it's time for implementation I have some thoughts:

    -What hardware and software IOS do I need? Cisco 1841 it is ok for A & D routers?

    -Use GRE IPSec transport mode or IPsec Tunnel mode?

    -What will be the failover mechanism for switching traffic lines leased to IP VPN Backup and opposite? A teacher told me something about the Interface Prioritys. I read somewhere that this is done with the such as EIGRP routing protocol. who was right the Professor or the book?  :-D

    -In the same place, they have Firewall and NAT, I need to do any action for this?

    The attached file contains topology I want to implement

    'My' talk site 1

    2 a Central Site

    E communicates with A, but no traffic is to A of E with normal circumstances. Subnet on E access Internet through F, then press D.    VPN will be implemented on the LAN but the specific source E traffic will pass through the Backdoor VPN (I think that the solution to this is ACL on the router). They have no routing protocol in 'my' site A directly connected routers and the default routes.

    How imlement this?

    I think the first thing to do is A to D connectivity

    I will try to do this to tracers package first, but how can ' I imitate the SP network?

    I need help I can get!

    Hi John,.

    In our scenario, given that our main connection is a direct leased line between E and F, so I guess there is no other network between the two routers. In this case we do not need to configure SLA monitoring or any interface a priority. We can simply enter two default routes:

    IP route

    IP route 254

    In this scenario, if the leased line interface goes down, the second default route is used and the traffic should be routed by A router.

    SLA monitoring monitors connection (using the ping tests) by one of the interfaces of the router, and when we are not able to ping from one server (specified in the configuration of the SLA) through the interface, then we change the default track to track traffic through some other interface.

    So, in your scenario, we can monitor the connection between E and F, and when the link goes down, we can change the default route to point a.

    This is useful in the scenario where we have another ISP connection as our primary connection.

    Here is a link on how to configure SLA monitoring on the router:

    http://www.Cisco.com/en/us/docs/iOS/12_4/ip_sla/configuration/guide/hsicmp.html

    After you have configured the SLA followed by using the link above, you can bind it to the default route by using the following command line:

    track road IP / / default main route

    IP route 255 / / default route with a metric of higer that comes into play when the main default route goes down

    In addition, the sample configuration that you give in the doc is almost correct, defined transformation is missing just a hashing algorithm. Here is a link with an example for a tunnel from lan-to-lan between two routers:

    http://www.Cisco.com/en/us/partner/products/HW/routers/ps221/products_configuration_example09186a008073e078.shtml

  • Google maps 'directions' between two points stopped working in firefox

    When using google maps to find the route between two points "Get Directions", he will just stand here loading... never finish and showing the routes between locations.
    It used to work fine a month ago. I didn't expect the update to Firefox.

    I opened the Camino to test on this browser google maps and since I did open Camino in a month or so he asked upgraded but also verified 'Flash' and asked at this level because it was outdated. I have tried re google maps "get directions" between two points on Firefox after the Flash update and it worked!
    It is a pity that so much of the web is based on Flash. Yes its cool but its also a huge pain. I wanted to just quickly answer my own post in case others are having similar problems and simply update Flash.
    See you soon

  • I want to create communication between two laptops by Bluetooth series

    Hello

    I'm trying to accomplish communication series between two laptops via a Bluetooth connection.

    The two laptops are NOT portable Toshiba, but they work together the Toshiba Bluetooth Stack For Windows. They have both also use the default Bluetooth Manager program supplied by Toshiba and Dell (just rebadged?).

    Basically I can set up a connection no problem, but then I have never send data serially from one computer and watch the receiver serial port on another computer but nothing happens.

    Is there a good tutorials for this? It would be nice to have something for the Toshiba Bluetooth Manager especially windows and buttons have names as explained in the tutorial.

    Thanks in advance.

    Adam

    I tried via a hyperterminal connection for testing purposes and it worked.
    Maybe the description also contains useful information for you.
    It is here:

    PC1:
    Start "Bluetooth settings-> Mode custom-> Select Remote PC-> Select"Serial Port"-> Accept proposed (in my case COM40) COM-> Confirm Assistant windows port
    until the installation is completed".

    PC2:
    Start 'HyperTerminal-> Select COM7.

    PC1:
    Start 'HyperTerminal-> Select COM40 (in my case. (See step 1 above) »

    PC1, PC2:
    Enter the password even if security is enabled for example "0000".

    PC1:
    Everything you type in HyperTerminal must be visible in HyperTerminal of PC2 and vice versa.

  • Delay between two operations in the same visa write buffer

    Hello

    I'm new to labview and have tried to find a way to introduce some delay in milliseconds between two operations in the same buffer of writing a block of single entry visa. Here's what I want it to be like:

    CURR: LEV 1.5

    wait about 50 ms

    CURR: LEV 2.0

    wait once again

    In fact, I must apply an alternating signal to a coil with a certain frequency through a source of supply of power e3631a Agilent. So if there is another alternative for her, so please let me know.

    Thank you

    Concerning

    Here are two approaches. First being the easiest, simply put a delay between written VISA. The second being a more robust because it allows you to develop a series of commands by simply adding the string array. You might forget the case of the loop if you don't mind the 50mS delay before e first command is sent.

  • making data transfer between two computers

    Hello

    I developed a labview for data acquisition goal program.  I need to run a part of my program in a computer and some said in another separate computer. for data transfer between these two computers, I decided to use the Protocol of data taking. a computer, collect data and send data to the second computer and second computer will control the setting of data acquisition in the first computer. now I have developed the program but it does not work. I wonder if that is enough to link these two PC by a network cable or something needs to be done. of course, I have some problems with the source definition in the Protocol of data taking. need two labview program in two separate computers.

    Best regards.

    the problem is resolved.

    transfer of data from socket, simply connect two computers with a LAN cable, as I did. The problem is the URL parameter. I got the error as follows:

    ==> in main and remote program, the URL must be the same and the computer name that data socket server is running must be incloded in the two URLS. (my mistake was that I had used two different URLS in the main program and remote). either way, I realized that this isn't neceessary to Server execution data socket in the two computer.but that that send data.

    concerning

  • "Limited connection" when you configure the network between two computers XP.

    Original title: Configuration of the network connection

    Trying to establish a network connection between two home PCs., both running Windows XP Pro. Have been through the network on both PC Setup Wizard but, they still say limited, in fact no connection. I use an Ethernet cable between the two Crusader. If it is true what I'm doing wrong?

    Thanx Terry

    Old but good, networking tips from MVP Malke, MS:

    The best and simplest is to buy a wireless router. This way you get Internet connectivity both machines and the added benefit of security more between you and the Internet. Then you configure your network wireless safely, and then you configure file/printer sharing. Here is information on the implementation of a router and also in networking. It seems long, but don't be intimidated. Setting up a router and the LAN of sharing between two computers takes about 15 minutes.

    The router configuration

    Setting up a router is simple enough. Normally, you run the CD that came with the router and follow the instructions. If you're running Vista, maybe the CD that came with the router does not work; I do not know this. But you can set up the router without the CD. Note that if you have Internet cable for the connection you have just set up the router to DHCP (or there may even be a choice of cable to choose). If you have DSL Internet, you select TRP usually and enter the username and password you selected when you initially set the DSL connection. So:

    1. turn off the power to your cable modem.

    2. attach a cable (usually supplied with the router) course Ethernet cat5e Internet/WAN port of the router to the Ethernet port on the cable modem.

    3. connect the ethernet cable cat5e from the network card in your computer to one of the ports on the router. If you do not have an ethernet cable (because you were using USB), you will need to go to the store and buy a.

    4. turn on the cable modem. After that all the lights are on, turn on the router.

    To configure the router:

     

    Have a computer connected to the router with an ethernet cable. Examples given are for a Linksys router. See the manual of your router or the router mftr's Web site. for the parameters by default if you don't have a Linksys. Open a browser such as Internet Explorer or Firefox and in the address bar type:

    http://192.168.1.1 [Enter] (it is default IP address of the router, which varies from router to router then check your manual)

    This will bring you to the login screen of the router. The default username is blank and the Linksys default password is "admin" without the quotes. Enter this information. You are now in the configuration of the router utility. Your configuration utility may be slightly different from mine.

    Click the Administration link at the top of the page. Enter your new password. MAKE A NOTE SOMEWHERE THAT YOU WILL NOT LOSE. Re-enter the password to confirm it, and then click Save settings at the bottom of the page. The router will reboot and show you the box of connection again. Do not fill in the user name and put it in your new password to enter the configuration utility.

    Now, click on the link wireless at the top of the page. Change the network name (SSID) wireless by default to something, you'll recognize. I suggest that my clients not use their surname as the SSID. For example, you might want to name your network wireless network "CastleAnthrax" or similar.

    Click on save settings and when you get the prompt that your changes were successful, click the wireless security link which is just beside the Basic Wireless Settings link (where you changed your SSID). If you have a newish computer, you will be able to affect security WPA2-Personal Mode. Do this and enter a password. The password is what you enter on all computers that are allowed to connect to the wireless network. MAKE A NOTE SOMEWHERE THAT YOU WILL NOT LOSE.

    At this point, your router is set up and if the computer that you use to configure the router will normally connect wireless, disconnect the Ethernet cable and wireless of the computer should see your new network. Enter the password you created to join the network and start surfing.

    *****

    B. file/printer sharing of

    Excellent, comprehensive, but easy to understand article on sharing files/printer under Vista. Contains information about sharing printers and files, and the folders:

    http://TechNet.Microsoft.com/en-us/library/bb727037.aspx

    For XP, start by running the Network Setup Wizard the on all machines (see warning in section A below).

    Problems sharing files between computers on a network are usually caused by 1) a misconfigured firewall or a firewall neglected (including a dynamic firewall in a virtual private network); or (2) inadvertently run two firewalls such as the firewall of Windows and a third-party firewall. and/or (3) do not have accounts to the same users and passwords on all computers in the workgroup. (4) tries to create actions where the operating system does not.

    A. configure the firewall on all machines to allow traffic to local area network (LAN) as being approved. With the Windows Firewall, it means which allows file sharing / print on the Exceptions tab normally run the XP Network Setup Wizard will take care of this for these machines. The only "witch hunt", it will turn on the XPSP2 Windows Firewall. If you are not running a third-party firewall or you have an antivirus with "Internet Worm Protection" (like Norton 2006/07) which acts as a firewall, you're fine.  With a third-party firewall, I usually set up the allocation of LAN with an IP address range. E.g. would be 192.168.1.0 - 192.168.1.254. Obviously you would substitute your correct subnet. Do not run more than one firewall. DON'T STOP FIREWALLS; CONFIGURE THEM CORRECTLY.

    (B) to facilitate the Organization, put all computers in the same workgroup. This is done from the System applet in Control Panel, the computer name tab.

    C. create the counterpart of the user accounts and passwords on all machines. You do not need to be logged into the same account on all machines and assigned to each user account passwords can be different; accounts/passwords just need to exist and to match on all machines. DO NOT NEGLECT TO CREATE PASSWORDS, EVEN IF ONLY OF SIMPLE. If you want a machine to boot directly to the desktop (a particular user account) for convenience, you can do this. The instructions on this link work for XP and Vista:

    Set up Windows to automatically connect (MVP Ramesh) - http://windowsxp.mvps.org/Autologon.htm

    D. Si one or more of the computers is XP Pro or Media Center, turn off Simple file sharing (Folder Options > view tab).

    E. create share as you wish. XP Home does not share the users directory or the Program Files, but you can share folders inside those directories. A better choice is to simply use the Shared Documents folder. See the first link above for more information on Vista sharing.

    F. you have the job of file sharing (and tested by exchanging a file between machines), if you want to share a printer connected locally to one of your computers, share of this machine. Then go to the printer mftr Web site. and download the latest drivers for the correct system. Install them on the target machines. The printer must be collected during the installation procedure. If this isn't the case, install the drivers and then use the Add Printer Wizard. In some cases, printers must be installed as local printers, but it is outside this response.

  • Screen flashes like a strobe light between two different "parts".

    Well, this is going to be hard to explain...

    The short version: my screen is spazzy.

    The long version: welp. It flashes like a strobe between two 'parts' as I call them. Part A is what I'm supposed to be viewing (browser, screen, scanner, antivirus, etc.) and part B being one of several things. The blue and black lines vertical, multicolored stripes, my desktop background. And it just flashes back. Sometimes when I move my mouse over the flashing area it goes back to what ever it is supposed to be (instead of my background OR task bar, it's just my taskbar) and, so, sometimes not. Sometimes, compounding the problem.

    It's driving me crazy.

    And not only it is completely in the path, it slows down my computer by my college courses online a pain in the thigh.

    I ran Webroot SecureAnywhere, CCleaner and Defraggler. All to nothing does not.

    Any help would be greatly appreciated. I'll even write a paragraph full dripping with disdain, if it's something stupid.

    Original title: what the hell is happening with my screen?

    HP provides the drivers for your computer.

    If there is no Windows 7 graphics drivers available, there is nothing we can do to help you as a older laptop, graphics would be Onboard (part of the motherboard).

    These are the two models for the number you provide:

    HP Compaq nc6400 core Notebook PC model

    I suggest that you ask in the HP Support Forums for further assistance with this:

    http://h30434.www3.HP.com/

    Good luck.

  • Want to use internet to share WRV210 router between two LANs

    Hello

    I have the following scenario:

    A LAN has access to internet via ADSL through a Fortigate 50B (192.168.100.0)

    A new LAN (different segment) that should have access to the internet. (192.168.102.0)

    Two local networks need to have shared access resources among themselves.

    We have a WRV210 router between two LANs (192.168.100.0 WAN, 192.168.102.0 on LAN) configured in router mode.

    Resources work very well, but internet does not work.

    We receive answers internet addresses on 192.168.102.0 ping and tracert works very well, but we cannot navigate or connect to Skype, msn msg, etc..

    We made on fortigate 50B routes this way:

    192.168.102.0/255.255.255.0 192.168.100.102 internal

    192.168.100.102 is an address WAN WRV210

    We tried the gateway mode and internet works fine on 192.168.102.0, but 192.168.100.0 cannot contact 192.168.102.0 resources (obviously)

    What can be wrong in case of ping and tracert works very well, but nothing else works?

    Hi Willy,.

    You need the WRV210 in not the router mode gateway mode.

    Gateway mode active Stateful inspection, which will address translation from private to public IP addresses and NAT....

    "But I think that the VLAN on the router segments members to talk to other members on the other vlan, so your comment.

    Two local networks need to have shared access resources among themselves. "creates a problem.

    .

    A community previous publication says "with Port Based VLAN on the WRV210, there is no VLAN tagging and so on." It's more like say port 1 not to talk to port 2, because they are on separate physically designated VLAN (even if on the same subnet) and it is far as it goes. But with your configuration you want also to have the 2nd SSID do not talk to any wired client based on the RVS4000 as well? If so, this facility would not work because all wireless clients would be able to talk to cable customers and vice versa. But if you primary concern is simply to prevent the SSID 1 speaking with 2 SSID, it's doable in the page VLAN for the WRV210.

    So if you want the WRV210 to allow switching between the VLAN port basis, it won't work the way it is set up now...

    If you want to restrict access between IP hosts, I suggest using the list feature to access a managed switch that focuses on the PC or servers.  A switch may be as a series of 200 or 300 small businesses switch, see URL below...

    http://www.Cisco.com/en/us/products/ps10898/prod_models_comparison.html

    But then allow all ports to be a member of the VLAN by default.  I hope that I read your question correctly

    Best regards, Dave

  • FabricPath or OTV between two data center using Direct fiber cable

    Hello

    I have two data center both of them has the same equipment N7k, N5k and N2k, and we want the dataCenter being active/active, I'm really confused to use OTV or FabricPath characteristic, if someone can help me with my scenario and explain to me what is the best solution and advantage and disadvantage between OTV and PabrcPath.

    Many thanks in advance

    Hi Steven,

    No problem, I'll go through your points as completely as possible. I advise you to read more about these protocols, maybe if you have access to INE or similar, see their videos on this. I would also like to say again that I have not seen all documentation Cisco indicating that FabricPath to be used as a DCI.

    With regard to the way fabric you ask what follows...

     1. only can use it between two datacenters of you have more we can't, please correct me?

    No, you can use the path of fabric with more than two data centers, but even with OTV, you can use it with more than two data centers.

     2. HSRP localization can not be implemented as OTV. However You can have two differnet Gateways at the Data Center 1 and 2 using two different HSRP groups. If server is moved dynamically from, (i didn't understand this point can you please explain with example?

    OK, so this is a GREAT topic. Location of HSRP CAN be implemented with OTV, but cannot be implemented with fabric path. First hop redundancy protocols can be localized and is supported by Cisco with OTV, this basically allows the same default gateway to reside in two of your data centers providing the ACTIVE/ACTIVE configuration. So no matter where your VM is, they did not change their default, even if gateway your servers to move to the other datacenter.

    If we didn't have this, we would have only an active member of HSRP divided between DC and things would be extremely troublesome in regard to traffic flows. A virtual machine in DC2 VLAN needs to talk to host in VLAN B. But the default gateway is completely in DC1. So frame is sent to the ICD in DC1, then the gateway by default, routes packets VLAN B. This VLAN B lies in fact in DC2, so now it has to go all the way back to DC2. You get my point...? :)

    With localization happen only local to the domain controller. If all servers / VMS in the domain controller can speak locally to its "own" default gateway.

     3. unknown unicast flooding (can you give me an example?)

    Unknown unicast traffic is unicast packets/images with unknown destination mac address. By default, switches are flooding this type of traffic to all ports in the VLAN. With path of fabric that would take place during your DCI, but with OTV, it is all taken care locally, so massive savings on bandwidth here and it is much more effective.

     4. ARP optimization between Data Center (can you give an example regarding ARP optimization?)

    There is another function of OTV, which makes it far superior on the way of tissue. Essentially, we are reducing the volume of traffic passing through the transport infrastructure (i.e. ICD)

    When ARP, host in DC1 to host that responds in DC2, we use links and there is travel time of package that might be minimal, but is not the most optimal. OTV AED - or edge device spy ARP response and subsequently knows that this mapping exists from there. ARP takes place after the first Protocol, the EDA almost proxy ARP to DC1 so the ARP request locally does not have to travel to DC2.

     5. Typically two flows (Odd VLANs by OTV-VDC-1 and even vlans by OTV-VDC-2) carry the entire layer 2 traffic flow between the two Data Centes. Hence the load balancing the links is not efficient. ( (can you explain compare with FabricPath if you have example?)

    IMHO, it's bad and good. Balance the workload of the OTV if you have more than an AED on site. VLAN strange appointment via an AED, even numbered VLAN go through the other. Depending on traffic on VLANs, this could become unbalanced. Fabric used by all its links to mac addresses 'route' to the respective SID - ID switch she needs to do. So perhaps a better uniformity of split here.

     6. VLAN scalability for OTV is lower than FabricPath as of this content writing. (can you explain what this mean i didn't understand it)

    I completely disagree with this comment. I too do not understand.

     7. Resiliency of FabricPath network is better than OTV in some failure scenarios.(can me an example ?)

    I also disagree with that. Resilience of path of fabric could be same as OTV or perhaps better. However, my personal experience is that OTV fine tuning with things like BFD failover is much faster!

    Fabric is good because the control of aircraft ISIS and its operation is admirable, but could say the same for the OTV.

    Lets say one of the DCI links had to die, the transmission of the tissue path would continue through the other links, then perhaps for low latency, high frequency, environments that would be beneficial. OTV will change the EDA and re - learn mac, announced by other AEDS, addresses, but as I said, the time could be extremely minimal and tuning. This isn't a big deal, unless you need under second time convergence!

    I hope that I have answered your questions, I recommend use for your DCI OTV, use the path of fabric for your inside of local switching in your DC. This has been implemented repeatedly and the links I sent you the models validated Cisco also point out.

    Remember - fabric has been built to be a step towards TRILL, and replacement of protocols spanning-tree, OTV was built especially for the dci. They are both built and examples of specific design. It makes no sense to get these confused or mixed up, unless there is a real and pressing the case.

    Joel conclusion is right, use the right tools for the job. If the use case is good for the FP then OK, if not, OTV.

    Rcmnd - reading http://www.packetmischief.ca/2013/04/23/DCI-series-overlay-transport-vir...

    These are just my thoughts.

    Bilal (CCIE #45032)

  • Switch between two intelligent forms with a single button?

    Hello!  I work at 8 Captivate and try to use a single button to switch between two smartshapes.  I can't for the life of me figure out how to do it.  I know its possible to make it 'show' and 'hide', but is it possible to simply create a user click on a button and whenever we click on it, it comes and goes between two different smartshapes?

    Im trying to show the user the functionality on a piece of equipment when they press a button.  When they push the button, it comes and goes between two different read out on the screen.

    Thanks in advance!

    Have you looked at the blog post that I posted a link: I offer 4 scenarios.

    It can also easily be done, if you have a separate (shape) button to switch between two different objects:

    1. Create a user with a default value of 0 v_visib variable
    2. Create two objects and one of them is visible, the other invisible output ("eye" in the Properties Panel icon); I've tagged the ShapeOne and ShapeTwo, where ShapeOne is visible at the beginning
    3. Create this advanced conditional action (you can also turn it into a shared action):

    IF v_visib equals 0
    Hide ShapeOne
    See the ShapeTwo
    Toggle v_visib
    ON THE OTHER

    Hide ShapeTwo

    See the ShapeOne

    Toggle v_visib

    4 assign this action to the success of the button event

  • I'm having a problem with a transition between two clips in the first.

    I put a transition between two clips, but it works only in a single clip. my project is almost done except to fix those errors.

    problem.jpg

    The handles are how you have before and after the section of the video images you removed in the timeline.

    Imagine you put a video in your editing and you use the clip (from the beginning to the end). Then you try and add a second 2 cross dissolve between the shots. First will have to at least 1 second image to prior to the shooting to make the transition, but because that there are no images more to use is unable to dissolve it in the middle of the Cup.

    You can do it all on a track just like FCP of Vegas, but you must have the images it to dissolve in.

  • Form must pass back between two users several times for signature

    I have a project agreement form that has specific steps that must be signed by both parties in order. User for example, a section of 1 Complete signs and forwards it to B user for confirmation, then he needs to deliver to the user so they can sign once completed section 2 and B user for confirmation, and so on for many individual sessions in the same document.

    I don't know if there is a way I create this kind of back and comes from the string between two users with conditions on a signature field, or how it could be achieved.

    It's awesome... basically what I thought I couldn't do, and EchoSign initially said was not possible.

    He said later that it is possible and their explanation is essentially yours, but they suggested also adding multiple roles to a single user (the user would get 3, role5, role1, etc.) in the same kind of sequence.

Maybe you are looking for