Alternate the position of drag and then drop items

Randomization of the starting position of draggable elements is a fairly common evaluation strategy.  It is clear that it was an option with Captivate at a given time (see using Interactive Drag and Drop Widget |) Infosemantics Pty Ltd ), but I can't find this option in Captivate 9.  Is there an option "randomize positions initials drag" anywhere in this new version of Captivate?  It would be fantastic to swap places so anywhere on the stage.

The great widget you are pointing to, is not included in Captivate, but developed by external sources (not free). I'm sorry to tell you that the integrated drag drop & does not have this feature.  The old widget is still available but output SWF's. D & D Captivate can also be used for HTML, but does not have some features such as SWF-widget. I agree that it would be a great improvement, you can log a feature request?

Tags: Adobe Captivate

Similar Questions

  • A screen as the workflow editor where the components can be dragged and then wired to form a logical flow. ??

    Hi all

    My requirement is to develop a screen as editor of workflow where the components can be dragged and then wired to form a logical flow using versions 11 g/12 c Adf (jdev).
    A table of components from which you can select and drag items to a place where you can drop and form a logical journey with other components.

    Thank you

    r0unak.

    When you use 12 c, you should look in the diagram pane, which is really very powerful. Check out the series in 10 parts of Duncan Mills at https://blogs.oracle.com/data-visualizations/entry/a_guide_to_diagram_part1

    Timo

  • On the features of Drag and Drop

    Hi I work on ADFMobile I implemented an Application using HTML and JavaScript and CSS. And I provide the functionality of Drag and Drop in HTML5, but the functionality of Drag and Drop didn't work.

    So could you please help me how to implement the drag and drop operation going works in ADFMobile

    <! DOCTYPE html >

    < html >

    < head >

    <!-< script type = "text/javascript" src = "jquery.js" > < / script >

    < script type = "text/javascript" src = "main.js" > < / script >->

    < link rel = "stylesheet" type = "text/css" href = "style.css" >

    < title > < / title >

    < / head >

    < body >

    < div id = 'wrapper' >

    < div class = "header-wrapper" >

    < div class = "wrapper-in-head-left" > Accept < / div >

    < div class = 'wrapper-in-head-right' > reject < / div >

    < / div >

    < div class = "container" >

    < div class = "info-container" >

    < div class = "info-header" > example 1 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < div class = "info-container" >

    < div class = "info-header" > example2 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < div class = "info-container" >

    < div class = "info-header" > 3 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < / div >

    < div class = 'wrapper-footer' >

    < div class = 'wrapper-foot of page-left' > learn... < / div >

    < div class = 'wrapper-foot of page-right' > Later < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    #{pageFlowScope.JavaScript.InvokeAlerts}

    Sorry, Frank Nimphius I designed a mobile page with HTML5 JavaScript and CSS in Jdeveloper and I try to implement the functionality of gliding & in this application, but it will not work on the Android browser

    Could you please help me how to implement drag and drop features in the given page

    HTML:

    Accept

    Reject

    example1

    Hello world

    Hello world

    Hello world

    Hello world

    Example2

    Hello world

    Hello world

    Hello world

    Hello world

    3

    Hello world

    Hello world

    Hello world

    Hello world

    JavaScript:

    $(document) .ready (function () {}

    $('.info-tip').mousedown (function (e) {}

    e.preventDefault ();

    Console.log (e.ClientX);

    Console.log (e.ClientY);

    $('.info-tip').mousemove (function (e) {}

    {if (e.which = 1)}

    $(this).removeClass('info-tip').addClass ("clone-item");

    }

    });

    (.mouseup)})

    function() {}

    $('.info-tip').off ("mousemove");

    });

    });

    CSS:

    HTML, body {}

    Width: 100%;

    height: 100%;

    padding: 0px;

    margin: 0px;

    background: #ccc;

    }

    {#wrapper}

    Width: 80%;

    height: 80%;

    margin: auto;

    }

    . Container {}

    Width: 100%;

    height: auto;

    margin: 0px 0px 30px 0px;

    }

    {.wrapper-head

    margin: 0;

    background: #4c4c4c; / * Older browsers * /.

    background:-moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #000000 100%, #131313 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#4c4c4c) color-stop(12%,#595959) color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#000000), color-stop(100%,#131313))... / * Safari4, Chrome + * /.

    background:-webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #4c4c4c ', endColorstr = "#131313 ', GradientType = 0"); / * IE6-9 * /.

    position: fixed;

    top: 0;

    Width: 80%;

    padding: 10px 0px;

    z-index: 100;

    }

    {.wrapper-footer

    margin: 0;

    padding: 10px 0px;

    background: #4c4c4c; / * Older browsers * /.

    background:-moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #000000 100%, #131313 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#4c4c4c) color-stop(12%,#595959) color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#000000), color-stop(100%,#131313))... / * Safari4, Chrome + * /.

    background:-webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #4c4c4c ', endColorstr = "#131313 ', GradientType = 0"); / * IE6-9 * /.

    position: fixed;

    bottom: 0;

    Width: 80%;

    z-index: 100;

    }

    {} .info-container

    Width: 100%;

    height: auto;

    float: left;

    top of the margin: 20px;

    position: relative;

    }

    .wrapper .wrapper-in-head-left header {}

    float: left;

    color: #fff;

    text-indent: 10px;

    }

    .wrapper .wrapper-in-head-right header {}

    float: right;

    color: #fff;

    text-indent: 10px;

    }

    . Wrapper-foot left-foot of page-.wrapper {}

    float: left;

    color: #fff;

    text-indent: 10px;

    }

    foot of page-.wrapper .wrapper-foot of page-right {}

    float: right;

    color: #fff;

    }

    {} .info-head

    text-indent: 10px;

    color: #fff;

    make-weight: bold;

    padding: 2px 0px;

    margin-bottom: 8px;

    background: #1e5799; / * Older browsers * /.

    background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 90%, #7db9e8 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#1e5799) color-stop(50%,#2989d8), color-stop(90%,#207cca) color-stop(100%,#7db9e8)); / * Chrome, Safari4 + * /.

    background:-webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #1e5799 ', endColorstr = ' #7db9e8 ', GradientType = 0); / * IE6-9 * /.

    }

    {} .info-tip

    Width: 24%;

    height: 150px;

    float: left;

    margin-left: 10px;

    Background: #fff;

    -webkit-border-radius: 10px;

    }

    .info-pointe p {}

    text-align: center;

    margin: 60px banner 0px 0px 0px;

    }

    . Clone-item {}

    background: Red;

    Width: 200px;

    height: 150px;

    float: left;

    margin-left: 10px;

    background: Red;

    -webkit-border-radius: 10px;

    position: absolute;

    }

    Using this code, I generate a page on this page I want to drag drag the HellowWorld to accept button so how to implement this feature - déposer in ADFmobile

  • FlashBuilder - how to move the code with drag and drop

    Guys, I must be stupid. Each IDE I worked in allows me to highlight one or more lines of code, and then, when I mouse over the highlighted lines, updates of the cursor to indicate that I can now drag the code, and it moves when I click and drag.

    FlashBuilder (burrito) does not seem to exhibit this feature, but if I hold down the CTRL I do not copy the code via drag and drop.

    There has been one or two occasions where the drag-and - déposer worked, but I can't understand, or reproduce these conditions.

    Can anyone help?

    Thank you

    T

    It should work in Flash Builder, but you are right, that feedback cursor is not very good because it is not updated to show that any sort of slider. Try selecting the text, then click and hold for about a second before you drag it to a new location. If it still does not work for you it must be another problem. Make sure that in preferences, general-> editors-> text editors "Enable drag and drop of text" is turned on.

  • I lost the ability to drag-and - drop files from the finder to dreamweaver

    I've recently updated to OSX Maverick and I lost the ability to drag and drop files into dreamweaver.

    Is there a setting that I know that restores this functionality?

    Thank you

    Hello joyridebs & Mike,

    This seems to be due to changes in the Mavericks. A bug was noted for the workflow broken in Dreamweaver.

    Please follow the workaround by inserting objects from the panel insert until the bug is fixed.

    Kind regards

    Yalpi Shiva Prasad

  • Is my client using the web browser editor can change the position of text and images, the site was built with muse

    Is my client using the web browser editor can change the position of text and images, the site was built with muse and at first, tell him that he could change the text and images, but he can't change the location of contents of Th.

    Now he wants to paste and copy directly from the web browser Publisher Word and wants to change all of the place itself.

    Does someone have an answer or another solution?

    Philippe

    First of all, to answer your question about moving content. No, that is not supported.

    Then, never advised him to stick to Word what for the web. Word adds a lot of very strange code that can break your page completely. Tell him if he has a Word to add to the site to paste into Notepad or any other text editor, copy and paste to Muse.

  • Alternate the background color on and off the toolbar

    Hello

    I have a request. I use Firefox regularly and change the background color in the "content" of the preferences section is easier on my eyes. However, on some sites I would like to disable this function, but I have to go to the preferences it off and then turn it back on once I have leave the site.

    Is it possible for you to make a button that can enable this setting and disable the toolbar? That way if I need to see pictures on a site I can click on the button and then click again to turn it off.

    Kind Regards,
    Bobby
    

    See if this extension - https://addons.mozilla.org/en-US/firefox/addon/toolbar-buttons/ - has the functionality you need.
    Support forum for this extension is here - in case you need to do a custom for your function button:
    https://codefisher.org/Forum/2/

  • Since the change of Tiscali to TalkTalk if I click on links in the emails read on webmail, I get the following error message and then I get disconnected from your

    Since the change of Tiscali to TalkTalk if I click on links in the emails read on webmail, I get the following error message and then I disconnected from TalkTalk webmail.

    HTTP status 404 - /cp/templates/applications/mail/html/null.jsp type status report

    message /cp/templates/applications/mail/html/null.jsp

    Description the requested resource (/ cp/templates/applications/mail/html/null.jsp) is not available. Apache Tomcat/5.5.27

    can you help
    

    Please contact the webmaster. The webmaster will then contact us if they need our help. Thank you!

  • T430 cannot connect to WiFi unless the battery is removed and then re-installed

    Had trouble with t430 a colleague. It is impossible to connect to the WiFi unless the battery is removed and then reinserted. Once connected WiFi is strong and reliable. This seems to have started a few weeks without any notice. I think of a power setting? I also tried to replace the battery and the same problem. The two batteries hold high loads and are in a State of 'good '. Any suggestions?

    Solution has been update power settings to the driver does not allow the computer to turn off device to save power.

  • How can I get the installer for my application check the operating system type and then install the correct driver type?

    I have a request that I wrote and have been use and distribute for awhile. The installer I created for this application is an additional installer to install a driver for the USB connection. The USB connection is actually a virtual COM Port. The problem is that the people who drafted modified driver setup the installation program itself. They used to have an installer that would check for 32-bit or 64-bit OS and then install the appropriate driver.

    Now, they have two distinct installation programs: one for the other for 32-bit and 64-bit. They let the user know their OS and install the appropriate driver. I'd rather not have to rely on my users to do. From what I've seen the creater Installer provides that an executable to be run after the application installs.

    Is it possible to have the installer of the application, check the type of OS and then run the correct executable file after installing my application? I think that I could write an Installer 'wrapper' that checks the type of operating system then executes the correct Installer. But I expect a better solution.

    Thank you
    Joe

    So, I make it work!

    The trick is to find a way to determine what type of OS you are using. The method I used was, indeed, read the environment variable. A buddy of mine sent me this link:

    http://StackOverflow.com/questions/2401756/how-to-find-if-the-machine-is-32bit-or-64bit One of the phrases he bibliography the Processor_Architecture environment variable.

    It seemed like a reasonable idea. So I started to research how read LV it environment variables turns out, you do it by reading a registry key. There is an example of LV on how to read a registry key. But I did not know where they are in the registry. So, I searched the Processor_Architecture registry. I found it in HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment.

    According to the article in the link, this value will already be x 86 for a 32 bit OS, or something with 64 inside. I just check the response for x 86 string. If it is, I just run the x 86 version of the driver Installer. Otherwise, I run the x 64 version.

    It turned out to be as simple as that.

    I hope this helps someone.

    Joe

  • I can't create an installer, after install the Vision Builder demo and then uninstall it. I can't create a Labview Installer more, he asks me an installer of generator of Vision, even if Labview my program does not have nothing to do with it...

    I can't create an installer on LabView, after install the Vision Builder demo and then uninstall it. I can't create a Labview Installer more, he asks me an installer of generator of Vision, even if Labview my program does not have nothing to do with it...

    Hi, Shada, this can happen if you include additional installers to your installer for example DAQmx. When you do this the installation program must include other files like MAX (Measuremente and Automation Explorer). Probably when you installed Vision Builder he updated MAX, so when your Installer try to understand MAX, his request the source where it was installed in your computer in this case Vision Builder.

    Here you can cache information so it is not asked once again, or you can download a version more recent fo DAQmx, then it will update MAX and change the dependecy.

    You can find more details about it in this KB:

    3S88PJMY knowledge base: why do I get an error message 'Missing Distribution' when you try to build an install...

    And to keep a copy, here's more information:

    How to stop missing delivery Notification whenever I build an installer?

    Best regards

  • I'm playing True Crime New York City on windows xp and every time I'm trying to play the screen goes black and then I'm back at my desk.

    Whenever I try to play True Crime New york city for windows XP it is closes its doors after the theatrics start and gives me an error saying the file d3d9.dll has stopped working or the screen goes black and then then I know you left the game back and I'm at my desk again.

    Hello Respect137, welcome.

    It would appear that running DirectX files installed on your system were corrupt. This gives a test:
    2 follow the instructions which is there to install the package to update DirectX
    3. Once installed, restart your computer and try to run the game
    Let us know if this helps,
    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Error: "file 9xmigrat.dll on (unknown) is needed type the path where the file is located, and then click ok" when you try to install Windows Media Player 9.

    original title: WMP9 re-setup

    Hello. I use XP SP3 with all post-SP3 updates critical. Windows Media Player 9 does not work. When I try to reinstall, I'm stuck: the 9xmigrat.dll of file on (unknown) you need to type the path where the file is located and then click ok. I like WMP9 and do not want to use a newer version of WMP. I was not able to find 9xmigrat.dll

    This happens when I try installing to wmp.inf.

    If I try to install the MPSetupXP.exe, it does not either.

    Any ideas? TIA

    Thank you, David. It seems that the problem was caused by incorporating the updates for WMP9 using nLite. I made another CD of installation excluding these updates. A clean install of XP SP3 and WMP9 is working. Thank you for your response.

  • Error when opening file reader pen "the driver or network connection that the shortcut 'Target.lnk' refers to is unavailable. Make sure the disk is properly inserted or the network is available, and then try again. »

    Original title: during opening of pen drive file to msg "the drive or network that all connection 'refers to mpr shortcut' folders.lnk all in unavailable.make that the disk is properly inserted or the network is available and then try again."

    OS:-xp sp2

    pen drive :-transcend

    earlier, my USB had worms, bt Finally I took it off my ESET internet security (fully updated).

    BT still records are transformed into shortcut of 1 kb. and makes me worried coz I m nt able to open these files... Please help me out of this problem... I need my data, its urgent.help me as soon as possible to change these documents in their original format.

    my folders have files .doc, some do' report.unfortunately not have a backup of these files.

    target location: Z3ojKiH9lvFefkO0mG6Hl1XplgLV3L0YJVfdZRr3dtLhEN80DnzEPQX8Y2sziakx2axTnS4SA0447SPkbMn4QN

    In the location target properties are even 4 all records

    Clinical target:-H:\Z3ojKiH9lvFefkO0mG6Hl1XplgLV3L0YJVfdZRr3dtLhEN80DnzEPQX8Y2sziakx2axTnS4SA0447SPkbMn4QN\73mrVQz9rDByh9hfKJ9v0lt5z3m0s5hP0l.exe real sheet.xls

    What exactly is...

    I ve deleted the worms... checked by ESET, CLAMWIN PORTABLE, lapi ny window 7 WINDOW DEFENDER friend.

    ESET that worms have been Win32/AutoRun.VB.UG.Worm.

    now, I ve you gave details d, should know the problem I ve.i believe.help me

    Thank you for your time, but I did nt get the solution everywhere so formatted, it

  • Encarta Dictionary works do not mistake: this service could not be searched because you are not connected to the Internet. Connect, and then try again

    Original title: Encarta Dictionary (not searched)

    Encarta dictionary does not. I get the message "this service could not be searched because you are not connected to the Internet.  Connect, and then try again. "However, I am connected to the Internet.

    Hello

    1. don't you make changes to the computer until the problem occurred?

    I suggest you try the steps mentioned below and check if it helps.

    Method 1: Try to start your system in safe mode with network and check if the same problem occurs.

    http://Windows.Microsoft.com/en-us/Windows-Vista/advanced-startup-options-including-safe-mode

    Method 2: If the question does not exist in Mode safe mode then try to put your computer in a clean boot state.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

     

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Hope this information is useful.

Maybe you are looking for