Why mod operator is invalid in the loop

code : 
TABLES spfli.
data c type i.
SELECT *  FROM spfli.
  c = ( sy-linno mod 2 ).
  if c = 0.
    format COLOR COL_TOTAL.
  else.
    format COLOR col_key.
  endif.
  WRITE : / sy-vline,(15) spfli-carrid,
         sy-vline,(15)spfli-connid,
         sy-vline.
  ULINE AT /(37).
ENDSELECT.
Variable c is 0, never changed in the loop  why ?

Hi,
Use it this way:-
data : itab type standard table of spfli with header line.
select * from splfi into table itab.
loop at itab.
  "write code here
endloop.
Hope this helps you.
Regards,
Tarun

Similar Messages

  • Why is ituned downloading the latest software twice and leaving my ipod in recovery mode? what happend to the first download?

    why is itunes downloading the latest software twice and leaving my ipod in recovery mode? what happend to the first download?

    Does the iPod work fine now?
    Maybe:
    Restore loop (being prompted to restore again after a restore successfully completes)
    Troubleshoot your USB connection. If the issue persists, out-of-date or incorrectly configured third-party security software may be causing this issue. Please follow Troubleshooting security software issues. .
    Next try placing in DFU mode and then restoring.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    Last, try restoring on another computer.
    You are really not describing your problem well.

  • Why are some of the loops in GB 'greyed

    Why are some of the loops in GB 'greyed out' " I'm specifically interested in 'slide guitar' for example and cant find a reason why there's no access. My iMAC was bought in April 2010??

    Court Kizer wrote:
    Would you please stop spamming every single apple garageband discussion forum with your website. It doesn't have the answers on how to force the loops to download.
    You're using the forums to spam your site in almost every single thread, and wasting users time.
    Have to disagree with you there, Court Kizer. The Bullets&Bones site is, in many ways, where I really learned how to use GarageBand.
    Take a look at the list in the Top Users box on the right. Those points are awarded by people who got their answers from the advice posted.

  • Why does the new operating system not delete the moved files from their original location - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it

    Why does the new operating system not delete the moved files from their original locations - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it - also, when transferring large amounts of files it becomes a very large problem remembering which files were transferred and which not.

    You're going to need to be more specific, as I'm not quite sure I understand what you're talking about.
    If you're referring to copying from an external hard drive or flash drive, and you want to actually move files rather than copy them, you can hold down the option key to force it to do a "move" rather than a "copy." This is not new behavior, though... the Mac OS has worked this way as long as I can recall (and I've been using it since 1984).
    If you're having a problem with trying to move files from one place to another on a single drive causing them to be copied instead, that is likely because of some permissions issue preventing you from actually being able to move them.

  • I received an error "iTunes requires 64-bit mode" says to go into my iTunes application and 'uncheck' the 'open in 32-bit mode' checkbox - i went into the application and the box was not checked anyway so why am i getting this prompt?  Never happened b4

    i received an error message "iTunes requires 64-bit mode" says to go into my iTunes application and 'uncheck' the 'open in 32-bit mode' checkbox - i went into the application and the box was not checked anyway so why am i getting this prompt?  Never happened before. yesterday did the sofware update for maverick.

    Thank you for your response, Chris. But I'm afraid I have to disagree. There are native 64 bit versions of iTunes available for OSX and Windows.
    In a 64 Bit Windows environment native 64 Bit Applications install the DLL's in a directory called "Program Files" and a directory called "Program Files (x86)" (32 Bit applications only use the ladder).
    iTunes 9 is consistent with this behavior - and it identified itself to the system as a 64 bit application (meaning it's process appears without a "*32" tag on it).

  • Why clipping path postponed from a photoshop in indesign at operation of addition of the new channel by means of work path doesn't work

    why clipping path postponed from a photoshop in indesign at operation of addition of the new channel by means of work path doesn't work 

    Please elaborate the issue and Supply pertinent information for quicker answers:
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • I am using QuickTime 7 Pro and want to loop my video.  The Loop function is grayed out.  Why?  How can I loop my video?

    I am using Quicktime 7 Pro on a Max Mini to play my video on a gallery monitor.  Under View, the Loop option is grayed.  Why?  I need to play the video in a continuous loop all day.  Thank you.

    Loop appears to be "broken" in QuickTime Player Pro and 10.7.4.
    It's been fixed in 10.8 and also works in QuickTime 10, 10.1 and 10.2.
    Use 10.1 on your machine if you need to loop your playback.

  • Why doesn't the loop exit?

    I have my program prompting the user for a code in letters.
    System.out.print("Enter Code: ");
    code = TextIO.getlnString();
    code = code.toUpperCase();
    //uppercase so I don't have to code for small letters tooFollowing this I'm using a while loop to check if the code contains numbers or anything other than letters.
    hecknum = (int) code.charAt(p);
    while ((checknum >= 91) || (checknum <= 64)) {
    System.out.println();
    System.out.println("Codes may only contains letters from A to Z.\n");
    System.out.print("Enter Code: ");
    code = TextIO.getlnString();
    code = code.toUpperCase();
    }This only works partially however. If I enter letters the first time through, everything will work fine.
    If I enter numbers or some other symbols, I get the error and am re-prompted for the code. Thing is, if I enter only letters the second time around, I get the error message again, as if I had entered numbers or something.
    I have no clue why... from what I see it should work...
    Can anyone help me figure this out?

    inside the while loop you never change the value of checknum, so if the codition is tru when you enter the loop, it stays true
    looks like you need to change p and recalculate checknum

  • Why does it say in the Firefox Safe Mode article that all of the changes are temporary while in Safe Mode, then later it says "Note: The following changes cannot be undone."?

    Why does it say in the Firefox Safe Mode article that all of the changes are temporary while in Safe Mode, then later it says "Note: The following changes cannot be undone."?

    When you open Firefox in Safe Mode, it automatically disables your custom settings, themes, and add-ons. THOSE changes are temporary.
    However, if you click any of the boxes underneath the line, "You can make some or all of these changes permanent", and then choose "Make Changes and Restart", everything you checked will be forever changed, even when you start Firefox again in 'normal' mode. [See attached image for a preview of the Safe Mode options].
    To be clear:
    1. If you check any of the boxes but do NOT select "Make changes and restart", those things will not be changed at all in safe mode.
    2. If you select any of the boxes and you DO select "Make changes and restart", you will permanently lose any of the items you checked (bookmarks (except for backups), user preferences, etc.).
    If you performed the action in step 2 above, you will only be able to restore those things if you have a previously created back-up of your Mozilla Profiles folder (not the same as the Firefox program folder).
    Hope this helps.

  • Why does my midi instrument volume suddenly jump up at the beginning of the loop?

    So, I'm working on the song and I am using a guitar midi for part of it. It started out at +1.9 volume, which was far too loud, so I lowered it. I decided to loop it, but everytime it restarts the loop, the volume jumps up to +1.9 for a note or two, then descends quickly back to the volume I chose for it. I've managed to get it to cooperate on some of the loop by carefully placing the automation markers. However, this is really annoying and shouldn't be necessary! Is there anyway to stop this from happening?

    Sorry guys! I saw an answer that dealt with this and I thought I set my it so it wouldn't put this as a discussion, but I guess it did anyway.
    In anycase, my problem was the Hyper Draw was set, which is like automation, but specfically for midi. I don't really understand the point of it, but that's why my volume was jumping up despite the fact I had automated it lower. I have also encounter the same problem with panning, so if a midi file is ever giving you trouble, I suggest checking out the Hyper Draw, which you can see by clicking on the instrument, then View > Hyper Draw.
    This probably won't be a problem for you. I am working on a remix and the original artist gave me some midis, so they had his Hyper Draw/Automation data saved.
    Thanks again!

  • Why do my 3rd party loops not appear in the "Loop" tab?

    I have saved some Magix wav loops into the local apple users directory of Logic Express and though I can find them using the media browser they do not appear in the loops tab listing.
    Does anybody know the cure for this?

    If you drag your .wav loops into the arrange area do they function properly?  If not, you may need to convert them using Apple Loops Utility.  After doing that you can drag the folder with the .aiff conversions onto your loops tab to import them.
    You might find this old thread useful:
    http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=37200

  • Why does printing a PDF cause the CrashReporter to go into a loop?

    Saving a file as a PDF from any print dialogue causes the CrashReporter to take all CPU cycles. Seems related to the Image Capture Extension. Anyone else seeing this issue? This just started happening post Mountain Lion update.

    It doesn't seem to matter which printer I select; physical Lexmark printer in my case, or render as PDF. Same result. I have inlcuded a report below. If I quit the app that started the process it appears to end the loop and the CrashReporter stops.
    I have deleted my Lexmark printer from my system to see if that would resolve anything but no change.
    Any suggestions or help would be greatly appreciated. It is this Image Capture Extension that keep looping.
    Process:         Image Capture Extension [828]
    Path:            /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
    Identifier:      com.apple.ImageCaptureExtension2
    Version:         8.0 (8.0)
    Build Info:      ImageCaptureDevices-760000000000000~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [476]
    User ID:         501
    Date/Time:       2012-07-26 13:45:37.953 -0400
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString replaceOccurrencesOfString:withString:options:range:]: nil argument'
    abort() called
    terminate called throwing an exception
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff92aaa716 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff90e02470 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff92aaa4ec +[NSException raise:format:] + 204
    3   CoreFoundation                      0x00007fff92aa90e9 -[__NSCFString replaceOccurrencesOfString:withString:options:range:] + 153
    4   Foundation                          0x00007fff8f82bcf2 -[NSString stringByReplacingOccurrencesOfString:withString:options:range:] + 170
    5   Foundation                          0x00007fff8f82bc36 -[NSString stringByReplacingOccurrencesOfString:withString:] + 92
    6   Image Capture Extension             0x000000010938d627 -[ICADeviceBrowser matchSupportedBonjourDevicesWith:] + 2057
    7   Image Capture Extension             0x000000010938f710 -[ICADeviceBrowser bonjourService:didUpdateTXTRecord:] + 1226
    8   libdispatch.dylib                   0x00007fff8f117f3d _dispatch_call_block_and_release + 15
    9   libdispatch.dylib                   0x00007fff8f1140fa _dispatch_client_callout + 8
    10  libdispatch.dylib                   0x00007fff8f119104 _dispatch_main_queue_callback_4CF + 275
    11  CoreFoundation                      0x00007fff92a4c81e __CFRunLoopRun + 1614
    12  CoreFoundation                      0x00007fff92a4bdd2 CFRunLoopRunSpecific + 290
    13  HIToolbox                           0x00007fff92c60774 RunCurrentEventLoopInMode + 209
    14  HIToolbox                           0x00007fff92c60454 ReceiveNextEventCommon + 166
    15  HIToolbox                           0x00007fff92c603a3 BlockUntilNextEventMatchingListInMode + 62
    16  AppKit                              0x00007fff89294fa3 _DPSNextEvent + 685
    17  AppKit                              0x00007fff89294862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    18  AppKit                              0x00007fff8928bc03 -[NSApplication run] + 517
    19  AppKit                              0x00007fff89230656 NSApplicationMain + 869
    20  libdyld.dylib                       0x00007fff931487e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff88873212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8eaeeb34 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8eb32dfa abort + 143
    3   libc++abi.dylib                         0x00007fff8c4dbf87 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8c4d9936 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff90e028f3 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff8e2df8fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff90e0265e objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff8f11410e _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff8f119104 _dispatch_main_queue_callback_4CF + 275
    10  com.apple.CoreFoundation                0x00007fff92a4c81e __CFRunLoopRun + 1614
    11  com.apple.CoreFoundation                0x00007fff92a4bdd2 CFRunLoopRunSpecific + 290
    12  com.apple.HIToolbox                     0x00007fff92c60774 RunCurrentEventLoopInMode + 209
    13  com.apple.HIToolbox                     0x00007fff92c60454 ReceiveNextEventCommon + 166
    14  com.apple.HIToolbox                     0x00007fff92c603a3 BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff89294fa3 _DPSNextEvent + 685
    16  com.apple.AppKit                        0x00007fff89294862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17  com.apple.AppKit                        0x00007fff8928bc03 -[NSApplication run] + 517
    18  com.apple.AppKit                        0x00007fff89230656 NSApplicationMain + 869
    19  libdyld.dylib                           0x00007fff931487e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff888736d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8eaeff2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8eaefcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8eada1b1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff88873d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8f116e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8f116a2a _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff888736d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8eaeff2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8eaefcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8eada1b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff888736d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8eaeff2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8eaefcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8eada1b1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff888736d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8eaeff2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8eaefcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8eada1b1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5689b478  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5689b4a0  rsp: 0x00007fff5689b478
       r8: 0x00007fff7952b278   r9: 0x00007fff5689b480  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5689b600  r13: 0x0000000000000000  r14: 0x00007fff7952c180  r15: 0x00007fff5689b4e0
      rip: 0x00007fff88873212  rfl: 0x0000000000000206  cr2: 0x00007fff79524fe8
    Logical CPU: 0
    Binary Images:
           0x109363000 -        0x1093cafff  com.apple.ImageCaptureExtension2 (8.0 - 8.0) <C948ED78-FAF2-33F2-B2DE-A03E76E2E633> /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
           0x109403000 -        0x109435fff  com.apple.printingprivate.framework.PrintingPrivate (8.0 - 91) <13C0318A-BFDA-3895-B66D-1DBB66B37A14> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x10945c000 -        0x109460fff  com.apple.iPod (1.7 - 20) <6C90CD43-C5D5-359D-9A4D-E12A337A7ED1> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x109469000 -        0x1094c1fff  com.apple.SoftwareUpdate.framework (6 - 451) <219F6392-EBF6-3039-B9C6-D7287FC6AFE7> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x109507000 -        0x1095a7fff  com.apple.PackageKit (3.0 - 241) <5E940616-96F0-33C9-9020-8D9F216CEA09> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x109616000 -        0x109634ff7  com.apple.DistributionKit (700 - 729) <082532B5-7CF0-352C-B186-98C8BCB67393> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
        0x7fff68f63000 -     0x7fff68f9793f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff88860000 -     0x7fff88860fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff88861000 -     0x7fff8887cff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88a2f000 -     0x7fff88a36fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff88a37000 -     0x7fff88a82fff  com.apple.framework.CoreWLAN (3.0 - 300.9) <8BAF8D34-3A22-3F27-B136-F39A04F9ACE9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff88a83000 -     0x7fff88ad2ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff88fca000 -     0x7fff8913dff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8913e000 -     0x7fff89d68fff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89d69000 -     0x7fff89e43fff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff89e44000 -     0x7fff89e48fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff89e49000 -     0x7fff89f4bfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff89f4c000 -     0x7fff89fa3ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff89fa4000 -     0x7fff89fa8fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89fa9000 -     0x7fff89ffeff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89fff000 -     0x7fff8a0efff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8a0f0000 -     0x7fff8a0f0fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8a0f1000 -     0x7fff8a147fff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a148000 -     0x7fff8a195fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a196000 -     0x7fff8a199fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a19a000 -     0x7fff8a1b1fff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8a399000 -     0x7fff8a4e9fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8a684000 -     0x7fff8a68ffff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8a695000 -     0x7fff8a7aeff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8a7af000 -     0x7fff8a84dfff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8a891000 -     0x7fff8a893fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a8d1000 -     0x7fff8a9faff7  com.apple.avfoundation (2.0 - 361.24) <513C9DCB-B670-3271-92E5-C5B90F2E34B8> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8a9fb000 -     0x7fff8ac6fff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8bccc000 -     0x7fff8bdcefff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8bdcf000 -     0x7fff8be9dff7  com.apple.Bluetooth (4.0.9 - 4.0.9f8) <E74E0A5F-CAF9-39D8-8A95-61B74E87C995> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8bf32000 -     0x7fff8bf8eff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8bf8f000 -     0x7fff8bf90fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8bf91000 -     0x7fff8bfbffff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8bfc0000 -     0x7fff8c029fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8c02a000 -     0x7fff8c0abfff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8c154000 -     0x7fff8c158fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8c159000 -     0x7fff8c17bff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8c3fc000 -     0x7fff8c40dff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8c42e000 -     0x7fff8c439ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8c43a000 -     0x7fff8c444fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c4d9000 -     0x7fff8c4fdff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff8c4fe000 -     0x7fff8c4fffff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c500000 -     0x7fff8c7cdff7  com.apple.security (7.0 - 55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8cbb5000 -     0x7fff8cc88ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8ce69000 -     0x7fff8ce6cfff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8ce6d000 -     0x7fff8ce6efff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8ce78000 -     0x7fff8ce7cfff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8ce7d000 -     0x7fff8ce80fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff8cebc000 -     0x7fff8cebcfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8cebd000 -     0x7fff8cebffff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8cec0000 -     0x7fff8d2b7fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d2b8000 -     0x7fff8d2f5fe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8d2f6000 -     0x7fff8d2f6fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8d44a000 -     0x7fff8d44cfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8d44d000 -     0x7fff8d46cff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8d46d000 -     0x7fff8d484fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8d535000 -     0x7fff8d571fff  com.apple.GeoServices (1.0 - 1) <F55A4DD8-FA21-3842-8450-1D707D24E69B> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8d572000 -     0x7fff8d579fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d57a000 -     0x7fff8d587fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8d588000 -     0x7fff8d5a9ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8d5aa000 -     0x7fff8d5eefff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8d6e1000 -     0x7fff8d70cfff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8d797000 -     0x7fff8d9b5fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8d9b6000 -     0x7fff8da07fff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8da5b000 -     0x7fff8da5cff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8da5d000 -     0x7fff8db5afff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff8db87000 -     0x7fff8dc21fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8dc22000 -     0x7fff8dc25fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8dc43000 -     0x7fff8dddefef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8dddf000 -     0x7fff8ddebfff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8de35000 -     0x7fff8def2ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8def3000 -     0x7fff8df01fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e158000 -     0x7fff8e180fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8e181000 -     0x7fff8e187fff  libGFXShared.dylib (8.5) <34093C75-3ECB-3899-A2C0-A52ECAA7C3FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8e188000 -     0x7fff8e2cbfef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8e2cc000 -     0x7fff8e2d7fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8e2d8000 -     0x7fff8e340ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8e363000 -     0x7fff8e3afff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8e3f5000 -     0x7fff8e3f8ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8e3f9000 -     0x7fff8e835fff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8e836000 -     0x7fff8e8a3fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8e8a4000 -     0x7fff8e8d5fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8e8d6000 -     0x7fff8ead6fff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
        0x7fff8ead9000 -     0x7fff8eba5fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff8eba6000 -     0x7fff8eba8ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8ec1a000 -     0x7fff8ec5cfff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8ec68000 -     0x7fff8eef8fff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8eef9000 -     0x7fff8eefefff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8eeff000 -     0x7fff8ef1efff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ef95000 -     0x7fff8efaafff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8efc6000 -     0x7fff8f053ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8f054000 -     0x7fff8f068fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8f069000 -     0x7fff8f06dff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8f0d0000 -     0x7fff8f0dcff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8f0dd000 -     0x7fff8f111fff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8f112000 -     0x7fff8f127ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8f128000 -     0x7fff8f17eff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f1fa000 -     0x7fff8f205fff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
        0x7fff8f206000 -     0x7fff8f20cfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8f20d000 -     0x7fff8f227fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8f228000 -     0x7fff8f234fff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8f243000 -     0x7fff8f340ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8f34f000 -     0x7fff8f35eff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8f35f000 -     0x7fff8f364fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8f365000 -     0x7fff8f3a0fff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8f3e5000 -     0x7fff8f3e5fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8f3e6000 -     0x7fff8f3eeff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f3ef000 -     0x7fff8f40ffff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8f410000 -     0x7fff8f416ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8f417000 -     0x7fff8f4dcfff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8f667000 -     0x7fff8f786fff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8f787000 -     0x7fff8fae3ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8fae4000 -     0x7fff8fdfbff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8fdfe000 -     0x7fff8fe56ff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8fe57000 -     0x7fff8feb4fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8feb5000 -     0x7fff8febafff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8febb000 -     0x7fff8fee5ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8fee6000 -     0x7fff8fee6fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8fee7000 -     0x7fff8ff69fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ff6a000 -     0x7fff8ffb2fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8ffb3000 -     0x7fff8ffeaff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8ffeb000 -     0x7fff90042ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9009a000 -     0x7fff900adff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff900ae000 -     0x7fff900bcff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff9010d000 -     0x7fff90133fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff90149000 -     0x7fff901a6ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff901a7000 -     0x7fff901b6ff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff901b7000 -     0x7fff901d3fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff901d4000 -     0x7fff902c9fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff902ca000 -     0x7fff90a72fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff90a73000 -     0x7fff90aa1ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff90aa2000 -     0x7fff90ae2fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90ae3000 -     0x7fff90af6ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff90af7000 -     0x7fff90b3ffff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff90b40000 -     0x7fff90b56fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff90b57000 -     0x7fff90df0ff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff90df1000 -     0x7fff90f09a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff90f0e000 -     0x7fff90f5dff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff90f5e000 -     0x7fff910e4fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff910e5000 -     0x7fff911b6ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff911b7000 -     0x7fff91201ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff91202000 -     0x7fff91238fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff91480000 -     0x7fff91482ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff91483000 -     0x7fff914b5fff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff9153c000 -     0x7fff91598fff  com.apple.corelocation (1.0 - 1239.35) <0E3482AE-CF12-3CE2-A15E-0BF3D5F956CB> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff91cdc000 -     0x7fff91d5cff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff91d5d000 -     0x7fff91da8ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff91da9000 -     0x7fff91daffff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff91db0000 -     0x7fff91f5efff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff91f5f000 -     0x7fff91fa4ff7  com.apple.DiskManagement (5.0 - 631) <1F1CFE5E-39C9-3D8C-B7DE-A1B31E12F44C> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff91fa5000 -     0x7fff91fe4ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9206f000 -     0x7fff9206ffff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff92070000 -     0x7fff9207afff  libcsfde.dylib (274.4) <BA21D512-35F1-3B00-8FF6-E0D6A29A21FF> /usr/lib/libcsfde.dylib
        0x7fff9207b000 -     0x7fff92a0c39f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92a17000 -     0x7fff92c00fff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92c01000 -     0x7fff92f30ff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff92f6a000 -     0x7fff92ff1ff7  libCoreStorage.dylib (274.4) <7CCA18AC-1A7D-3962-8817-D70AA927973F> /usr/lib/libCoreStorage.dylib
        0x7fff93094000 -     0x7fff93145fff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff93146000 -     0x7fff93149ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff9314a000 -     0x7fff93566fff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff93567000 -     0x7fff935c1fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff935c2000 -     0x7fff935cffff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff935f9000 -     0x7fff935fafff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93761000 -     0x7fff9376eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9376f000 -     0x7fff9377dff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff9377e000 -     0x7fff937e6fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff937e7000 -     0x7fff93bdfff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff93be0000 -     0x7fff93c16fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff94523000 -     0x7fff94531ff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff94532000 -     0x7fff9455dfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff947f0000 -     0x7fff94833ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff94834000 -     0x7fff94855fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff94856000 -     0x7fff94858fff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff94859000 -     0x7fff948d7ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff948d8000 -     0x7fff948d9ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff948da000 -     0x7fff94914fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff94a3a000 -     0x7fff94a3bff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff94a3d000 -     0x7fff94ad7fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff94ad8000 -     0x7fff94afaff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff94afb000 -     0x7fff94b04fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff94b05000 -     0x7fff94b17ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff94e34000 -     0x7fff94ea1ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff94ea2000 -     0x7fff94fbcfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff95018000 -     0x7fff950befff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff950ca000 -     0x7fff950f1ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff95103000 -     0x7fff95103fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff95104000 -     0x7fff95110ff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff954d1000 -     0x7fff954d1ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff954dd000 -     0x7fff955e8fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff955e9000 -     0x7fff955fdfff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff955fe000 -     0x7fff955ffff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff9560c000 -     0x7fff9560cfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff95659000 -     0x7fff95661fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff95662000 -     0x7fff9566dff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff9566e000 -     0x7fff95670ff7  com.apple.EFILogin (2.0 - 2) <6D339047-85C5-35CD-B48F-8C43A6071416> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 591
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=178.8M resident=158.3M(89%) swapped_out_or_unallocated=20.5M(11%)
    Writable regions: Total=102.0M written=1716K(2%) resident=3516K(3%) swapped_out=0K(0%) unallocated=98.5M(97%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG shared images                     96K
    CoreServices                       1908K
    MALLOC                             74.6M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    SQLite page cache                    96K
    STACK GUARD                        56.0M
    Stack                              10.5M
    VM_ALLOCATE                        16.0M
    __DATA                             13.3M
    __IMAGE                             528K
    __LINKEDIT                         53.6M
    __TEXT                            125.2M
    __UNICODE                           544K
    mapped file                        27.9M
    shared memory                       308K
    ===========                      =======
    TOTAL                             380.7M

  • My vi is writing just the same data into spreadsheet even after changing the loop iteration time. hw can I change this mode ?

    My VI is writing the same amount of data into spreadsheet file even after changing the for-loop iteration time

    You should post the VI (with appropriate values saved as default) to this thread.  (At least a JPEG or PNG screenshot).
    Inside the For Loop, right-click on the N terminal and create Indicator.  Run the VI and you will see how many times the Loop spins.
    Further guessing:  You may have a 2D array with two rows and many columns feeding the For Loop.

  • Why we are using Hide statment  in the loop ?

    Plz explain .

    hi,
    <b>HIDE</b>
    The HIDE statement is one of the fundamental statements for interactive reporting. You use the HIDE technique when creating a basic list. It defines the information that can be passed to subsequent detail lists.
    HIDE <f>.
    This statement places the contents of the variable <f> for the current output line (system field SY-LINNO) into the HIDE area. The variable <f> must not necessarily appear on the current line.
    To make your program more readable, always place the HIDE statement directly after the output statement for the variable <f> or after the last output statement for the current line.
    As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored. A line can be selected
    by an interactive event.
    For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.
    by the READ LINE statement.
    You can think of the HIDE area as a table, in which the system stores the names and values of all HIDE fields for each list and line number. As soon as they are needed, the system reads the values from the table.
    The example below presents some of the essential features of interactive reporting. The basic list contains summarized information. By means of the HIDE technique, each detail list contains more details.
    if you are not keeping  hide statement inside the LOOP it is not working properly, because it stores the data inside in the system genarated table. we can process the table data by using LOOP.......ENDLOOP statement only.
    regards,
    Ashok reddy

  • The looping does not stop after a true answer, why?

    "Ok, so you want to keep looping as long as the user didn't enter 1, 2, or 0, right?"
    Answer: Yes that's it.
    boolean repeat = false ;
    do {
    System.out.print(" Option 1  \nOption 2 \nOption 0" );
       int x = Integer.parseInt(br.readLine().trim());
          switch(x) {
       case 1 : System.out...etc.("test");
       case 2 : System.out...etc.("test");
       case 0 : System.out...etc.("test");
      default :  repeat = true; 
    } while( repeat == true) ; Steals repeating even if u give a true answer( 1 2 or 0)
    Help! :P

    If you go through the loop once with something other than 0, 1, 2, then repeat will be set to true, and it will never have the possibility to be set to false again.
    Each case should also set repeat to false.
    You should NOT initialize repeat to false at declaration. That way, if you miss one of the repeat = false; settings in the cases, the compiler will give you an error. As you have it now, the same logic error is still present, but the compiler can't detect it.

Maybe you are looking for

  • Can't open programs on MacBook

    AAA! I'm a recent convert to Mac from PC. I know my way around a PC pretty well and it's very frustrating because I feel like a little kindegartner trying to use my new MacBook! I'm not even sure what OS I have, or even how to figure that out! I thin

  • Dragging an HTML component

    Hello, I'm a bit of a  newbie to Flex ( started Yesterday ) and i'm finding my way quit well. Using some of the examples that the internet provides i managed to create the following applcation: <?xml version="1.0" encoding="utf-8"?> <s:WindowedApplic

  • I just upgraded my iPhone 4s to iOS 6 but now it isn't compatible with my itunes 10.6 please help?

    I just upgraded my iPhone 4s to iOS 6 but now it isn't compatible with my itunes 10.6. I have tried to download itunes 10.7 however my macbook is only 10.5.8 so I can't. So now I can't connect my iPhone to my itunes, what should I do?

  • Third-party e-mail using bellsouth account on FiOS ISP

    My elderly parents were just set up on FiOS as the ISP. They have bellsouth.net as a third-party e-mail through my account. Even when I change the outgoing SMTP to outgoing.verizon.net and try port. 25, 465 or 587, outgoing e-mail through Outlook Exp

  • Outlook Index search not Work

    I am trying to do a search inside of Outlook 2010.  When I go to type in my search field, a box pops up and says that SEARCH RESULTS MAY BE INCOMPLETE BECAUSE ITEMS ARE STILL BEING INDEXED. CLICK HERE FOR MORE DETAILS. So I click on that and a box po