ModuleManager & ModuleEvent explanation ?

Anybody know why in the ModuleManager, only the "progress"
ModuleEvent is correctly targetted to the ModuleInfoProxy
listeners. "complete", "setup", "ready" are NOT dispatched to
target listener. I didn't see any differences between "progress"
event and the others event types in the code.
It is certainly why the ModuleLoader is a displayobject and
must be insert in the diplay object chain to work correctly.
Anyway from my event propagation understanding, I can't find
an explanation.
THX

This issue is not related to applications. It is related user defined functions. I have resolved the issue after modifying VB Scripts. Thanks,..

Similar Messages

  • Pass Parameter to Module Loaded with ModuleManager

    Is it possible to pass a parameter to a module loaded with ModuleManager?

    80sRelic,
    First, to answer a lingering question from your last post, the reason simIndex was 3 for each module (as opposed to 1,2,3) has to do with timing. When you ran getDataFromParent() within the module you probably did so after an event like the creationComplete event. The for loop (with simIndex++) executed almost instantly while the asynchronous events for each module kicked in a few ms later, so '3' across the board.
    Also, as far as the IModuleInfo::factory.create() method goes, yes you can pass a slew of parameters in here, but this is NOT the way to pass data to the module. I don't know what this parameter is all about, I thought it might pass variables to the module constructor (it does not), the documentation says something about 'let building factories change what they create,' but I never figured it out. Sorry. All I know is that whatever this is, it is not the way.
    BTW, the general topic we're dealing with is 'passing data' between module and application and more info can be found here and in the flex 3 cookbook.
    But, I'm guessing you already know this. (Just in case!!! )
    Of all the ways to pass data, gettingDataFromTheParent() is probably the worst method, or so they say. In general, passing data between module and application couples the two objects together and so they are no longer are they black boxes to each other. And I'm guessing the reason gettingDataFromParent() is the least preferred method probably has to do with change, where changeOverTimeOfApp > changeOverTimeOfModule.
    I wrote a small app, which might help demonstrate a nice way for you to pass data in your project. Please note that the app, as it stands doesn't make much sense. Modules should only be used when there's a really good reason to do so, for instance if the module is prohibitively large and only a fraction of the users will actually ever need to employ the module. In my particular example, using a custom component would be simpler and make much much more sense.
    Well, here it is (with .fxp appended at the bottom). Hope this helps,
    - e
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo" >
      <fx:Script>
        <![CDATA[
          import modules.ColoredRectangle;
          import mx.collections.ArrayCollection;
          import mx.events.ModuleEvent;
          import mx.modules.IModuleInfo;
          import mx.modules.ModuleManager;
          private var myModInfo:IModuleInfo;
          private var myColor:uint;
          private var colorCollection:ArrayCollection = new ArrayCollection(
               [{colorName:"Red",    hex:"0xFF0000"},
                {colorName:"Orange", hex:"0xFFA500"},
                {colorName:"Yellow", hex:"0xFFFF00"},
                {colorName:"Green",  hex:"0x008000"},
                {colorName:"Blue",   hex:"0x0000FF"},
                {colorName:"Indigo", hex:"0x4B0082"},
                {colorName:"Violet", hex:"0xEE82EE"}] );
          protected function fetchModules():void     {
            myModInfo = ModuleManager.getModule("modules/ColoredRectangle.swf");
            myModInfo.addEventListener(ModuleEvent.READY, moduleReadyHandler);
            myModInfo.load();
          private function moduleReadyHandler(event:ModuleEvent):void {
            for each(var colorObj:Object in colorCollection) {
               var myModuleInstance:ColoredRectangle = myModInfo.factory.create() as ColoredRectangle;
               myModuleInstance.myColor = uint(colorObj.hex);
               tileBox.addElement(myModuleInstance);
        ]]>
      </fx:Script>
      <s:HGroup verticalCenter="0" horizontalCenter="0"
                width="750" height="400" gap="50">
         <s:Border width="100%" height="400">
            <s:layout>
               <s:VerticalLayout />
            </s:layout>
            <s:Button id="seeModulesButton1" label="fetch modules!"
                   click="fetchModules()" width="100%"/>
            <s:Scroller width="100%" height="100%">
               <s:Group  id="tileBox" height="100%" width="100%">
                  <s:layout>
                     <s:TileLayout columnAlign="justifyUsingGap" />
                  </s:layout>
               </s:Group>
            </s:Scroller>
         </s:Border>
       </s:HGroup>
    </s:Application>

  • Missing READY Event by using ModuleManager!

    Hello,
    i have some problems by using mx.modules.ModuleManager.getModule().
    In 3 of about 100 test, the READY and ERROR event is not dispatch. So I can not even react on it
    I use the current SDK Version: 4.1.0.16076
    Is this a bug or am I doing something wrong?
    public static function loadModule(url:String,callback:Function):void {
        trace('[MOD] Loading: ' + url)
        var info:IModuleInfo = mx.modules.ModuleManager.getModule(url);
        info.addEventListener(ModuleEvent.READY,function():void{
            trace('[MOD] Finished: ' + url);
            callback(info.factory.create());
        info.addEventListener(ModuleEvent.ERROR,function(event:ModuleEvent):void{
            trace('[MOD] Error: ' + event.toString());
        info.addEventListener(ModuleEvent.PROGRESS,function(event:ProgressEvent):void {
            trace('[MOD] Progress:',event.bytesLoaded, event.bytesTotal);
        info.load();

    It is possible that this may be a bug. Are you loading multiple modules at the same time? Just loading the same module 100 times?
    When you fail to get a READY or ERROR event do you get any PROGRESS events?
    When you fail to get a READY or ERROR event try getting the module again (ModuleManager.getModule(url)) and check the values of "data", "error", "factory", "loaded", "ready", and "setup".
    The factory property, if available, should be of type FlexModuleFactory. If you see this field in the debugger then check to see what the value of its private "state" variable is.
    -Darrell

  • Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Remove the extensions, redownload Safari, reload the extensions.
    http://www.apple.com/safari/download/
    And if you really want a better experience, use Firefox, tons more choices and possibilities there.
    Firefox's "NoScript" will block the Trojan going around on websites. Best web security you can get.
    https://addons.mozilla.org/en-US/firefox/addon/noscript/
    Ghostery, Ad Block Plus and thousands of add-ons more have originated on Firefox.

  • I am trying to set up Sharing amongst several computers on my home network.  I have followed all the setup instructions but after completion Sharing does not appear in my iTunes window (on any of the computers I've set up).  There is no explanation why.

    I have been trying to set up Sharing between two computers on my network. I did this once and it worked.  However, when I try to set this up now the Sharing feature does not appear on the left side of the iTunes window (on either computer).  There is no explanation as to why not.  Is this a configuration problem, a network problem or what?   Can it be fixed?  I have tried turning sharing off and back on on both computers but to no avail.  What am I missing?  Thanks for any help you can provide.

    Hey innerev2003,
    Thanks for the question, and welcome to Apple Support Communities.
    If, while searching through your past purchases, items are unavailable to download and show a "Purchased" button, they are still on your computer. It may be best to search your iTunes library by clicking Music, then use the search bar at the top right.
    If you are completely sure the items are no longer in your library, try signing out of the iTunes Store, and then back in.
    iTunes 11 for Windows: Manage your iTunes Store account
    http://support.apple.com/kb/PH12507
    Thanks,
    Matt M.

  • Help/explanation needed - Using an external hard drive

    Hi everyone,
    I bought an external 250gb hard drive as my MBP was very close to full capacity. Yesterday, I had a bit of a scare...
    1. I backed up my Aperture Library onto the external hard drive.
    2. I had about 500 of my favourite images rated 5 star and so I selected these and set up a new project.
    3. I went through my Aperture library deleting folders/projects that I have completed.
    4. I went back into the 5 star ratings and they did not exist. I assume this is because I deleted the master files.
    5. I wanted to have the 5 star images on my laptop and so I connected my external hard drive once again. [This is where I felt I lost control and understanding of what was going on].
    6. I looked for the seperate Aperture files but could only find a file called Aperture Library. I clicked on this but nothing happened at all [I had thought that it would open up Aperture with the previous library].
    7. I dragged the library onto my desktop and waiting for all the images to reload onto my laptop. I then saw that everything was as it was previously, i.e. all the files and images existed. However, my hard drive space was even lower [I assume this was because the current workflow that I had left on the laptop was now duplicated?].
    8. Then I got a message saying my iDisk space is critically low and may damage my Aperture library. Moments later the majority of my images disappeared and a red space appeared where every photo had previously been. Since I have 2 weddings that I am yet to deliver I was very panicked. I tried to drag and drop the Aperture library once again and the message came back that the operation could not be completed due to the current file already existing.
    9. I unplugged the external hard drive and the photos re-appeared [much to my delight]. However, my concern is that I really don't understand what happened and more importantly why. I will need access to the data on the external hard drive in the event in the near future and am worried that the same thing will happen next time I connect it.
    As a result of all this I have some questions, as follows:-
    - Have I adopted the completely wrong approach to backing up data?
    - Can the master files be compressed as I shoot RAW and these are huge files?
    - Why could I not use the Aperture library stored on the external hard drive without downloading it back onto the laptop?
    and a more general question about file storage...
    - I am confused as to how much hard drive space is being used on my MBP. I have 13gb in Aperture, 1gb in iTunes and 1gb in iPhoto. However, I only have 50gb available, so half the capacity is currently being used. I know that Aperture and Garageband applications use about 10gb between them and there is of course the operating system, but 50gb in total seems a lot. On investigation in the finder screen I see that on my personal drive the Aperture, iTunes and iPhoto data is stored there. However, it is also stored under pictures and music respectively. Does this mean that it is storing duplicate copies of this data and that is the explanation for such high hard drive usage? If this is the case, can one be removed?
    I appreciate that this has been a long email, but I felt it was important to illustrate the steps I have taken. As you will no doubt glean from this post I am not the most computer literate person. Any help/explanation would be most appreciated.
    Many thanks,
    Jamie

    Hi Jamie.
    I am not sure what went wrong with your setup but I will let you know my configuration as an example and you can decide if you think it is a good way to have it. I am asuming you are using ver 1.5?
    Like you I have only a Laptop (G4 17" 1.5Ghz 2 Gig Ram - would love a macbook) so hard disk space is a premium. I also have an external firewire drive to hold all the HiRes RAW images. When I download my images from the Camera I do it manually into folders on the external drive (Cataloged by Date and maybe description of location). I then Import the images from those folders into Aperture but use the option when importing to "Store Files - In their current location".
    My Aperture library file is on my laptop so all that it has to store is the "Preview" file that gets generated automatically (in the preferences I have it set up to the resolution of my laptop 1440pix so that if I did a slide show it is only as big as my screen - anything more is a waste of disk space IMO.)
    I do it this way so that it is easy to find and work on my files with other programs such as Photoshop by going straight to the image rather than exporting from Aperture.
    Obviously I cant edit the RAW files while the drive is disconnected but I can still do ratings and keywords without the original files being there.
    I hope this helps.
    Regards
    Andrew
    G4 17inch   Mac OS X (10.4.8)   2 Gigs RAM

  • Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    To my knowledge, I've only seen this for imessage only and not SMS.
    The other users would need to have send read receipts enabled on their phone.

  • Some pictures in I-Photo seem to be corrupted. When I click on them, the photo comes up for a second, then the picture turns black with a white fuzzy circle inside it and what looks like an explanation mark. Some older, some newer,  no common thread.

    Some pictures in I-Photo seem to be corrupted. When I click on them, they come up for a second, then turn black with a white circle in the middle and what looks like an explanation mark. There does not seem to be any rhyme or reason to the photos that are a problem, some older ones, some newer, some albums have none, some albums have a lot.
    Thanks,
    Mark

    time to time (when I have a chance), I will go to Finder, bring up ALL Images and start going through them to label them (before I put a label on them, they are simply listed as 123 jpg, 124 jpg etc.).
    You're damaging the Library doing that, and that's the cause of your problem.
    Never, ever, ever use the  All Images search and work on items in yoyr iPhoto Library. They must only be accessed via the iPhoto window.
    Restroe from abck up or try rebuild the Library:
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Next: You need to learn how to use iPhoto. There's no need to be dragging things to the desktop:
    For help accessing your photos in iPhoto see this user tip:
    https://discussions.apple.com/docs/DOC-4491

  • I have had itunes on my computer (Vista) for years. It suddenly "disappeared" could not be opened at all although still in programme list. I ininstalled it and have tried to download again. I get a message it cannot be downloaded, no explanation. Help!

    I have had itunes on my laptop for years, no problems. A couple of weeks ago I could not open it at all. It still showed in programmes. I uninstalled it and have tried on a number of occasions to download again. I have been unable to do so. No explanation just "couldn't be downloaded". The Apple page just goes immediately to page "Now that you have downloaded itunes", but of course it has not downloaded.
    I have another newer laptop and the itunes on that is fine. Recently got automatic updates - no problems.
    Anybody got any ideas? Please

    See the further information area of Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Can somebody help me in finding a solution or an explanation to the problem I am currently experiencing as well as others wherein we cannot connect to the iTunes store (iTunes could not connect to the store. An unknown error occurred (0x80096004))?

    Can somebody help me in finding a solution or an explanation to the problem I am currently experiencing as well as others wherein we cannot connect to the iTunes store. An error message appears and either says "iTunes could not connect to the store. An unknown error occurred (0x80096004). Make sure your network connection is active and try again" or "iTunes could not connect to the store.Make sure your network connection is active and try again." Despite the fact that my network connection is working quite fine, this problem still persists. I can say that my connection is fine because I can surf the internet and furthermore, I used to connect to the iTunes store just before this incident happened which started from April 17, 2014 and persists until today. I tried to solve the problem by following the troubleshoot procedures given in the support section of this site but it really did not solve the problem. I believe that others are experiencing this situation as well very similar to mine when it comes to the time of occurrence as I have read in the discussions in this site. Even though we have different network connections, operating systems and other specifications, we still experience the same problem, so is there really a problem with our computers or is it with the iTunes? And by the way, my computer works under Windows XP. Thanks a lot. God bless.

    Try this...
    Triple click anywhere in the line below to select it and press Ctrl+C to copy it.
    cmd /k netsh winsock reset
    Press the WinLogoKey+R to open the run dialog, then Ctrl+V to paste, then press enter/return.
    You should get something similar to this:
    Reboot the computer and the problem should be resolved.
    If it doesn't work then perhaps a full tear down and rebuild of iTunes will fix things. See Troubleshooting issues with iTunes for Windows updates for details.
    tt2

  • My entire music library (purchased and my own) can't be put onto my itouch.  All these files have a little explanation point next to it.  When I click on it to play it it says file could not be found.  How do I get my music back?

    I've downloaded a normal software upgrade and now my computer doesn't recognize that my music files are mine....I guess.  Itunes library has tons of songs that I've either downloaded from disc or purchased from itunes.  Now, they all have this little explanation point next to the file name.  Can't put them on my itouch and can't play them on the computer.
    Tried to ask apple to help...they want $29.  I don't understand...I was simply upgrading my itouch with their software updates and now this.  Had the same problem with my apps.  Had to redownload all of them individually.  Didn't have to pay for them again.  They, too, had the little explanation mark next to them.
    Help me.
    I'm music-less.
    Kathy

    Ok, I had a glitch, forced to restart, and lost my train of thought.
    Reinstalling iTunes should fix the major issue that might have gone wrong, perhaps your explaination points will disappear and everything will be peachy again.
    But if they don't, you can open the XML file in iTunes Folder using a Text edit program to see what the common pathname is to the iTunes Music folder or where your content is located.
    If you moved the itunes folder, it needs to go back.
    I can't  download iTunes to my Vista virtual machine to test it out right now because iTunes is down, so I can't verify the pathname, perhaps your issue and the iTunes being down are related somehow?
    You don't want to import all your music again, but it's a option, but you lose all your playlists, that's what I'm trying to recover.
    If oyu don't have a whole lot of playlists, then simply select all the explaimation point music and delete, select File from the menu and import your itunes folder again.

  • I have two iPads and giving one to my grandson. Using my Apple id for both, can we use different passwords to access our "own" apps. Also I don't want the downloaded App to go to both iPads. Been looking for hours for an explanation! Thanks for any help.

    I have two iPads and giving 1st gen. to my grandson. Using my Apple idI for both... can we use different passwords to access our "own" apps. Also I don't want the downloaded App to go to both iPads. Been looking for hours for an explanation! Thanks for any help.

    Look at this link.
    Giving your former iPad to a spouse or family member: the quick guide
    http://www.tuaw.com/2012/03/17/giving-your-former-ipad-to-a-spouse-or-family-mem ber-the-quick/
    How to Share a Family iPad
    http://www.macworld.com/article/1163347/how_to_share_a_family_ipad.html
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    iOS & iCloud Tips: Sharing an Apple ID With Your Family
    http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/
    How To Best Use and Share Apple IDs across iPhones, iPads and iPods
    http://www.nerdsonsite.com/blog/2012/06/07/help-im-appleid-confused/
     Cheers, Tom

  • My iPhone 6 order was canceled without my permission and without reason or explanation. I have had a verizon cell phone for 13 years and have gotten your cable/internet/phone when i moved out on my own because i had been so happy with the experience i had

    I have had a verizon cell phone for 13 years and have gotten your cable/internet/phone when i moved out on my own because i had been so happy with the experience i had with the cell phone service. i ordered my new iPhone 6 on October 6th along with my husband. i was told by the sales associate at the vierzon store where i placed the order that it would ship a week before halloween. instead of a shipping confirmation, i received an email a week before halloween letting me know that my order had been placed on 10/24/14. i thought this was weird, but figured i could weight another week or two, no big deal. my husband got his phone in the mail yesterday. still no sign of mine. then this morning i got an email letting me know that my order was cancelled and if id like to place another order for a phone, then i can go back to the store and do so. why would i want to go through another month of this??? verzon lost my order. i never canceled it and i am beyond annoyed. i am looking to switch my entire house to another provider. this is ridiculous.

    i did not get any reasons or explanations. the email just stated that my order was canceled and that it won't be posted to my credit card (i have more than enough to cover the cost, so that is not the issue). also my husbands phone was paid for from the same card moments before me. my balance is always paid automatically and on time. so that couldn't be the reason either. that's what so frustrating is because they didn't explain what happened. this is what the email read exactly:
    "This email is to confirm that your order has been cancelled; you have not been billed for this merchandise.
    If you would like to place a new order, you may do so by visiting your local retail store or going online to www.verizonwireless.com.
    Business customers should refer back to their local Verizon Wireless Sales Representative if you have any questions or would like to place a new order.
    Thank you, and we look forward to your business in the future.
    Verizon Wireless"
    it almost feels like its saying that i canceled it and that this was to confirm that i did. but i didn't cancel anything.

  • Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!!  SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.

    The issue:  Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!! 
    SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.
    The cause:  It is now clear what caused this problem.  For years I had several “all-day” events in my Outlook calendar (birthdays, anniversaries, etc.).  In May 2012 I decided to make some of them one hour  events so I could add alerts to remind me of the event.  I did this by dragging them in Outlook to the time I wanted and expanding them to the time slot desired and then adding the alarm.
    The symptom:  Syncing stopped working for the calendar but continued working for contacts and notes.  I didn’t realize sync was failing until months later when I missed two very important phone calls, so when I noticed it the cause was not obvious. 
    The failed attempts:  I’m head of a software firm and my calendar sync is a crucial to my business life so I took this on with a vengeance.  From a quick look at events in Outlook and the iPhone I could see that the problem started in May 2012.  Events before May were in both Outlook and the iPhone but events after May were only one or the other.  Unfortunately I had changed several other things at the same time relating to other events so again the cause was not obvious.  MANY calls with AppleCare proved them incompetent so my internal IT guys assisted trying many things.  We tried a huge number of calendar changes and several versions of iTunes, iPhone OS and Office as well as both iPhone 4 and 5, all without success.
    The fix:  After 18 months of frustration, MANY  hundreds of $ expense and MANY hours of wasted time I saw a blog that had a calendar sync  problem and it indicated all day events were related.  I changed the display of the Outlook calendar to the list view, added columns so I could see “all day” event check marks as well as times of events,  sorted on the “all day” event column to move them to the top, and for all events that were “all day” events AND had a start and end time, I removed recurrence and then added the annual recurrence back…
    After I fixed all events that had BOTH “all day” set and had a start/end time, I tried another sync.  It synced for the first time in 18 months! 
    Problem occurred May 2012 – fixed Nov 2013

    Hi, to remove dummy '_ModGrp' entries, rather than crashing the 'Suppr' key on your keyboard, you can use this basic VBA macro (launched for instance from Excel).
    It will recursively remove all '_ModGrp...' folders
    Sub RemoveFolders_Click()
        Dim oOutlook As Outlook.Application
        Set oOutlook = New Outlook.Application
        Set objNameSpace = oOutlook.GetNamespace("MAPI")
        Call CleanFolders(objNameSpace.Folders)
    End Sub
    Sub CleanFolders(objFolders As Outlook.Folders)
        For i = objFolders.Count To 1 Step -1
            If Left(objFolders(i).Name, 7) = "_ModGrp" Then
                objFolders.Remove( i )
            Else
                If Not objFolders(i).Folders Is Nothing Then
                    Call CleanFolders(objFolders(i).Folders)
                End If
            End If
        Next i
    End Sub

  • Some songs, which are bought in the iTunes store, will be played iTunes but not on my iPod touch. Has somebody an explanation for that? Thanks,

    Some songs, which are bought in the iTunes store, will be played iTunes but not on my iPod touch. Has somebody an explanation for that? Thanks,

    No, you should have Restrictions OFF.
    Computer's iTunes > Preferences > Parental Preferences > everything should be unchecked.
    Are the songs also on computer's iTunes?

Maybe you are looking for

  • HT204053 More than one apple Id sharing one iCloud

    How do I set up iCloud with multiple apple Id's?

  • How do I delete songs from Itunes without losing them in my IPOD?

    How do I delete songs from Itunes without losing them in my IPOD? I don't want 11gb of music stored on my computer when I already have it in my Ipod. Anyone have some info?

  • Dead Pixles

    I have had my Macbook Pro Retina Display (late 2012) for just more than 1 year now (JUST OUT OF MY WARRANTY). I noticed that it has about 6 dead pixels. I spend about £1,800 ($3,000) which is a huge amount for a laptop. Is there anything that i can d

  • Dolby Digital

    Alright, I admit I'm a bit slow... I've been reading various posts on this, and I'm still not 100% sure. I have the K7N2-L board without the "-T" on the MCP2, so this means I won't be able to get Dolby Digital 5.1 audio in real-time on games. However

  • CIF comparison/reconciliation

    Hai,           I found in the release notes for SCM 4.1 that "the CIF comparison/reconciliation of transaction data (delta report) can be checked". I also found other things like checking the CVCs and CIF data for consistency.How do these work? I und