Call a methode without opening the main view

Hi,
I have a function that calls a web dynpro application. The handledefault methode of the window from this web dynproapplication searches for a url of a picture and opens it with my browser.
This works well.
But there are two windows open: my picture and the empty web dynpro main view.
How can I stop this? I just want the window with my picture.
Thanks,
Martina.

Hi Manigandaan,
I deleted  the empty main view from the webdynpro window.
But the result is always the same:
1 empty window and
1 window with my url
this is the code in the handledefault (after the data declaration):
DATA lo_window_manager TYPE REF TO   if_wd_window_manager.
   DATA lo_api_component  TYPE REF TO   if_wd_component.
   DATA lo_window         TYPE REF TO   if_wd_window.
   DATA ld_url            TYPE          string.
   lo_api_component  = wd_comp_controller->wd_get_api( ).
   lo_window_manager = lo_api_component->get_window_manager( ).
ld_url = lv_doclink.
  data lo_api_controller type ref to if_wd_view_controller.
  data lo_window_ctlr TYPE REF TO if_wd_window_controller.
  lo_api_controller = wd_this->wd_get_api( ).
  lo_window_ctlr = lo_api_controller->GET_EMBEDDING_WINDOW_CTLR( ).
* get the control for window to be closed
  lo_window = lo_window_ctlr->get_window( ).
* this will close the window
  lo_window->close( delete_window = abap_true ).
if the ld_url is i.e. 'http://www.google.com' I get one browser window with google and another
browser window which is empty. The URL of this empty browser window is the url with which
i called the web dynpro application. But I don't need this window, how can I avoid this?
Thank you very much!!!
Martina

