How to make a long list of laundry questions

Hello

I have, in the course of the month, accumulated a long list of questions, I've observed with edge animate. Seeing how most of them falls under the theme 'How a server Guy side sees Edge animate', should I post a long rant, ticking off each problem that I see, or should I spam the Board with each question on its own? Thanks in advance for your help and your review; I'm new on this forum and it's finally time to engage with the community!

-Roy

Hi, Roy-

It's really to you - our team bed through the forums, but have them in format point ball would be a good place to start a conversation.  Looking forward to hear what you have to offer!

See you soon,.

-Elaine

Tags: Edge Animate

Similar Questions

  • How to make a FAQ page? [was: question about Dreamweaver]

    I am putting together a website and I want to make a page of frequently asked Questions where you can click on the question and the answer appears, and then click on it again so he can disappear. You know the code I would use for that to happen?

    Thanks in advance, Chris

    Use of jQuery UI Accordion Panels

    http://jQueryUI.com/accordion/

    Nancy O.

  • How can I make a long list of search - replace only the master

    Hello world

    I had this script:

    //---------------------------------------------------------------------------------------- -------------------------------

    myDocuments var = app.documents.everyItem ();
    var myLayers = myDocuments.layers.everyItem ();

    Locked text on master blocks spreads are not affected.
    If you want to unblock, please add something like this:

    Unlock all elements of each document page on is spreading and Captain spreads (optional):
    myDocuments.pageItems.everyItem (.locked = false);

    var myPageItemsOnNormalSpreads = myDocuments.spreads.everyItem ().pageItems.everyItem ();

    Unlock the layers (optional)
    myLayers.locked = false;

    Lock all elements of page level first on normal spreads
    This leaves the elements on the page on unlocked master spreads:
    myPageItemsOnNormalSpreads.locked = true;

    Now for the GREP part:
    app.findChangeGrepOptions.includeMasterPages = true;
    app.findGrepPreferences = changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = "\\b20\\d+\\b";

    Research on "all open document" level
    Which returns an array of arrays:
    var myTarget = myDocuments.findGrep ();

    Flattening of myTarget Bay:
    var flattenedFoundArray = [];

    for (var n = 0; n < myTarget.length; n ++) {}
    flattenedFoundArray = flattenedFoundArray.concat (myTarget [n]);
    };

    Change the content of the texts found in flat table:
    for (var n = flattenedFoundArray.length - 1; n > = 0; n-) {}
    flattenedFoundArray [n] .silence = String (Number(flattenedFoundArray[n].contents) + 1);
    };

    Unlock all objects on normal spreads:
    myPageItemsOnNormalSpreads.locked = false;

    Reset search GREP and edit the prefs:
    app.findGrepPreferences = changeGrepPreferences = null;

    //---------------------------------------------------------------------------------------- -------------------------------

    made by Uwe

    I change in this, to make a multi elements of search - replace only the master

    //==============================================================================

    myDocuments var = app.documents.everyItem ();
    var myLayers = myDocuments.layers.everyItem ();

    Locked text spreads masters frameworks are not affected.
    If you want to unblock, please add something like this:

    Unlock all items page of each document of spreads and master spreads (optional):
    myDocuments.pageItems.everyItem (.locked = false);

    var myPageItemsOnNormalSpreads = myDocuments.spreads.everyItem ().pageItems.everyItem ();

    Unlock the layers (optional)
    myLayers.locked = false;

    Lock all elements of page level first on normal spreads
    This leaves the elements on the page on unlocked master spreads:
    myPageItemsOnNormalSpreads.locked = true;

    Now for the GREP part:
    app.findChangeGrepOptions.includeMasterPages = true;
    app.findGrepPreferences = changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = "USA";

    Research on "all open document" level
    Which returns an array of arrays:
    var myTarget = myDocuments.findGrep ();

    Flattening of myTarget Bay:
    var flattenedFoundArray = [];

    for (var n = 0; n < myTarget.length; n ++) {}
    flattenedFoundArray = flattenedFoundArray.concat (myTarget [n]);
    };

    Change the content of the texts found in flat table:
    for (var n = flattenedFoundArray.length - 1; n > = 0; n-) {}
    flattenedFoundArray [n] .silence = "CHINA";
    };

    Unlock all objects on normal spreads:
    myPageItemsOnNormalSpreads.locked = false;

    Reset search GREP and edit the prefs:
    app.findGrepPreferences = changeGrepPreferences = null;


    //---------------------------------------------------------------------------------------- -------------------------------

    myDocuments var = app.documents.everyItem ();
    var myLayers = myDocuments.layers.everyItem ();

    Locked text spreads masters frameworks are not affected.
    If you want to unblock, please add something like this:

    Unlock all items page of each document of spreads and master spreads (optional):
    myDocuments.pageItems.everyItem (.locked = false);

    var myPageItemsOnNormalSpreads = myDocuments.spreads.everyItem ().pageItems.everyItem ();

    Unlock the layers (optional)
    myLayers.locked = false;

    Lock all elements of page level first on normal spreads
    This leaves the elements on the page on unlocked master spreads:
    myPageItemsOnNormalSpreads.locked = true;

    Now for the GREP part:
    app.findChangeGrepOptions.includeMasterPages = true;
    app.findGrepPreferences = changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = 'Washington DC';

    Research on "all open document" level
    Which returns an array of arrays:
    var myTarget = myDocuments.findGrep ();

    Flattening of myTarget Bay:
    var flattenedFoundArray = [];

    for (var n = 0; n < myTarget.length; n ++) {}
    flattenedFoundArray = flattenedFoundArray.concat (myTarget [n]);
    };

    Change the content of the texts found in flat table:
    for (var n = flattenedFoundArray.length - 1; n > = 0; n-) {}
    flattenedFoundArray [n] .silence = "Beijing."
    };

    Unlock all objects on normal spreads:
    myPageItemsOnNormalSpreads.locked = false;

    Reset search GREP and edit the prefs:
    app.findGrepPreferences = changeGrepPreferences = null;


    //===============================================================================

    only what I can do is to repeat and repeat again

    is this another perfect solution to do?

    Thank you

    Teetan

    Try this,

    findChange("USA", "CHINA");
    findChange("Washington DC", "Beijing");
    
    function findChange (findWhat, changeContent){
        var myDocuments = app.documents.everyItem();
        var myLayers = myDocuments.layers.everyItem();
        //Locked text frames on master spreads are not touched.
        //If you want to unlock them you have to add something like this:
        //Unlock ALL page items in every document on spreads and master spreads (optional):
        myDocuments.pageItems.everyItem().locked = false;
        var myPageItemsOnNormalSpreads = myDocuments.spreads.everyItem().pageItems.everyItem();
        //Unlock the layers (optional)
        myLayers.locked = false;
        //Lock all first level page items on normal spreads
        //That leaves the page items on master spreads unlocked:
        myPageItemsOnNormalSpreads.locked = true;
        //Now for the GREP part:
        app.findChangeGrepOptions.includeMasterPages = true;
        app.findGrepPreferences = changeGrepPreferences = null;
        if(findWhat)app.findGrepPreferences.findWhat = findWhat;
        //Do the search on "all open document" level
        //That will return an array of arrays:
        var myTarget = myDocuments.findGrep();
        //Flattening the myTarget array:
        var flattenedFoundArray = [];
        for(var n=0;n=0;n--){
            if(changeContent)flattenedFoundArray[n].contents = changeContent;
            };
        //Unlock all objects on normal spreads:
        myPageItemsOnNormalSpreads.locked = false;
        //Reset GREP find and change prefs:
        app.findGrepPreferences = changeGrepPreferences = null;
    }
    

    Vandy

  • How can I remove long lists of old bookmarks?

    For more than a year now, I created my favorite html files in Firefox since my main PC and then copied them into my portable version of Firefox. I thought that would just add rewrite the old favorites, but I see now, it's just for the old bookmarks. I tried to remove the old favorites one at a time, but that takes forever and it won't delete of large collections of bookmarks in the old bookmark menus.

        How do I delete most or all of my old bookmarks (now hundreds) on my laptop, so I can add the new bookmarks from my main PC?
    

    Many users will have hundreds or thousands of bookmarks. Note the Firefox bookmarks library may use nested folders.

    If you import the bookmarks HTML they get added at the end of your bookmarks, possibly in a folder. You can mark some multiple bookmarks or even folders and delete or copy. You may find more just put the old bookmarks in a folder where you need it. If you remove most of them may be, it is easier-just select the desired bookmarks by using Ctrl + left click and copy to a folder and then delete the rest. Note Ctrl + A to select all bookmarks in a pane, including those scrolls off the screen. Just a warning, sometimes firefox can be quite slow with large spots on the bookmarks.

    You will find may be wise to make backups of type the.json while you work with your bookmarks so that you can go back if something goes wrong. Restorations of type care note .json crash your existing bookmarks. (type .json have more features: tags, keywords and a folder structure)

    Note it is also possible to automatically synchronize bookmarks between devices.

  • How to make choices dependent lists dynamically grow?

    Is it possible to have the list of dependent choice which develop as new content is added to the choice list item?

    For example, if we have countries, States, cities such as choice lists dependent. If the contributor adds a new country, the value should appear in the drop down next time. The value of the country may be in turn be used to add States to him. The id of the report to trun should be used to add cities. Is this possible?

    Kind regards
    Pratap

    Well, a little more magic is needed... you will need a security filter custom for display, to make sure that these options are unique... You need a class that extends:

    intradoc.server.schema.StandardSchemaSecurityFilter

    To filter for unique values... and configure that in your opinion.

  • How can make us a list of the values 10.1.3

    Hi people.
    I´d would like to know where I can find tutorial/article/whatever that can show me how to build a list of values in 10 Jdev
    Help, please.
    Thanksssss

    Try this how-to for LOV in 10.1.3:
    http://www.Oracle.com/technology/pub/articles/gauchman-Lov.html

  • How to make undisclosed distribution lists

    I want to speak of distribution lists where the address of the individuals are kept confidential

    Would know what email client you are using.

    One way is to use the BCC field.  BCC (blind carbon copy) keeps the addresses hidden from all the people listed there.

  • How to make a web page more

    I work in the beta version of Muse and wonder how to make a long Web page. I have some text and photos that I want to use, and I'd like the photos under the text. When I pin them they seek only the text, and when I detach them they scroll to the text. I need help on understanding!

    Please refer to the special Muse pre-release Forum to discuss any pre-release related issues, even if you think that this isn't a matter of pre-release .

  • How to make a combobox?

    How to make a combobox (list of choosing - thingf fall down) in the Muse?... like a questionnaire with multiple choice!

    You can use the drop-down menu options form to collect data, http://musewidgets.com/collections/all/products/forms-bundle

    or can use the built-in form with option check box for multiple entries.

    Thank you

    Sanjit

  • How to make the list of instrumental music

    How to make a list of all my player someone help

    Alan

    iTunes is not a method to determine what tracks have vocals. You can create a normal playlist and put what you want in it.

    TT2

  • When I press the tab button all my favorites in a show from the list-how to make that happen?

    When I press the tab key to open a new page, all my favorites in a show from the list-how to make that happen? It should be a correct white page or the home page?

    said CWEB

    When I press the tab key to open a new page, all my favorites in a show from the list-how to make that happen? It should be a correct white page or the home page?

    OK this question I figured it adds on the deletion settings

  • How can I remove the long list of notifications I on iPad?

    How can I remove the long list of notifications that I have on my iPad?

    Please treatment this issue Apple.

  • How to make a disk image of work for my windows 98se boot (original is long dead)

    How to make a disk image of work for my windows 98se boot (original is long dead).  I have a copy of Windows 98SE bought new off the years of the plateau.  I now have a 64-bit system, so I can't run it natively, but I discovered that I can't even run at all, because I don't have a working bootable floppy!  I thought that the CD is bootable, when I used it a long time ago, but now it does not start if I have used the disk? Anyway, can I get a driver Microsoft w/CD install/bootable disk, or do I have another decent resource?

    Thank you. You can contact me to the * address email is removed from the privacy *.

    http://www.bootdisk.com/bootdisk.htm

  • How to make the new messages show up on Windows mail? columns for messages sent and deleted without long appears. How to make a comeback?

    Original title: Messages a suddenly begin to appear new downstairs; How can I make them appear at the top?  In addition, the columns for messages sent and deleted no long appears.  How to make a comeback?

    It's the Windows Mail 06 comes with Vista.

    Hello

    Step 1:

    Follow these steps and check if that helps.

    (a) open Windows Mail.

    (b) click on view

    (c) select sort by , click on to.

    Do you view recent messages on top.

    Step 2:

    (a) in Windows Mail.

    (b) click on view

    (c) select Layout.

    (d) under the basic click toolbar. (To display the toolbar if it disappears).

    (e) click on customize the toolbar and add Send/recv current toolbar features.

    See also:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Mail

    Hope this helps,

  • HOW TO MAKE A PHOTO TO SEE HER ON A LIST OF E - BAY?

    HOW TO MAKE A PHOTO TO SEE HER ON A LIST OF E - BAY?
    Original title: I AM NOT VERY well INFORMED WITH MY COMPUTER, ABOUT the PHOTOS.  I HAVE MY PHOTOS IN THE PHOTO GALLERY AND I WANT TO SHOW ONE OF THEM FOR SALE ON E - BAY.  HOW CAN I DO THIS? SUE

    EBay will have it's characteristic own upload site here when you post your article, don't forget to seek restrictions of size for picture formats.

    If you encounter a situation on how to resize a picture, go back and ask here.

