Using repeat with... in... Loops with lists of properties

I am using a loop "repeat the operation with the variable in the list" with a list of properties where properties are symbols, but it doesn't seem to work; It falls right through the loop. Exactly the same code works when passed a list of properties where properties are integers.

Of after the description of function AW7 repeat with in:
Quote:
Repeat with X in the list repeats the instructions in the loop with each of the elements in a list. Each time through the loop, the function sets the next item in the list or the following in a property value to the specified variable. As Authorware estimated the list with each pass through the loop, the instructions that modify the list inside the body of the repetition can affect the loop. Authorware maintains a reference to the list of origin for the duration of the loop. This means that the list persists at least for the duration of the loop.
Syntax:
Repeat the operation with the variable in the list
(s)
end repeat

Tags: Authorware

Similar Questions

  • Open with options: I want to add a new application to the list right click on file-> open with and rearrange the list so my search app is first. I know that I can use open with-> other and select any application, but it takes too much time since I u

    I want to add a new application to the list right click on file-> open with

    and also reorder the list so my search app is first / top of the list.

    I know that I can use open with-> other and select any application, but it takes too long I should use my intended application in this way several times a day.

    Basically, I'm looking for a configurable way configure open with, something more to send to Windows.

    Thank you very much for all the advice offered.

    The operating system, not you, not control that open with the menu command.

  • A month ago, I subscribed to CC. I have used it with success until this morning. I tried repeatedly to open Lightroom it seems to begin to open, and then disappears. Photoshop works very well.

    A month ago, I subscribed to CC. I have used it with success until this morning. I tried repeatedly to open Lightroom it seems to begin to open, and then disappears. Photoshop works very well.

    You can check this http://blogs.adobe.com/crawlspace/2013/06/updatingupgrading-to-photoshop-cc-faq.html

    You can also express your query to http://feedback.photoshop.com/photoshop_family

    Concerning

    Stéphane

  • I need to use programming like ActionScript loop, trigger, and load the data in the movies.  I can do with AE?

    I have been producing auto generate and parameter based animations for an artist over the years using Flash.

    Like this: Zarah Hussain | Animation

    Someone asks now that we use After Effects, but I need to use programming like ActionScript loop, trigger and load data into the movies.

    I can do with AE?  We need the loading animation 3 data values that affect the colors in real time

    Is it: -.

    Flash = online and interactive

    AR = fixed and linear.

    Help!

    Cries.

    You cannot use AE for this kind of things. Outside very limited real-time EI functionality it has not yet officially a dynamic performance of preload beyond the evalFile() hack. None of this makes no sense at all.

    Mylenium

  • Performance on the Repeater with DataPrvider

    Just using a tile object with a Repeater in one related to a dataprovider. I use this to generate a bunch of thumbnails of images for a photoblog experience. However, it seems to be performing incredibly slowly when you do any reasonable amount of numbers. For example if I make an array of 100 images (which isn't a lot) it takes forever and quite frequently crashes Internet Explorer. Out the dataprovider element it accelerates in the output window that I created where I just write on the table but of course defeats the whole purpose. Am I missing something stupid here? If it is not for this? This in flash 8 would write out in a pardon flash, the play on words... Don't understand, even when I write just Plains without an image in there boxes, it takes forever. I'm sure that this is not intended to be the case that some examples of this where I saw it, it was the same. The example of flickr on the flex examples page did the same thing.

    Is there a better way to do this or is this the only and best solution flex can offer. If yes its back to Flash I'm afraid that would be a shame as flex seems to have some nice features.

    Code pasted below, if anyone can help...


    hand. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    < mx:Application
    ' xmlns:MX =' http://www.adobe.com/2006/mxml '
    layout = "absolute".
    backgroundGradientColors = "[#000000, #383838].
    init = "onCreationComplete (event)"; xmlns:local = "*" >


    < mx:Script >
    <! [CDATA]

    Import mx.collections.ArrayCollection;
    Import mx.utils.ObjectProxy;
    import flash.filters. *.
    import flash.display. *;

    [Bindable]
    public var photos: ArrayCollection collection = new ArrayCollection ([]);
    public void onCreationComplete(_event:Event):void {}
    Writelist() ();
    for (var i: int = 0; i < 100; i ++) {}
    var oTempObj:ObjectProxy = new ObjectProxy ({name: 'LisaThumb.jpg'})
    photos.addItem (new ObjectProxy({name:'LisaThumb.jpg'}));)
    // };
    };

    public function Writelist() (): void {}
    for (var i: int = 0; i < 100; i ++) {}
    var oTempObj:ObjectProxy = new ObjectProxy ({name: 'LisaThumb.jpg'})
    photos.addItem (new ObjectProxy({name:'LisaThumb.jpg'}));)
    & Text0.htmlText = I + "< br / > ';
    };
    };

    public void imageClicked (event:flash.events.MouseEvent): void {}
    var selectedItem = Thumbnail (event.currentTarget);
    trace (SelectedItem);
    }

    []] >
    < / mx:Script >

    < mx:Canvas id = "myContainer" left = "10" top = "10" right = "10" low = "10" >

    < mx:Tile id = "myTile" left = "10" direction = "horizontal" top = "150" right = "300" low = "30" borderStyle = borderThickness 'solid' = '7' borderColor = "#414141" paddingTop = "10" paddingBottom = "10" paddingRight = "10" paddingLeft = "10" verticalGap = "10" horizontalGap = "10" >
    < mx:Repeater id = "PR" dataProvider = "{photos}" >
    "< click =" imageClicked (event) "local: thumbnail" data = "{rp.currentItem}" index = "{rp.currentIndex}" / >
    < / mx:Repeater >
    < / mx:Tile >

    < mx:TextArea id = "text0" text = "This is where my text will" width = "280" right = "10" low = "30" top = "200" fontFamily = "Times New Roman" fontSize = "14" / >
    < mx:HBox backgroundColor = "#414141" left = "10" right = "10" top = "10" height = "90" >
    < / mx:HBox >
    < mx:HBox backgroundColor = "#df285e" left = "10" right = "10" top = "110" height = "30" >
    < / mx:HBox >
    < mx:Button click = "Writelist() () ' y = '150' label ="List of writing"right ="10"/ >"
    < / mx:Canvas >
    < / mx:Application >



    Thumbnail.MXML


    <? XML version = "1.0" encoding = "utf-8"? >

    "" < mx:Canvas xmlns:mx = ' http://www.adobe.com/2006/mxml " width ="150"height ="150"backgroundColor ="#414141">
    < mx:Script >
    <! [CDATA]

    public var int index = 0;

    []] >
    < / mx:Script >

    < mx:Parallel id = "darken" >
    < mx: bland alphaFrom = ".4" = ".2" duration alphaTo = "500" target = "{context}" / >
    < / mx:Parallel >
    < mx:Parallel id = "brighten" >
    < mx: bland alphaFrom = alphaTo ".2" = ".4" duration = "500" target = "{context}" / >
    < / mx:Parallel >

    < mx:Canvas id = "framework" x = "0" y = "0".
    Width = "150".
    height = '150 '.
    Alpha = ".2.
    Visible = "true".
    rollOverEffect = "brighten".
    rollOutEffect = "darken".
    >


    < / mx:Canvas >
    <!-< mx:Label text = "LOADING" left = "10" right = "10" textAlign = "center" red = "0" color = "#ffffff" fontWeight = "bold" / >
    < mx:Image useHandCursor = "true" source = "LisaThumb.jpg" width = "130" height = "130" left = "10" top = "10" / >--> "
    < / mx:Canvas >


    On a Repeater with a tile for the images, it's something I've done many times with reasonable performance. But I see a red flag in your code. In your function of Writelist() you use addItem on the collection. That's right, but the collection is dynamically bound to the Repeater - also OK. Normally, you want this so that the changes can be picked up and reflected in the user interface.

    However, to do so in a loop can cause the Repeater for re - run of the code and re - create components. I recommend that do you these two things:

    1. in the Writelist(), before the loop: photos.disableAutoUpdate (); and then, after the loop do photos.enableAutoUpdate (). This will prevent the collection of change in the middle of the loop of distribution events.

    2. Add recycleChildren = "true" to the rehearsal. This will ensure that the Repeater does not create any unnecessary components.

  • I accidentally used "OPEN WITH" and now everything opens with Microsoft Picture Manager, how to fix this?

    I accidentally used "OPEN WITH" and now everything opens with Microsoft Picture Manager, how to fix this?

    [Moved from comments]

    Right-click on a file, select open with, again, and select the appropriate program in the list.  Make sure that the checkbox "always use..." "is checked.

    Repeat for other types of files that are false

  • I know that this may be a lame question, but can I use Thunderbird with my Chrome browser and gmail account?

    I don't currently have firefox browser and very uncomfortable with Chrome for many years now. can I use Thunderbird with my Chrome browser? I want to manage a large mailing list for a nonprofit group that wants me to use Thunderbird.

    Thank you

    Reuben

    absolutely

  • How to open a png file using firefox with windows 7

    In Windows XP, I could save an image in png format, and then open it using firefox, copy and paste into an excel spreadsheet. But I can't do this in Windows 7. Has anyone else encountered this problem and found a solution?

    Kind regards

    You should be able to select another program to open the PNG image and then find the Firefox program folder and select the firefox.exe program.

    If it does not the Firefox program appears in the Windows "Open with" list next time temporarily to set Firefox by default, then replace it at a later date to the preferred program.

  • Webcam on Satego X 200 - cannot use it with ICQ

    Hello

    Webcam works fine - with CAM software but not with ICQ.
    When I take a glance in the Panel of configuration/Scanner/cameras it isn´t
    in the list.

    Can someone help me please?

    Please, I beg you!

    Hello

    One of my friends told me that he has disabled the software of the Webcam at MSCONFIG startup and after that he has no problem using cam with other applications. You can try to test it.

    > Hm, most PC problems sit befor 30cm screen. :)

    I agree with you! ;)

  • I can't use Roboform with 4.0 beta 10, so I can't use Firefox. How to get back to the beta version 9?

    I can't use Roboform with 4.0 beta 10, so I can't use Firefox. How to get back to the beta version 9?

    I think that there is a little more for it, but here's a solution that seems to work. After the installation of Roboform 7.1.7, go to: http://www.roboform.com/platforms/browsers/firefox and scroll down to a table listing the three browsers identifying the XPI file to load if it was not loaded automatically. Click the http://www.roboform.com/dist/roboform-firefox-3-4-frozen.xpilink. Firefox will ask you if you want to allow this should be installed. Let him. Finish installation, restart Firefox 4.0b10, and you'll see a Roboform 7.1.7 toolbar works. I did it on two computers, and everything seems to work.

  • WNDR3400V2 (RN600) router - wireless repeating with Wireless Modem Arris

    I need help. I have an Arris wifi Modem (TG862) - recently installed when moving into a new House and the signature to the top for cable internet. I have a problem with weak wifi signal in the rear rooms - with signal drop. I have the spare WNDR3400V2 - so, how can I use it to boost my signal, preferably wireless? I have trouble to get the right settings when you configure as Repeater with different guides does not not exactly to my hardware. I don't have too much knowledge on this and how do it, but any help will be appreciated. The PC in the bedroom becomes signal well enough, I'm fighting to get compatible with phones wifi...

    In order to strengthen the signal on the desired location, run a long ethernet cable from the modem to the NETGEAR router.

    Still, there is no way for these 2 devices to be connected wireless to the other.

  • Not able to use FORALL with BULKCOLLECT

    Hello
    I have a requirement where I have to use FORALL with BULKCOLLECT to ensure maximum performance optimization. Now, I just read that the SQL statements that can be used in FORALL are just the Inserts, deletes and updates.

    In my case, I have to call a stored procedure. How can I do? Help, please.

    Pseudocode:

    LOOP

    GET BULK calco GATHER IN v_GrantRec LIMIT v_Array_Size;

    FORALL i IN 1.v_Array_Size.COUNT
    Hello (v_GrantRec (i). X, v_GrantRec (i). Y);

    END LOOP;
    CLOSE Calc;
    COMMIT;

    What exactly you expect it to do for you?
    ForAll is designed to process batches of DML in order to avoid the change of PL/SQL to SQL context.
    Has no relevance to what you're trying to do.

    If you don't want to call the procedure several times, you must rewrite it to there the cursor to the function, then have the function to process all the records.

    Carl

  • 10.6.8 using.  With Safari I can view the Apple start page.  OK, using Firefox.

    10.6.8 using.  With Safari I can view the Apple start page.  OK, using Firefox.  What happens in the last 24 hours. How can I solve this?

    You can solve it using only not the OS X version 10.6, Apple Safari here on out!

    Over the years, there were no updating security for what be for OS X 10.6.8 Snow Leopard!

    This version of Safari is obsolete and has not been safe to use for many years.

    There is one more, last recommended Mozilla Firefox web browser update complete (worms) 48.0.0 that is always available, and probably will be more safe to use until the end of the year.

    https://www.Mozilla.org/en-us/Firefox/desktop/

    Mozilla is complete, at the end of the present in August, full support for Firefox on OS X 10.6 - 10, 8.

    OR

    Guaranteed ONLY (not more new web browser feature) support for an earlier version of th is permanent to Mozilla Firefox, web browser (worms. 45.0.0) through their program of Firefox ESR, (that you CAN download, install and use) which will continue to receive the support of a security update to Firefox until next April 2017 for OS X 10.6-10, 8.

    You can use these versions of the ESR. Ignore the notes support educational/business.

    https://www.Mozilla.org/en-us/Firefox/organizations/FAQ/

    OR

    See SeaMonkey.

    http://www.SeaMonkey-project.org/

    Good luck!

  • The AirPod are compatible only with iphone 7? Or we can use it with more than 6 s... or any android device?

    The AirPod are compatible only with iphone 7? Or we can use it with more than 6 s... or any android device?

    Here are the tech specs: http://www.apple.com/shop/product/MMEF2AM/A/airpods

    They are bluetooth devices, so they work with the iPhone 5 or more.

    See you soon,.

    GB

  • can I use Skype with the Ipad Pro or any other IPad?

    I want to know if I can use Skype with any kind of IPads?

    You can - the latest version of their app requires iOS 8 +: https://itunes.apple.com/us/app/skype-for-ipad/id442012681?mt=8

Maybe you are looking for