Similar Messages

  • Can we call a static method without mentioning the class name

    public class Stuff {
         public static final int MY_CONSTANT = 5;
         public static int doStuff(int x){ return (x++)*x;}
    import xcom.Stuff.*;
    import java.lang.System.out;
    class User {
       public static void main(String[] args){
       new User().go();
       void go(){out.println(doStuff(MY_CONSTANT));}
    }Will the above code compile?
    can be call a static method without mentioning the class name?

    Yes, why do it simply?
    pksingh79 wrote:
    call a static method without mentioning the class name?For a given value of   "without mentioning the class name".
        public static Object invokeStaticMethod(String className, String methodName, Object[] args) throws Exception {
            Class<?>[] types = new Class<?>[args.length];
            for(int i=0;i<args.length;++i) types[i] = args==null?Object.class:args[i].getClass();
    return Class.forName(className).getDeclaredMethod(methodName,types).invoke(null,args);

  • How to view source of email message without opening the message?

    In addition to Verizon Email, I use Windows Live Mail.  With Windows Live Mail I can view the source of a message without opening the message.  This way I can find out if the message is legitimate or spam before potentially getting hit with malware from a bogus message by opening it.  I can then set up a blocking rule so a bogus message from either the sender or the domain never appears in my Inbox.  I have not found a way to do this in Verizon EMail. 
    Is there a way to view the source of a message without opening the message in Verizon EMail?  Right clicking just opens the message which I do not want to do.

    computerbug,
    You can get a preview of your email.  Log into the Verizon account and go to email > in the top you will see
    Conversations
    Contacts
    Calendars
    Settings
    Click on settings < General settings > Display and you will see 2 options for email view.
    (Preview is not available, if the resolution is less than 1024 by 768 pixels)
    Thanks,
    Tonya D

  • How do you call a java class from the main method in another class?

    Hi all,
    How do you call a java class from the main() method in another class? Assuming the two class are in the same package.
    Thanks
    SI
    Edited by: okun on May 16, 2010 8:40 PM
    Edited by: okun on May 16, 2010 8:41 PM
    Edited by: okun on May 16, 2010 8:47 PM

    georgemc wrote:
    To answer your impending question, either the method you're calling has to be static, or you need an instance of that other class to invoke it against. Prefer the latterAnd to your impending question after that: no, don't use the Singleton pattern.

  • Is it possible that i can view important dates of the calendar without opening the calendar.?

    how can i view the birthdays in the calendar without opening the calendar..is there any way i get a notification or anything..??

    iOS5 has the option to pull down a screen where all notifications are listed, including the upcoming events (Notification Center) . Apple - iOS 5 - See new features included in iOS 5.

  • Mail.app crashes when opening the 'message viewer'

    Since yesterday Mail.app is not working anymore. I can open the application, but whenever i try to open the message viewer, the application crahes. I can open all the other windows. I've run all the updates with no success. I'm using OS X 10.6.8 and mail 4
    Here's the error log:
    Process:         Mail [414]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         4.5 (1084)
    Build Info:      Mail-10840000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [153]
    Date/Time:       2011-11-23 09:40:45.860 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2496 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  480 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      E131888E-EAEE-4FC9-87DD-8AE31DC41FF3
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  4  Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[MailboxesOutlineViewStateStorage _updateShouldShowVariables]
    abort() called
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFString substringFromIndex:]: Range or index out of bounds'
    *** Call stack at first throw:
        0   CoreFoundation                      0x00007fff85fcd784 __exceptionPreprocess + 180
        1   libobjc.A.dylib                     0x00007fff884dff03 objc_exception_throw + 45
        2   CoreFoundation                      0x00007fff85fcd5a7 +[NSException raise:format:arguments:] + 103
        3   CoreFoundation                      0x00007fff85fcd534 +[NSException raise:format:] + 148
        4   Foundation                          0x00007fff804a409c -[NSString substringFromIndex:] + 127
        5   CalendarStore                       0x00007fff808a21a9 +[CalGroup(CreationFromManagedObject) _convertURLFromManagedServerURL:withLogin:] + 140
        6   CalendarStore                       0x00007fff808a187c +[CalGroup(CreationFromManagedObject) groupFromManagedObject:] + 410
        7   Message                             0x00007fff80f68f81 -[ToDoCalendars _setAccountForCalendar:] + 79
        8   Message                             0x00007fff80f684fc -[ToDoCalendars _calendarsFromActiveAccounts] + 230
        9   Message                             0x00007fff80f6808e -[ToDoCalendars init] + 524
        10  Message                             0x00007fff8115cc84 _initSharedInstance + 39
        11  libSystem.B.dylib                   0x00007fff8358f37a pthread_once + 95
        12  Message                             0x00007fff80f67e79 +[ToDoCalendars sharedInstance] + 23
        13  Message                             0x00007fff80f67dc1 +[MetadataManager sharedInstance] + 75
        14  Mail                                0x000000010000d580 0x0 + 4295021952
        15  CoreFoundation                      0x00007fff85fa293c __invoking___ + 140
        16  CoreFoundation                      0x00007fff85fa280d -[NSInvocation invoke] + 141
        17  Message                             0x00007fff80f3ecbf -[ThrowingInvocationOperation main] + 31
        18  Message                             0x00007fff80f3e5ff -[_MFInvocationOperation main] + 275
        19  Foundation                          0x00007fff804cbdd0 -[__NSOperationInternal start] + 681
        20  Foundation                          0x00007fff805a9bd5 ____NSOQSchedule_block_invoke_2 + 129
        21  libSystem.B.dylib                   0x00007fff835b2d64 _dispatch_call_block_and_release + 15
        22  libSystem.B.dylib                   0x00007fff835912d1 _dispatch_worker_thread2 + 239
        23  libSystem.B.dylib                   0x00007fff83590c08 _pthread_wqthread + 353
        24  libSystem.B.dylib                   0x00007fff83590aa5 start_wqthread + 13
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff8357d307 szone_size + 224
    1   libSystem.B.dylib                 0x00007fff8357d14d free + 56
    2   libobjc.A.dylib                   0x00007fff884dd20c _cache_collect_free + 529
    3   libobjc.A.dylib                   0x00007fff884dc9ea _cache_fill + 515
    4   libobjc.A.dylib                   0x00007fff884e2d3e lookUpMethod + 206
    5   libobjc.A.dylib                   0x00007fff884dafaa objc_msgSend + 198
    6   com.apple.AppKit                  0x00007fff88cb66a0 -[NSTableView _tileAndRedisplayAll] + 375
    7   com.apple.AppKit                  0x00007fff88cbb1bc -[NSOutlineView setSelectionHighlightStyle:] + 178
    8   com.apple.mail                    0x00000001000134da 0x100000000 + 79066
    9   com.apple.mail                    0x000000010001342c 0x100000000 + 78892
    10  com.apple.mail                    0x000000010001334e 0x100000000 + 78670
    11  com.apple.CoreFoundation          0x00007fff85f7b9fd -[NSSet makeObjectsPerformSelector:] + 205
    12  com.apple.AppKit                  0x00007fff88be885b -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1445
    13  com.apple.AppKit                  0x00007fff88be6a91 loadNib + 226
    14  com.apple.AppKit                  0x00007fff88be61a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
    15  com.apple.mail                    0x00000001000094bf 0x100000000 + 38079
    16  com.apple.mail                    0x0000000100009330 0x100000000 + 37680
    17  com.apple.mail                    0x000000010019b0a1 0x100000000 + 1683617
    18  com.apple.AppKit                  0x00007fff88d79eda -[NSApplication sendAction:to:from:] + 95
    19  com.apple.AppKit                  0x00007fff88d9e46a -[NSMenuItem _corePerformAction] + 365
    20  com.apple.AppKit                  0x00007fff88d9e1d4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
    21  com.apple.AppKit                  0x00007fff89023cf4 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    22  com.apple.AppKit                  0x00007fff88ed59e9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
    23  com.apple.AppKit                  0x00007fff88d8099c NSSLMMenuEventHandler + 321
    24  com.apple.HIToolbox               0x00007fff83e727f7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
    25  com.apple.HIToolbox               0x00007fff83e71d46 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
    26  com.apple.HIToolbox               0x00007fff83e8fa81 SendEventToEventTarget + 45
    27  com.apple.HIToolbox               0x00007fff83ebec35 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387
    28  com.apple.HIToolbox               0x00007fff83eeba0a SendMenuCommandWithContextAndModifiers + 56
    29  com.apple.HIToolbox               0x00007fff83eeb9c2 SendMenuItemSelectedEvent + 101
    30  com.apple.HIToolbox               0x00007fff83eeb8d2 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
    31  com.apple.HIToolbox               0x00007fff83eccc27 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 467
    32  com.apple.HIToolbox               0x00007fff83ecc37c _HandleMenuSelection2 + 453
    33  com.apple.AppKit                  0x00007fff88c51851 _NSHandleCarbonMenuEvent + 236
    34  com.apple.AppKit                  0x00007fff88c25362 _DPSNextEvent + 1908
    35  com.apple.AppKit                  0x00007fff88c24801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    36  com.apple.AppKit                  0x00007fff88bea68f -[NSApplication run] + 395
    37  com.apple.AppKit                  0x00007fff88be33b0 NSApplicationMain + 364
    38  com.apple.mail                    0x00000001000025a4 0x100000000 + 9636
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff8358fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff83591add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff835917b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff835912de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff83590c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff83590a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff83590e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff83590a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff83590e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 4 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                 0x00007fff835e99ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                 0x00007fff835e98d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                 0x00007fff836463ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib                 0x00007fff83665a00 abort + 93
    4   libstdc++.6.dylib                 0x00007fff8164e5d2 __tcf_0 + 0
    5   libobjc.A.dylib                   0x00007fff884e3b39 _objc_terminate + 100
    6   libstdc++.6.dylib                 0x00007fff8164cae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                 0x00007fff8164cb16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                 0x00007fff8164cbfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libobjc.A.dylib                   0x00007fff884dffa2 object_getIvar + 0
    10  com.apple.CoreFoundation          0x00007fff85fcd5a7 +[NSException raise:format:arguments:] + 103
    11  com.apple.CoreFoundation          0x00007fff85fcd534 +[NSException raise:format:] + 148
    12  com.apple.Foundation              0x00007fff804a409c -[NSString substringFromIndex:] + 127
    13  com.apple.CalendarStore           0x00007fff808a21a9 +[CalGroup(CreationFromManagedObject) _convertURLFromManagedServerURL:withLogin:] + 140
    14  com.apple.CalendarStore           0x00007fff808a187c +[CalGroup(CreationFromManagedObject) groupFromManagedObject:] + 410
    15  com.apple.MessageFramework        0x00007fff80f68f81 -[ToDoCalendars _setAccountForCalendar:] + 79
    16  com.apple.MessageFramework        0x00007fff80f684fc -[ToDoCalendars _calendarsFromActiveAccounts] + 230
    17  com.apple.MessageFramework        0x00007fff80f6808e -[ToDoCalendars init] + 524
    18  com.apple.MessageFramework        0x00007fff8115cc84 _initSharedInstance + 39
    19  libSystem.B.dylib                 0x00007fff8358f37a pthread_once + 95
    20  com.apple.MessageFramework        0x00007fff80f67e79 +[ToDoCalendars sharedInstance] + 23
    21  com.apple.MessageFramework        0x00007fff80f67dc1 +[MetadataManager sharedInstance] + 75
    22  com.apple.mail                    0x000000010000d580 0x100000000 + 54656
    23  com.apple.CoreFoundation          0x00007fff85fa293c __invoking___ + 140
    24  com.apple.CoreFoundation          0x00007fff85fa280d -[NSInvocation invoke] + 141
    25  com.apple.MessageFramework        0x00007fff80f3ecbf -[ThrowingInvocationOperation main] + 31
    26  com.apple.MessageFramework        0x00007fff80f3e5ff -[_MFInvocationOperation main] + 275
    27  com.apple.Foundation              0x00007fff804cbdd0 -[__NSOperationInternal start] + 681
    28  com.apple.Foundation              0x00007fff805a9bd5 ____NSOQSchedule_block_invoke_2 + 129
    29  libSystem.B.dylib                 0x00007fff835b2d64 _dispatch_call_block_and_release + 15
    30  libSystem.B.dylib                 0x00007fff835912d1 _dispatch_worker_thread2 + 239
    31  libSystem.B.dylib                 0x00007fff83590c08 _pthread_wqthread + 353
    32  libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 5:
    0   libSystem.B.dylib                 0x00007fff83576d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff835773ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff85f68902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff85f67d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff804ddb74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation              0x00007fff804dda53 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.MessageFramework        0x00007fff80f56351 -[RSSInterchange _runManager] + 1445
    7   com.apple.Foundation              0x00007fff804a3114 __NSThread__main__ + 1429
    8   libSystem.B.dylib                 0x00007fff835affd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff835afe89 thread_start + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x0000000101703420  rcx: 0x00000001017033d8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x0000000101703410  rsp: 0x00000001017033d8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x00007fff89370340
      rip: 0x00007fff835e99ce  rfl: 0x0000000000000247  cr2: 0x00007fff70423fd0
    Binary Images:
           0x100000000 -        0x100339fe7  com.apple.mail 4.5 (1084) <4E11604B-93C6-8C9C-C40D-E590AEEA1A82> /Applications/Mail.app/Contents/MacOS/Mail
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80033000 -     0x7fff80477fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff80478000 -     0x7fff8047eff7  com.apple.AOSNotification 1.2.0 (124) <19CCCD17-6888-58F3-17B6-7DC5D49276A4> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
        0x7fff8047f000 -     0x7fff80491fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff80492000 -     0x7fff80714fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80715000 -     0x7fff807a5fff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff807a6000 -     0x7fff807fbff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff807fc000 -     0x7fff80807fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff80808000 -     0x7fff80a06fe7  com.apple.CalendarStore 4.0.4 (997.7) <9A357B3C-F083-BEAA-4094-B00B423DDE47> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff80a07000 -     0x7fff80a11fff  com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff80a12000 -     0x7fff80a12ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff80a13000 -     0x7fff80a50fff  com.apple.LDAPFramework 2.0 (120.1) <1683330C-2908-9A45-AFF1-2282792C2570> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff80a51000 -     0x7fff80a96fff  com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
        0x7fff80c4c000 -     0x7fff80c7cfef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff80c7d000 -     0x7fff80ca0ff7  com.apple.iChat.IMFoundation 5.0.5 (747) <B4C34872-5157-27C0-37F2-77D11137BD8A> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff80ca1000 -     0x7fff80cd0ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
        0x7fff80cd1000 -     0x7fff80f0bfef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff80f0c000 -     0x7fff80f0efef  com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
        0x7fff80f0f000 -     0x7fff80f1cfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff80f38000 -     0x7fff8127bfff  com.apple.MessageFramework 4.5 (1084) <C291835F-FD0E-443D-05BA-3DC0A1634E0C> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8128b000 -     0x7fff812b3fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff812b4000 -     0x7fff812b7ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff812b8000 -     0x7fff81318fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff81319000 -     0x7fff8132dfff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8132e000 -     0x7fff81377fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff81378000 -     0x7fff8148ffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff81602000 -     0x7fff8167ffef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff81680000 -     0x7fff81689ff7  com.apple.aps.framework 1.2 (1.2) <2E09D42F-2021-C995-44D0-B80AAAAA99E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff8168a000 -     0x7fff816f6fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff816f7000 -     0x7fff8173aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8173b000 -     0x7fff81870fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81871000 -     0x7fff81877ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff81878000 -     0x7fff8187cff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff818ad000 -     0x7fff81a1dfff  com.apple.QTKit 7.7 (1787) <AD4C0243-16DA-F7EE-7202-E9EE7198223F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff81a62000 -     0x7fff81aa5fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff81adb000 -     0x7fff81adefff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff81aeb000 -     0x7fff81b67ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff81b68000 -     0x7fff81faffef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff81fb0000 -     0x7fff81fb1ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81fb2000 -     0x7fff81ff9ff7  com.apple.coreui 2 (114) <BB09E685-1F5D-0676-1A0E-295610B387A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81ffa000 -     0x7fff82041fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff82042000 -     0x7fff8204efff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8204f000 -     0x7fff82110fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff82111000 -     0x7fff821e5fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff821e6000 -     0x7fff82235fe7  com.apple.iCalendar 1.0.3 (54) <9009851F-9218-BF81-6083-299AD56CE90F> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff82236000 -     0x7fff822b4ff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff822cb000 -     0x7fff8234dfff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff8234e000 -     0x7fff8238ffef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff82390000 -     0x7fff8241dfff  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
        0x7fff8241e000 -     0x7fff82441fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff82442000 -     0x7fff82503fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff82605000 -     0x7fff82605ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82606000 -     0x7fff826bbfe7  com.apple.ink.framework 1.3.3 (107) <D76C7591-B060-E2DE-6634-968FDABD87EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff826bc000 -     0x7fff826bdff7  com.apple.TrustEvaluationAgent 1.1 (1) <306FD9EE-A301-41D5-EBDE-2FC52F28229C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff826be000 -     0x7fff826c3fff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff827e7000 -     0x7fff82828fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8282b000 -     0x7fff82895fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7D8B6D68-7E70-2AF2-BF9F-2CD56145909C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff830e7000 -     0x7fff830f5ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff830f6000 -     0x7fff83338fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff83339000 -     0x7fff833a1fff  com.apple.MeshKitRuntime 1.1 (49.2) <C57FDCEE-CED0-06A8-2890-A3F6BB851998> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff833a2000 -     0x7fff8345bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff8345c000 -     0x7fff8346dff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff8346e000 -     0x7fff834b9fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff834f7000 -     0x7fff83502ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff83503000 -     0x7fff83575fef  com.apple.CoreSymbolication 2.0 (23) <9DBEFE60-0268-9B93-620F-B2737100E7F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff83576000 -     0x7fff83737fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff83738000 -     0x7fff839c0fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff839c1000 -     0x7fff839c3fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff83a7c000 -     0x7fff83a99ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff83ab6000 -     0x7fff83ab6ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83ab7000 -     0x7fff83abdff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff83abe000 -     0x7fff83ad4fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff83ad5000 -     0x7fff83b0ffff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff83b10000 -     0x7fff83b12fff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff83b13000 -     0x7fff83b17ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83b18000 -     0x7fff83b1bff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff83b4c000 -     0x7fff83b89ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff83be4000 -     0x7fff83c05fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff83c18000 -     0x7fff83cfdfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff83cfe000 -     0x7fff83d15fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff83d16000 -     0x7fff83e3eff7  com.apple.MediaToolbox 0.484.60 (484.60) <F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83e3f000 -     0x7fff83e6aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff83e6b000 -     0x7fff84169fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8416a000 -     0x7fff841caff7  com.apple.ExchangeWebServices 1.3 (61) <7DB2989C-1362-8688-C73E-8405734A6566> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
        0x7fff841cb000 -     0x7fff841d6ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <60484D84-BA63-13DD-50E9-ABDA402C3C45> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff841d7000 -     0x7fff84215fff  com.apple.DebugSymbols 1.1 (70) <69720171-9E3A-CAA9-113B-BD1F15454921> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff84216000 -     0x7fff8431aff7  com.apple.PubSub 1.0.5 (65.28) <D54898F3-D940-2044-3404-11C2636C8331> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84352000 -     0x7fff8436dfff  com.apple.datadetectors 2.1 (102.2) <625D5F96-A4AE-BB49-997F-8B0FBCC10E6E> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
        0x7fff8436e000 -     0x7fff843a8fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff843a9000 -     0x7fff844e7fff  com.apple.CoreData 102.1 (251) <782F29CA-ACC7-4A77-5772-52FBE2CEFB5E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff844e8000 -     0x7fff845a5fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff845a6000 -     0x7fff845baff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff845bb000 -     0x7fff845bcfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff845bd000 -     0x7fff84649fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8464a000 -     0x7fff84663fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff84664000 -     0x7fff846adff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff846ae000 -     0x7fff846e7ff7  com.apple.MeshKit 1.1 (49.2) <2860E92F-5B68-E8DD-0E8F-BF3DD6ACF330> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff846e8000 -     0x7fff84729fef  com.apple.CoreMedia 0.484.60 (484.60) <6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8472a000 -     0x7fff84765fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff84766000 -     0x7fff8477bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8477c000 -     0x7fff847d3fff  com.apple.Symbolication 1.1 (67) <A6CA5AF6-93A7-751F-6079-0BFB4353A3AC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff847d4000 -     0x7fff847dbff7  com.apple.KerberosHelper 2.1 (1.0) <ACF6781A-D0ED-548F-C051-30A065D33180> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
        0x7fff847dc000 -     0x7fff847ebfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff847ec000 -     0x7fff84836fef  com.apple.IMCore 5.0.5 (747) <EA34457E-1946-C6E6-304D-B18233FF68BA> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
        0x7fff84837000 -     0x7fff84d3dff7  com.apple.VideoToolbox 0.484.60 (484.60) <F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff84d3e000 -     0x7fff84dcdfff  com.apple.PDFKit 2.5.1 (2.5.1) <927B9F90-3EBE-768E-8B18-BE43B4B58190> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff84dce000 -     0x7fff84ddffff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
        0x7fff84de0000 -     0x7fff8506afff  com.apple.JavaScriptCore 6534.51 (6534.51.21) <848CAF7C-CDC4-A280-378C-24A701BA6F1A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8506b000 -     0x7fff85078ff7  com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8509e000 -     0x7fff850edfef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff850fa000 -     0x7fff8515cfe7  com.apple.datadetectorscore 2.0 (80.7) <5F0F865C-A80F-FE7F-7DF8-894A4A99EACA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff8515d000 -     0x7fff8519aff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff851a3000 -     0x7fff8540cfff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8540d000 -     0x7fff8542dff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff8542e000 -     0x7fff8542eff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8542f000 -     0x7fff8550cfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff855cb000 -     0x7fff855d3fff  com.apple.iChat.IMUtils 5.0.5 (747) <8A019B06-52FB-0B23-8A8B-7C2DA5465934> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versions/A/IMUtils
        0x7fff855d4000 -     0x7fff85674fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff85675000 -     0x7fff856c4ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
        0x7fff856c5000 -     0x7fff856d0fff  com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
        0x7fff85e8c000 -     0x7fff85eb1ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85eb2000 -     0x7fff85ed2fef  com.apple.DotMacSyncManager 2.0.3 (446.9) <F02D77B4-540E-04C4-A4B7-C7710155AD5E> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
        0x7fff85ed3000 -     0x7fff85ed8fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff85f1c000 -     0x7fff86093fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff86094000 -     0x7fff860aafef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff860ab000 -     0x7fff860dcfff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff860dd000 -     0x7fff860eafff  com.apple.NSServerNotificationCenter 3.0 (3.0) <FF7063D0-A25F-C22E-FA20-3225ADF089E2> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
        0x7fff861b8000 -     0x7fff861d0fff  com.apple.iChat.InstantMessage 5.0.5 (747) <D9784E28-7614-1BAD-8B22-EC12079BCC40> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff861d1000 -     0x7fff862f0fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff862f1000 -     0x7fff86339ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff8633a000 -     0x7fff863b7fef  com.apple.backup.framework 1.2.2 (1.2.2) <6A7BCE87-A2EF-1BA0-C190-214DE8FE6771> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8666b000 -     0x7fff86829ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8682a000 -     0x7fff8685dff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8686a000 -     0x7fff868dbff7  com.apple.AppleVAFramework 4.10.27 (4.10.27) <6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff868dc000 -     0x7fff8698cfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8698d000 -     0x7fff86a0cfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86a0d000 -     0x7fff86a20ff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <51E6A16E-4C93-70FD-AD16-0D7A26C30D3A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
        0x7fff86a21000 -     0x7fff8711dff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8711e000 -     0x7fff8814fff7  com.apple.WebCore 6534.51 (6534.51.22) <7B51D5D9-55E4-610C-0FBD-E04C9D3F87BA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff88150000 -     0x7fff88150ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff88151000 -     0x7fff882b1ff7  com.apple.syncservices 5.2 (578.3) <9C8348A9-374A-F031-716E-E4CB4F5383FD> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff882b2000 -     0x7fff882b2ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff882b3000 -     0x7fff882dcff7  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <D674533D-41AC-5271-DA23-30B65EF7C89B> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
        0x7fff882dd000 -     0x7fff883e7ff7  com.apple.MeshKitIO 1.1 (49.2) <B9E2EB6C-66F6-CFAD-4530-DDA4355D7FBA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
        0x7fff883e8000 -     0x7fff88482fff  com.apple.ApplicationServices.ATS 275.19 (???) <FBC907AF-C3EF-CAF1-3705-13DC91B29114> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff88483000 -     0x7fff88484fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
        0x7fff88485000 -     0x7fff884cfff7  com.apple.DAVKit 4.0.3 (732.2) <7DC4C8B4-9259-2D5D-BDA5-82F0DE3C95CA> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
        0x7fff884d0000 -     0x7fff884d5ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff884d6000 -     0x7fff8858cff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8858d000 -     0x7fff888c1fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff8892a000 -     0x7fff88ae8fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff88ae9000 -     0x7fff88ae9ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88aea000 -     0x7fff88b6fff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff88b70000 -     0x7fff88b8bff7  com.apple.openscripting 1.3.1 (???) <5A6ECC32-04D0-9A62-635D-1DD03EC6E190> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff88b8c000 -     0x7fff88bd8fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff88bd9000 -     0x7fff88be0fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88be1000 -     0x7fff895dbff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff895dc000 -     0x7fff896f6fef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
        0x7fff896f7000 -     0x7fff89894fe7  com.apple.WebKit 6534.51 (6534.51.22) <957BAD21-4FC4-9A9D-6E8F-644F474D7E30> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff89895000 -     0x7fff89895ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff898ce000 -     0x7fff898d4ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff898d5000 -     0x7fff89c72fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89c73000 -     0x7fff8a47dfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8a577000 -     0x7fff8a5c1ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8a5c2000 -     0x7fff8a636ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <7870994A-2C09-E20E-4CAE-BB5E8703E7A3> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8a637000 -     0x7fff8a68aff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8a68b000 -     0x7fff8a69afef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8a69b000 -     0x7fff8a6c2ff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9126, 0xfa140000 / 6
    USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9226, 0xfa146000 / 10
    USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0xfa145000 / 9
    USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x1105, 0xfa144000 / 8
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3
    I've got 3 mailboxes: One exchange server, and 2 POP addresses.
    I really hope someone can help, thanks in advance!

    I 'solved' the problem by removing the exhange account from iCal. Now mail functions again.
    Not a real solution: Can't use mail and iCal together now.

  • Action reference in the MAIN view for other Views

    Hi Experts,
    I have created a view(MAIN) that contains SUBMIT button and also included four other views(Using ViewContainerUIElement) in the MAIN view itslef. So am calling the respective view based on some certain condition from MAIN view.
    Now my problem is, am using  check_mandatory_attr_on_view() method which is being called on SUBMIT action from MAIN view of WDDOBEFOREACTION. But it is not checking Required Fields from other views. It checks the Required Fields only in the MAIN view.
    I know that I want to call the reference of other views in MAIN view, but how can I do it?
    Please help me, as how I can check the Required fields on action of SUBMIT button in MAIN view for other views.
    BR,
    RAM.

    Hi,
    Though am in MAIN view, If i clicks the submit button it checks the Required fields on both MAIN and Sub views, where still I have not called the Sub view.
    If you didn't call the sub view, the WDDOINIT method of your sub view wouldn't have been triggered and so the sub view reference is not set in the component controller, isn't it.?
    OR you are calling sub view separately in the initial state and get the reference and then in your MAIN view calling the sub view based on condition in the View Container UI..?
    If so, create an attribute in your Main view (say sub_view_name of type string) and then use the below code to get the current sub view name and then pass the corresponding sub view reference:
    DATA:lr_view_controller    type ref to        IF_WD_VIEW_CONTROLLER,
           lr_main_view_usage  type ref to        IF_WD_RR_VIEW_USAGE.
           lr_vc_assignment      type ref to        IF_WD_RR_VIEW_CNT_ASSIGNMENT.
           lr_view_usage           type ref to        IF_WD_RR_VIEW_USAGE.
           lr_t_views                 type                WDRR_VCA_OBJECTS.
           lr_s_view                  like line of        lr_t_views.
           lr_view                     type ref to        if_wd_rr_view.    
          lr_view_controller = wd_this->wd_get_api( ).
        lr_main_view_usage = lr_view_controller->GET_VIEW_USAGE( ).
       lr_t_views  = lr_main_view_usage->GET_VIEW_CNT_ASSIGNMENTS( ). "This will return all the View Container assignments.
    * Now loop over all the View containers and get the reference of embedding view.
       loop at lr_t_views  into lr_s_view .
          lr_vc_assignment = lr_s_view-VIEW_CNT_ASSIGNMENT.
          lr_view_usage  = lr_vc_assignment->GET_DEFAULT_VIEW_USAGE( ). " This will return view usage reference
          lr_view = lr_view_usage->get_view( ). " This will have the meta info of view
          wd_this->sub_view_name = lr_view->get_name( ).   
       endloop.
    Now in onAction submit,
    CL_WD_DYNAMIC_TOOL=>CHECK_MANDATORY_ATTR_ON_VIEW(
                                  EXPORTING
                                   view_controller =  lr_view_controller " MAin view reference
    case wd_this->sub_view_name.
    when 'SUB_VIEW1'.
    CL_WD_DYNAMIC_TOOL=>CHECK_MANDATORY_ATTR_ON_VIEW(
                                  EXPORTING
                                   view_controller = wd_comp_controller->gr_emb_view1.
    when 'SUB_VIEW2'.
    CL_WD_DYNAMIC_TOOL=>CHECK_MANDATORY_ATTR_ON_VIEW(
                                  EXPORTING
                                   view_controller = wd_comp_controller->gr_emb_view2.
    Or, alternatively; create all the nodes(of sub views) in component controller, then map all those to MAIN view, then read the required node attributes and validate manually.
    hope this helps u,
    Regards,
    Kiran

  • How to call AMImpl method before loading the page(task_flow_config.xml)

    Hi experts,
    I have requirement like,
    I need to call AmImpl method, before rendering the page.(I heard like we can do it in task_flow_config.xml by using method_Invoke operation,But I am not sure about How it is going to work, also i need to know the implementation part,,,help pls )
    (I need to do in Task_Flow.)
    Inside that method I have some logic, where I will setting the BindVariable of my one ViewObject and I need to run the ViewOblect,So that DataShuold be available while page loading.
    I have some different logic after that,,,,
    can anyone suggest me for this??
    thanks
    Santosh

    thanks to Timo n TK,
    I have use case like,
    In the search page I have 2 LOV dropdowns say LOV1 and LOV2. Both list of values are created based on the independent View Objects based on the Query.
    LOV2 VO query is having the Bind Variable, for that Bind variable will be getting the value from the one of the AM method based on the user logged in.
    Also I need to display LOV2 dropdown in the page when user selects LOV1 as a 'SCM', for others it should be in hidden state.
    As per requirement I have to display LOV2 only for LOV1 value as 'SCM'. So I dont want to use valueChangeListner() for this.
    Instead I want populate LOV2 value before page rendering(because in that time i will be having all the parameter to populate ) by executing LOV2 VO Query.
    Once in search page user selects LOV1 as 'SCM', I should display 'LOV2' values in the dropdown.
    If i execute LOV2 VO in the AMImpl method say A() before page rendering ,then if user select LOV1 as 'SCM', will same data available in the dropdown (LOV2 dropdown is based on the LOV2VO)??
    Can u pls suggest me how can i render ,LOV2 when LOV1 as 'SCM' by using 'rendered' property without having valueChangeListner??
    pls suggest me the right approach as per my use case..
    waiting for reply,,
    Thanks
    Santosh

  • Printing pdf files in a browser (e.g. Firefox) without opening the file

    I have a web application, which is generating pdf files. Is it possible to print a pdf file on the default printer without opening the pdf file?
    I want to click on the link of a pdf file and the file should be printed immediately on the default printer.

    I do not think this is a feature of the browser. In Firefox I can set that a PDF file is opened using a PDF viewer. At this point I would specify the Adobe reader. Instead of opening the PDF file this file should be printed immediately.
    So my question is: Is it possible to configure the Adobe reader that the PDF file is printed immediately?

  • Transfer data from a Pop up to the main view

    Dear expert,
    i want to transfer data from a popup to the main view,
    i created a TEXT_EDIT UI-Element on my main View and on a popup, and when writing a text on the TEXT_EDIT UI-element on the popup, i want get it (or display it) on the TEXT_EDIT UI-Element of my main View after clicking on the Popups OK button .
    is there any kind of ways to do this
    BR

    HI,
    Is your issue resolved.Create a node and a attribute in Comp controller and map this to the both the Main and Popup view.
    Bind the same attirbute to btoh the TEXT EDIT UI elements..U need not write any code for this..When you enter the value in the popup and the same will be shown in the MAIN view's TEXT edit.There is not need to SET ATTRBUTE as it is already bound to the context attribute..Hope it is clear. IOn OK button just...close the popup..
    now i am getting error :
    View Is Already Displayed in Window W_MAIN of Component ZCOMPO
    I thnk you are trying to create/open a popup for the same view twice.Please check it.
    Regards,
    Lekha.

  • Populating select-options in the main view

    hi
    i have two views. main screen and view1.
    in main i have created a selection screen with 6 fields. view1 also has selection screen and same fields in it. when i go to view1 and click on ok button, i need to comeback to main view and populate the selection field with the values entered in view1. i am successful to some extent. i am able to access the values entered in view1 selection fields in "modify" method of the main view, but do not know how to fill the selection fields of main view with this values.
    thanks

    Hi,
    I just want to be sure that have you created the node in the context of the component controller and mapped the same in both of the views for building the selection screen?
    If yes then you wont be having any problem in accessing the values from any views, changes in any view will reflect in the other .
    If no then just modify the design as per the above description.
    TO read the vlalue...just read the context of the node in the view using the code wizrd, and set the value to the attributes using set_attributes method.
    Hope this might help you out.
    Pooja

  • How to send mail from adobe interactive form without opening the outlook

    Hello all,
    When the end user press the submit button i want it to send the XML data without opening the outlook or other mail application.
    Is there a way to do this?
    I tried javascript codes to send mail with UI = false but it did not work.
    Thank you all in advance,
    Eran

    mailForm
    Parameters: bUI, cTo, [cCc], [cBcc], [cSubject], [cMsgBody]
    Returns: nothing
    This method exports the form data and mails the resulting FDF file as an attachment to all recipients,
    with or without user interaction depending on the value of  bUI.
    If it is set to true then the rest of the parameters are used to seed the compose new message window that is displayed to the user.
    If bUI is set to false, the cTo parameter is required and all others are optional.
    You must use a semicolon u201C;u201D to separate multiple recipients in cTo, cCc, cBcc parameters.
    The length limit for cSubject and cMsgBody is 64k bytes.
    Example:
    /* This will pop up the compose new message window */
    this.mailForm(true);
    /* This will send out the mail with the attached FDF file to fun1 @ fun . com and fun2 @ fun . com */
    this.mailForm(false, "fun1 @ fun . com; fun2 @ fun . com", "", "", "This is the subject", "This is the body of the mail.");
    Note:
    This is a Windows-only feature. In addition, the client machine must have its
    default mail program configured to be MAPI enabled in order to use this method.
    I had to change the code:
    instead of this.mailDoc :
    var myDoc = event.target;
    myDoc.mailDoc(false, "fun1 @ fun . com; fun2 @ fun . com", "", "", "This is the subject", "This is the body of the mail." );       
    But the outlook new message window still opens...
    Any Idea's?
    Eran

  • Refresh the main view when the pop up was closed

    Hi,all
    how can I refresh the main view when the pop up window  was
    closed to see the updated data? In pop up window I update
    single row in the table based in main view.
    Regards,
    Michael

    Michael,
    There are 2 type of pop-ups in WD, and the answer is different depending on which type you are using:
    1. Stand-alone browser window that hosts separate application (result of IWDWindowManager.createNonModalExternalWindow) -- no way.
    2. Inner pop-up created via IWDWindowManager.createModalWindow -- absolutely possible:
    -- a. Create event in component controller (probably with parameters)
    -- b. Create method in component controller that fires this event (with corresponding parameters, if any)
    -- c. In view that corresponds to window invoke method created in [ b ] and hence fire event. This should be done in action handler of something like "OK" Button or "Close" LinkToAction.
    -- d. In any other controller subscribe to event described in [ a ]
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Any way to power on macbook pro with external wired keyboard without opening the lid?

    i mainly use macbook pro with external display and i want to keep lid closed. is there any way i can power on/off the macbook without opening the lid, i know i can power off but powering on?
    Thanks in advance

    These Apple tech notes may help:
    How to use your PowerBook G4, MacBook Pro or MacBook with the display closed
    How to use your PowerBook G4, MacBook or MacBook Pro with the display closed and a Bluetooth keyboard or mouse
    Just a final question about Sleep mode - does this have any negative effects on the life or performance of the laptop? I'm so used to Shutting down the laptop each day that I worry about Sleep mode having some sort of drain on the components or something.
    There are only two practical differences between Sleep and Shut Down:
    1. Sleep will wake instantly, so you don't have to wait for startup.
    2. Sleep will drain a new, fully charged battery after several days without being woken or plugged in. If you shut down, the battery charge lasts much longer. Obviously, if you only sleep it overnight, you'll still have plenty of battery left in the morning.
    Don't sleep it more frequently than necessary, though. Frequently turning the backlight and hard drive off and on can shorten their life. Just do what's reasonable. I usually leave mine awake until I have to transport it in a bag, along with sleeping it overnight. On battery, I'll sleep it more often to preserve battery.

  • Calling a component from a the main.mxml file

    How do I call a component from a the main.mxml file?
    <mx:Button id="btnNew" label="Launch Component " click="getComponent()" />
    main.mxml (Has the button, that I would like to launch getcomponent.mxml)
    getcomponent.mxml (The file I would like to call) (This file also has the ViewStack)
    For some reasoning it's not seeing the bpVS(view stack id). I'm getting Access of undefined property bpVS error.
    <!-- Main.mxml  -->
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:components="components.*"
    width="100%"
    height="100%"
    minHeight="0"
    backgroundAlpha="0">
    <mx:Script>
      <![CDATA[                    
       private function getComponent():void{
        bpVS.selectedIndex = 1;
      ]]>
    </mx:Script>
    <!-- GetComponent.mxml -->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    xmlns:view="components.view.*">
    <mx:ViewStack  id="bpVS"
      top="69" left="180.5"
      width="100%" height="100%"
      resizeEffect="Resize"
      moveEffect="Move" showEffect="Fade"
      hideEffect="Fade">
    </mx:ViewStack>
    <mx:VBox id="vbTB" top="69" verticalGap="0">
    <mx:ToggleButtonBar
        id="payTB"
        direction="vertical"
        dataProvider="{bpVS}"
        width="180" useHandCursor="true" buttonMode="true""
        resizeEffect="Resize"
        moveEffect="Move" showEffect="Fade" hideEffect="Fade" >
      </mx:ToggleButtonBar>
        </mx:VBox>
    Thank you

    It won't see it just by creating the namespace that contains it.  There has to actually be an instance of it in the application.  So in your case, your main application file (lets call it MyApp.mxml) would look something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:components="components.*">
         <components:Main id="main"/>
         <components:GetComponent id="getComp"/>
    </mx:Application>
    Then, you can reach down (mind you this isn't best practice) into those components to access their public properties.  In a script block in MyApp.mxml, you could access the VBox with getComp.vbTB.
    I don't know the ins and outs of your application, but perhaps Main is the main application, so then you would add GetComponent as a child of it instead of both Main and GetComponent being child components of the MyApp application.  Does that clear up the confusion?

Maybe you are looking for

  • Adobe Photoshop & Premier Elements 10

    Hello, I just purchased a Mac and Adobe photoshop and premier elements 10 software at best buy. I obtained the redemption code from the internet as the box instructed and created an adobe account and registered each of the serial numbers that were pr

  • Using SE78 and SE71

    hello, I'm using the trans. SE71 for uploading the graphical logo and it works fine. My question is how to add some abap statement before and after this line??? /:   BITMAP 'Z_LOGSTOR' OBJECT GRAPHICS ID BMAP TYPE BMON  It seems to be shown in displa

  • I have a Touchsmart 9100 PC with a built in webcam, but i cannot get the webcam to work, help?

    A light comes on the built in webcam when I for instance, activate a Skype video call, but no picture comes through.  I thought this might be a problem with Skype, so i instead tried to just use the webcam like a photobooth however the camera still w

  • Chapter markers lost from quicktime MOV in compressor

    I searched on this topic and can't seem to find it specifically. Soo.... When we export from FCP through compressor to an m2v, chapter markers come through fine and appear in DVD SP just fine. However, an editor of mine exported to a quicktime MOV wi

  • My back light wont turn on

    My back light wont turn on