Maybe you are looking for

  • Vista reinstall PSC1510s whenever I connect it to the laptop

    Hello I have a HP PSC1510s all-in-one series. Whenever I connect it to my laptop it reinstalls drivers create a copy of the printer in my Printers page. I have so many copies and whenever I need to select the correct copy number and once I have unplu

  • Replace the CD/DVD on HP dv6-1375 drive

    I need to replace the CD/DVD drive on my laptop HP dv6-1375. 1. where can I find instructions to do 2. what type of replacement Player DVD should I look for? Thank you.

  • Detect if the cursor is opened/closed on 5.0

    Hello For some reason, I need to manually show or hide the virtual keyboard. That was fine until I tried to determine if the cursor of the device's open/close because it is not necessary to display the virtual keyboard if the cursor is open. I found

  • my windows no longer me updates windows Premium 7 updated what can I do?

    the full version of my original was windows ME, I bought an xp sp1 update then improved ultimate vista and windows 7 pro upgrade.  all improvements have been updated from best buy retail box.  All my multimedia upgrades is also the sp1 versions purch

  • How to change the automatic generated wsdl for the procedure

    I configured xdb and as far as I know, for each procedure that I expose as a web service, oracle automatically creates a wsdl.I would like to change this wsdl, but I don't know where I do.For example:It is a part of the wsdl file I want to edit:From: