Mantain a Session in one application after opening another application

Hi
My Requirements is like this..
I have one ear apllication running in one place.. We we click a link on this applcation it has to open up a third party application in another widow., and session in the current application has be maintained until third party application is explicitly ask's or time out or expires...
Thanks
Venky

Interesting! The question then is, how would you know whether the third-party application has timed out? Is it possible to have some kind of contract with the third-party application? If you can, you can use AJAX to keep polling the server with some dummy request in the parent window to keep its session alive until a variable is reset, which will be done by the child window when a timeout is detected. This is one option that I can think of..
Edited by: ganeshmb on Jun 20, 2008 10:43 PM

Similar Messages

  • Access denied error while running opening remote power-shell session from one azure machine to another

    We are trying to open a remote power-shell session from one azure machine to another azure machine and that is failing with the following error. Any ideas?
    Observations: -
    If the worker role is running under network service or local system, then it fails.
    We emulated the same behavior from a stand-alone exe and that also failed when the exe was run under network service or local system.
    If we run the same stand-alone exe from a user account, then it works.
    Unhandled Exception: System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server sampleapprm.cloudapp.net failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting
    Help topic.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOp
    en(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.Internal.RemoteRunspacePoolInternal
    .Open()
       at System.Management.Automation.RemoteRunspace.Open()
       at ConsoleApplication2.Program.Main(String[] args)

    Hi,
    This error only show access is denied, and it is hard for me to deal with this issue, may be Windows Powershell forum or Windows Azure VM are good forums for you, could you give more details information to us for a better help if this issue
    was related with windows Azure.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Closing one GUI and opening another?

    Hi guys,
    (I didnt really know which forum to post this in, so apologies in advance if this is the wrong one).
    I have created a login screen for a system, LoginScreen.java, which accepts a username and password and checks these on the server for validity. This all works fine.
    Once an account is accepted as valid I would like for the login screen to close, and the actual main GUI, Client.java, to open.
    Can anyone tell me the code for doing this? (closing one GUI and opening another).
    Please ask if you need more information on my code.
    Many thanks!

    You can make the Client.java as your main program then just call the LoginScreen.java.
    import javax.swing.*;
    public class Client extends JFrame {
    public static void main (String[] args) {                     
         Login log = new Login();
         log.show();     
    // Here you can put validation if the user is valid before displaying the main GUI
    // If valid user
         Client clt = new Client();
    clt.show();     
    // } else {
    // System.exit(0);
    public Client() {
         super("Client Java");
         setSize(400, 300);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    class Login extends JFrame {
    public Login() {
         super("Login Java");
         setSize(200, 300);
    }

  • When one ScriptUI palette opens another

    I have two general-purpose ScriptUI palettes (one for Indesign and one for InCopy) that calls a smaller palette (which works in both applications) using a doScript() command. I've done the same thing for ScriptUI dialogs, which works just fine because the dialog must be dismissed before the user can do anything else.
    With a floating palette, though, the "big" script can call multiple instances of the little one. This is probably a silly thing to worry about, but it just seems sloppy to allow that.
    So I'm looking for a way to test whether the little palette is open. I don't think these ScriptUI windows show up in the app.panels array.
    The best I've come up with so far is:
    if (ntWindowShowing==undefined) {
        ntWindow.show();
        ntWindowShowing = true; }
    near the top of the little script, after the "ntWindow" palette is defined. Later, there's an onClose handler that sets ntWindowShowing to undefined. It seems to work OK, but I wonder if anyone has a better solution. I recall an admonition to avoid switching a variable from one data type to another but wonder if there's any harm in going from undefined to true to undefined again.

    Didn't exactly set off a debate over best practices. Oh well.
    I realized today that the if statement should be:
    if (typeof ntWindowShowing=="undefined")
    otherwise the script throws an error after a restart of the application. Seems to have something to do with the difference between an undeclared variable and an undefined one.

  • Can I use one document to open another?

    I am assuming this is a scripting problem though I am not a scripter myself.
    Basically the situation is this: I have a number of Appleworks documents each of which contains many thumbnails of images, and each thumbnail is also a hotlink to a url for the web page which hosts the full size image. I would be perfectly satisfied with this setup except that the Appleworks icon in Finder is total rubbish, worse even than a Classic icon. I cannot use the Finder (column view) to see from the icon which document it is.
    To get around this, I have also saved the same documents in Photoshop as small jpegs, which give a beautiful, sharp, clear, LARGE icon image in Finder.
    The problem is that I now have PAIRS of documents, one Appleworks and one Photoshop, a total of more than 50 pairs in a folder. What I want to do is to use the jpeg solely to identify the document in Finder, then when I double-click on it, the Appleworks document opens. Can I link document files together so that if I double-click one, the other opens?
    I believe the clue may lie in aliases? I have created an alias of one of the jpegs, and its icon is every bit as good as the original document. Can I now get the alias to point to another document, in this case its paired Appleworks document?

    Hello christopher,
    Well, you may give this another try, though it's a little out of the scope of your original question. (Technically, custom icon and preview are two things ; ))
    The following script will try to get preview image , i.e. pair of 'PICT' and 'pnot' resources, from Photoshop JPEG file and put it in the corresponding AppleWorks 6 file's resource.
    If recent Photoshop JPEG file still stores the preview image in that fashion, this script should help. Otherwise, it would do nothing, hopefully. (Try the script on a test folder first.)
    To run this script, you need to install Satimage.osax that is free scripting additions made and distributed by Satimage-software, France. See script's comment for more details.
    http://www.satimage.fr/software/en/downloads/downloadscompanionosaxen.html
    Good luck,
    H
    -- SCRIPT
      make PICT preview of AW6 file from the paired jpg file with fine preview.
      v0.1
      * Using 'list resource', 'load resource' and 'put resource' of Satimage OSAX.
      Preparation:
        • Install Satimage OSAX in either of:
          /Library/ScriptingAdditions/
          ~/Library/ScriptingAdditions/
        * download sources:
          http://www.satimage.fr/software/en/downloads/index.html
          http://www.satimage.fr/software/en/downloads/downloadscompanionosaxen.html
          http://www.satimage.fr/software/en/downloads/downloadsold_companionosaxen.html
      Usage -
        • Copy this script into new window of Script Editor and run it.
         It will let you choose source folder to process and then
         get 'PICT' and 'pnot' data from jpg files and put them into corresponding cwk files.
        * The script assumes that
          - the source folder contains AW6 files and Photoshop jpg files loosely; and
          - their file name extensions are 'cwk' and 'jpg' respectively; and
          - file names without exension are the same for corresponding files.
      e.g.
      source folder structure -
        target folder:
          file1.cwk  -- AppleWorks 6 file
          file1.jpg  -- corresponding (Photoshop) jpg file with fine PICT preview
          file2.cwk
          file2.jpg
      result folder structure -
        target folder:
          file1.cwk  -- AppleWorks 6 file with fine PICT preview obtained from corresponding jpg file
          file1.jpg  -- jpg files with fine PICT preview (not changed)
          file2.cwk
          file2.jpg
    main()
    on main()
    script o
    property aa : {}
    property fda : choose folder with prompt "Locate the folder to process." -- source folder
    property fdp : fda as Unicode text
    property jpgext : ".jpg" -- jpg file name extension (including period, case insensitive)
    property cwkext : ".cwk" -- AppleWorks 6 file name extension (idem.)
    -- get list of jpg files
    tell application "Finder"
    set aa to (files of fda whose name ends with jpgext) as list -- JPGs
    end tell
    -- get 'PICT' and 'pnot' resource data from jpg file and put them into cwk file.
    set d to -(count jpgext) - 1
    repeat with a in my aa
    set a to a's contents -- Finder reference of jpg file with fine PICT preview
    set n to a's name -- jpg file name
    set a to a as alias -- alias of jpg file
    set p1 to fdp & (n's text 1 thru d) & cwkext -- corresponding AW6 file path
    try
    set a1 to p1 as alias -- alias of corresponding AW6 file
    -- get PICT and pnot resource data from jpg file
    set {PICTid} to list resources "PICT" from a
    set {pnotid} to list resources "pnot" from a
    set PICTdata to load resource PICTid type "PICT" from a
    set pnotdata to load resource pnotid type "pnot" from a
    -- put PICT and pnot resource data to cwk file
    put resource PICTdata to a1 type "PICT" index PICTid with name ""
    put resource pnotdata to a1 type "pnot" index pnotid with name ""
    on error -- ignore it silently
    end try
    end repeat
    end script
    tell o to run
    end main
    -- END OF SCRIPT

  • Hyperlink a word in one pdf to open another pdf on a mac?

    Hi, I have been trying to find a program or app on my mac that will enable me to click on a word in one pdf file from my documents which would then open another pdf file in my documents.  I can't seem to be able to do it on preview via the hyperlink or adobe reader, can anyone help? I assume this would be easy to do on Acrobat X Pro? Any alternative (cheaper/free!) options would be great.
    Thank you!

    With Adobe Acrobat you can add links.

  • How to hyperlink a word in one pdf to open another pdf?

    Hi, I have been trying to find a program or app on my mac that will enable me to click on a word in one pdf file from my documents which would then open another pdf file in my documents. I can't seem to be able to do it on preview via the hyperlink or adobe reader, can anyone help? I assume this would be easy to do on Acrobat X Pro? Any alternative (cheaper/free!) options would be great.

    You can insert hyper-links in PDFs in Preview by clicking on Tools > Annotate > Add Link. The key is to point the link at the local file. The link should start with "file://" followed by the complete path to the file you want to open (e.g.: /Users/Your_Account/Documents/whatsitsname.pdf). In other words, the complete link will be: "file:///Users/Your_Account/Documents/whatsitsname.pdf".

  • Close one vi and open another

    Hi
    Is it possible to open another vi when I click a button and close the current vi.
    thanks 

    Here, try this. Enter the path to the VI you want to launch and run the program. When you press the button, the VI you specified will be launched and the program will be closed.
    Mike...
    Message Edited by mikeporter on 07-02-2007 07:43 PM
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps
    Attachments:
    launch on click.vi ‏19 KB

  • Safari crashes one minute after opening; Thread 2 crashes

    Safari quits on me about a minute after it opens.
    Here is what I’ve done so far to try to fix it:
    I’ve dragged the various folders to the desktop that were recommended in other Discussion areas.
    I’ve run Disk Utility.
    I’ve created a new User account and Safari works fine with that account.
    Below is the report...and it’s always the same. (Thread 2 Crashed.)
    Any help is appreciated.
    Thanks!
    --Jerry
    Date/Time: 2006-04-22 08:23:44.702 -0400
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [248]
    Version: 2.0.3 (417.9.2)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4170902
    PID: 278
    Thread: 2
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x92992120
    Thread 0:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9321e980 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9321e014 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9321de80 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x93700104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x936ffdc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00006e74 0x1000 + 24180
    10 com.apple.AppKit 0x936fc30c -[NSApplication run] + 472
    11 com.apple.AppKit 0x937ece68 NSApplicationMain + 452
    12 com.apple.Safari 0x0005cbec 0x1000 + 375788
    13 com.apple.Safari 0x0005ca94 0x1000 + 375444
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92986164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9298609c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x952cb3f0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92977194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2 Crashed:
    0 com.apple.Foundation 0x92992120 _NSRaiseError + 264
    1 com.apple.Foundation 0x92991e5c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x929b4bb4 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x929b53b4 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x929b515c saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x907f7aec __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x907e4464 __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x9299e69c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x92977194 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9299f7dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92977194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f5ec select + 12
    1 com.apple.CoreFoundation 0x907f69a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x9297e300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9900250c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92977194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2 crashed with PPC Thread State 64:
    srr0: 0x0000000092992120 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024442 xer: 0x0000000000000007 lr: 0x00000000929920f8 ctr: 0x0000000092953f1c
    r0: 0x0000000000000000 r1: 0x00000000f01823e0 r2: 0x00000000a2951508 r3: 0x00000000f0181f90
    r4: 0x0000000000000000 r5: 0x0000000092953844 r6: 0x00000000f0182014 r7: 0x00000000000000ff
    r8: 0x00000000f0182000 r9: 0x00000000004bf9d0 r10: 0x0000000090a44628 r11: 0x0000000024024442
    r12: 0x0000000092953f1c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a2975290 r18: 0x00000000a2975290 r19: 0x00000000a2975290
    r20: 0x000000000000000f r21: 0x00000000ffffffff r22: 0x0000000000476eb8 r23: 0x0000000090aae5b8
    r24: 0x0000000000000000 r25: 0x0000000005dd5000 r26: 0x0000000005a82ad0 r27: 0x00000000ffffffff
    r28: 0x0000000005a3f730 r29: 0x00000000a2957d2c r30: 0x00000000ffffffff r31: 0x0000000092992028
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.2) /Applications/Safari.app/Contents/MacOS/Safari
    0x5870000 - 0x5872fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.13 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91467fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146d000 - 0x91475fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91479000 - 0x914f4fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91531000 - 0x91531fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91533000 - 0x9156bfff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91586000 - 0x91653fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a8000 - 0x91739fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91780000 - 0x91837fff com.apple.QD 3.8.19 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91874000 - 0x918d2fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91900000 - 0x91924fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91938000 - 0x9195dfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91970000 - 0x919b2fff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919ce000 - 0x919e2fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919f0000 - 0x91a2ffff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a45000 - 0x91b0dfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5b000 - 0x91b70fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b75000 - 0x91b92fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b97000 - 0x91c06fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1d000 - 0x91c21fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c23000 - 0x91c6afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6f000 - 0x91cacfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb3000 - 0x91cccfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd1000 - 0x91cd4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd6000 - 0x91cd6fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd8000 - 0x91db8fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dc0000 - 0x91ddffff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e4b000 - 0x91eb9fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec4000 - 0x91f58fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f72000 - 0x924fafff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252d000 - 0x92858fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92888000 - 0x92910fff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92951000 - 0x92b7cfff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c9a000 - 0x92d78fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d98000 - 0x92e86fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e98000 - 0x92eb6fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ec1000 - 0x92f1bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f39000 - 0x92f39fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f3b000 - 0x92f4ffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f67000 - 0x92f77fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f83000 - 0x92f98fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92faa000 - 0x93031fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93045000 - 0x93050fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9305a000 - 0x93087fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930a1000 - 0x930b1fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bd000 - 0x93123fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93154000 - 0x931a3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931d1000 - 0x931eefff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93200000 - 0x9320dfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93216000 - 0x93523fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93672000 - 0x9367efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93683000 - 0x936a3fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936f6000 - 0x936f6fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936f8000 - 0x93d2bfff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940b8000 - 0x94128fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94161000 - 0x9422bfff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9427f000 - 0x9427ffff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94281000 - 0x94435fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94488000 - 0x944c5fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cd000 - 0x9451dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ad000 - 0x945e5fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94628000 - 0x94644fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94658000 - 0x9469cfff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c0000 - 0x946cffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d7000 - 0x946e3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94741fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9492e000 - 0x94a5cfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94aee000 - 0x94afdfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b05000 - 0x94b32fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b39000 - 0x94b49fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b4d000 - 0x94b7cfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94b8c000 - 0x94ba9fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952c9000 - 0x95355fff com.apple.WebKit 1.0.3 (418) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953b0000 - 0x954a5fff com.apple.JavaScriptCore 417.11 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954e1000 - 0x957ebfff com.apple.WebCore 417.24 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95973000 - 0x9599cfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x98fff000 - 0x99035fff com.apple.Syndication 1.0.5 (52) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x99052000 - 0x99064fff com.apple.SyndicationUI 1.0.5 (52) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerMac3,5, BootROM 4.3.3f2, 1 processors, PowerPC G4 (2.1), 933 MHz, 1.5 GB
    Graphics: ATI Radeon 7500, ATY,RV200, AGP, 32 MB
    Memory Module: DIMM0/J21, 512 MB, SDRAM, PC133-333
    Memory Module: DIMM1/J22, 512 MB, SDRAM, PC133-333
    Memory Module: DIMM2/J23, 512 MB, SDRAM, PC133-333
    Modem: Spring, UCJ, V.90, 7.0F, APPLE VERSION 0007, 7/31/2000
    Bluetooth: Version 1.7.3f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: usb, usb, SLOT-3
    PCI Card: usb, usb, SLOT-3
    PCI Card: usb, usb, SLOT-3
    PCI Card: usb, usb, SLOT-3
    Parallel ATA Device: IBM-IC35L060AVER07-0, 57.27 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-104,
    Parallel ATA Device: IOMEGA ZIP 250 ATAPI,
    USB Device: Deskjet 6500, HP, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, , Up to 12 Mb/sec, 500 mA
    USB Device: USB2223, SMSC, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, , Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA

    I know I am thread jumping but I can see using Explorer how to start my own thread.????
    I have included below the crash report, I have done everything suggested in other discussions, Safari runs under another user ???
    here goes......
    REPORT:
    Date/Time: 2006-04-26 11:20:01.323 +1200
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [735]
    Version: 2.0.3 (417.9.2)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4170902
    PID: 871
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 <<00000000>> 0xfffeff10 objcmsgSendrtp + 16
    1 com.apple.Safari 0x0000f5fc 0x1000 + 58876
    2 com.apple.Safari 0x0000f5c8 0x1000 + 58824
    3 com.apple.Safari 0x0000efec 0x1000 + 57324
    4 com.apple.Safari 0x0000ead8 0x1000 + 56024
    5 com.apple.Safari 0x0000e9dc 0x1000 + 55772
    6 com.apple.AppKit 0x93809d20 -[NSToolbarItemViewer configureForLayoutInDisplayMode:andSizeMode:inToolbarView:] + 768
    7 com.apple.AppKit 0x93809050 -[NSToolbarView _layoutDirtyItemViewersAndTileToolbar] + 684
    8 com.apple.AppKit 0x93807e44 -[NSToolbarView _syncItemSetAndUpdateItemViewersWithSEL:setNeedsModeConfiguration:sizeToFit:set NeedsDisplay:updateKeyLoop:] + 160
    9 com.apple.AppKit 0x938060dc -[NSWindow _showToolbar:animate:] + 72
    10 com.apple.AppKit 0x93804678 -[NSWindow setToolbar:] + 520
    11 com.apple.Safari 0x0000d260 0x1000 + 49760
    12 com.apple.Safari 0x0000caf8 0x1000 + 47864
    13 com.apple.AppKit 0x937f2f10 -[NSWindowController _windowDidLoad] + 332
    14 com.apple.Safari 0x0000ca20 0x1000 + 47648
    15 com.apple.AppKit 0x937ef8e4 -[NSWindowController window] + 128
    16 com.apple.Safari 0x00008660 0x1000 + 30304
    17 com.apple.AppKit 0x937fcd34 -[NSDocument showWindows] + 108
    18 com.apple.Safari 0x00008570 0x1000 + 30064
    19 com.apple.AppKit 0x937fb4e0 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 344
    20 com.apple.AppKit 0x937fb344 -[NSDocumentController newDocument:] + 44
    21 com.apple.Safari 0x00007518 0x1000 + 25880
    22 com.apple.Safari 0x000073f0 0x1000 + 25584
    23 com.apple.Safari 0x00007348 0x1000 + 25416
    24 com.apple.Safari 0x000072e4 0x1000 + 25316
    25 com.apple.AppKit 0x937047fc -[NSApplication _doOpenUntitled] + 272
    26 com.apple.AppKit 0x93700fc4 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 224
    27 com.apple.AppKit 0x93700b94 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
    28 com.apple.Foundation 0x92976ae4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
    29 com.apple.Foundation 0x92976944 _NSAppleEventManagerGenericHandler + 92
    30 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    31 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    32 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    33 com.apple.HIToolbox 0x932200e0 AEProcessAppleEvent + 60
    34 com.apple.AppKit 0x936ff2dc _DPSNextEvent + 856
    35 com.apple.AppKit 0x936fedc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    36 com.apple.Safari 0x00006e74 0x1000 + 24180
    37 com.apple.AppKit 0x936fb30c -[NSApplication run] + 472
    38 com.apple.AppKit 0x937ebe68 NSApplicationMain + 452
    39 com.apple.Safari 0x0005cbec 0x1000 + 375788
    40 com.apple.Safari 0x0005ca94 0x1000 + 375444
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92985164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9298509c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x952ca3f0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff10 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44004244 xer: 0x0000000020000007 lr: 0x000000000000f5fc ctr: 0x000000000000f6fc
    r0: 0x000000000000f5fc r1: 0x00000000bfffdb00 r2: 0x00000000a0001fac r3: 0x0000000000000004
    r4: 0x0000000090a58794 r5: 0x000000000049c900 r6: 0x0000000080808080 r7: 0x0000000000000056
    r8: 0x000000000000004f r9: 0x0000000090a45c2f r10: 0x000000004d525560 r11: 0x000000006f5b8794
    r12: 0x000000000000f6fc r13: 0x00000000a3728da4 r14: 0x00000000a3738da4 r15: 0x00000000a3728da4
    r16: 0x00000000bfffdda0 r17: 0x00000000bfffdd50 r18: 0x0000000000000001 r19: 0x00000000a3728da4
    r20: 0x00000000bfffde10 r21: 0x0000000000000002 r22: 0x00000000a3738da4 r23: 0x0000000000000001
    r24: 0x00000000a3738da4 r25: 0x000000000049bde0 r26: 0x000000000049ca80 r27: 0x00000000a3729a20
    r28: 0x0000000000450f80 r29: 0x0000000000450f80 r30: 0x000000000049c900 r31: 0x0000000000000000
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.2) /Applications/Safari.app/Contents/MacOS/Safari
    0x52d000 - 0x52efff com.presenta.iGetterIMBundle 2.1 /Users/ibook/Library/InputManagers/iGetterIMBundle/iGetterIMBundle.bundle/Conte nts/MacOS/iGetterIMBundle
    0x532000 - 0x533fff com.presenta.iGetterSafariBundle 2.1 /Users/ibook/Library/InputManagers/iGetterIMBundle/iGetterIMBundle.bundle/Conte nts/Resources/iGetterSafariBundle.bundle/Contents/MacOS/iGetterSafariBundle
    0x537000 - 0x539fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Users/ibook/Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x53d000 - 0x53dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.13 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.19 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db7fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbf000 - 0x91ddefff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e4a000 - 0x91eb8fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec3000 - 0x91f57fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f71000 - 0x924f9fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252c000 - 0x92857fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92887000 - 0x9290ffff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92950000 - 0x92b7bfff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c99000 - 0x92d77fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d97000 - 0x92e85fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e97000 - 0x92eb5fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ec0000 - 0x92f1afff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f38000 - 0x92f38fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f3a000 - 0x92f4efff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f66000 - 0x92f76fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f82000 - 0x92f97fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa9000 - 0x93030fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93044000 - 0x9304ffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93059000 - 0x93086fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930a0000 - 0x930b0fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bc000 - 0x93122fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93153000 - 0x931a2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931d0000 - 0x931edfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ff000 - 0x9320cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93215000 - 0x93522fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93671000 - 0x9367dfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93682000 - 0x936a2fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936f5000 - 0x936f5fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936f7000 - 0x93d2afff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940b7000 - 0x94127fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94160000 - 0x9422afff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9427e000 - 0x9427efff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94280000 - 0x94434fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94487000 - 0x944c4fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cc000 - 0x9451cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ac000 - 0x945e4fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94627000 - 0x94643fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94657000 - 0x9469bfff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94728000 - 0x94740fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9492d000 - 0x94a5bfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94aed000 - 0x94afcfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b04000 - 0x94b31fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b38000 - 0x94b48fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b4c000 - 0x94b7bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94b8b000 - 0x94ba8fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952c8000 - 0x95354fff com.apple.WebKit 418 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953af000 - 0x954a4fff com.apple.JavaScriptCore 417.11 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954e0000 - 0x957eafff com.apple.WebCore 417.24 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95972000 - 0x9599bfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x98f73000 - 0x98fa9fff com.apple.Syndication 1.0.5 (52) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x98fc6000 - 0x98fd8fff com.apple.SyndicationUI 1.0.5 (52) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook6,7, BootROM 4.9.3f0, 1 processors, PowerPC G4 (1.5), 1.42 GHz, 1.5 GB
    Graphics: ATI Mobility Radeon 9550, ATY,M12, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 512 MB, built-in, built-in
    Memory Module: DIMM1/J7, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.3f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: pci106b,4318, sppci_othernetwork, SLOT-B
    Parallel ATA Device: MATSHITADVD-R UJ-845E, 3.71 GB
    Parallel ATA Device: FUJITSU MHV2060AT, 55.89 GB
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

  • One keynote file opens another

    We use Keynote to display messages in various buildings on plasma TV's. Currently we have no way to display building specific slides in only one building. We would like to be able to have a standard keynote file that would be displayed in all building, and then at the end of that file, would open a building specific keynote file, then revert to the original running in a loop.
    Any suggestions on how to do that ? I can't see that Keynote has a way to do any internal file to file scripting. Thank you.

    Any suggestions on where to find something like that ? I have never used AppleScript, and I have tried to put an Automator workflow together but that didn't work either.

  • Closing one applet and open another...

    Hi all,
    What I currently have is a very basic applet that requires you to type in your password and follow by pressing the OK button. What I want it to do is following the pressing of the OK button, I want that initial applet to close and have another applet open. It doesn't seem too over the top difficult but right now I have no idea. Please help.
    Thank you

    I do work with applets. Reply #4 is the correct one IMHO.
    If you don't understand what he is saying, I will try to put it
    in other words.
    1. Login dialog. Once your applet starts, it will display nothing
    essential, perhaps just a nice background and it will open a
    dialog for userid-password. If authentication is ok, close the
    userid-password dialog and display in your applet whetever you
    have in mind.
    2. Card layout. Your applet will start by asking for userid-password
    in its area inside the page. When authentication ok, display whatever
    the applet is supposed to display.
    In both scenarios, there are no two applets, but a single applet that
    changes from state 1 (authentication) to state 2 (display data).
    The only difference between the two scenarios is aesthetic,
    i.e. do you want a popup for userid-password or you want it inside the
    page? I would go with the card layout. Both are relatively easy.

  • Skype crashing after opening another program

    Hey, so then i got skype desktop but then whenever i call someone and i open like mincraft or csgo, my skype just crashes. But when i tried it again, but open Garry mod, its completly fine. Please help.

    Hi,
    Make sure your Skype application is up to date. Have you tried a clean reinstallation of Skype?
    Please find the Skype crash in your event viewer and paste it here.
    Please also run the DirectX Diagnostics tool. CLick on Save all information to save it to a text file. Zip the file and post it here.
    Anthony
    This post was by Anthony- I do not work for Microsoft!
    If this solved your issue - Mark it as a solution! If you like my post - Please add Kudos!
    Spotify Community Profile - Anthony
    Feel free to PM me - Here

  • I CLICK ON ONE LAYER AND OPEN ANOTHER

    Hello.  I'm having a problem with selecting the layer I want to work in in Photoshop CC.  Let's say I have a white background.  I'm on the Type tool.  I click 'create a new layer' .  In the Layers panel, it now says: [ T ] Layer 1.  On the page I now type "1111".  Back in the Layers pallet (for no good reason) I mindlessly click on  [ T ] Layer 1 and it turns into: [ T ] 1111.  I didn't ask it to change its title to that, but it just did.  So I think, well, I'm not finished with this page, so I want to get right back on it.  So in the Layers pallet I click onto what is now called: [ T ] 1111 (to let the layers panel know I want to work on that same page again), and what does it do?  It doesn't let me work on that page.  It makes a brand new layer called, once again: [ T ] Layer 1. 
    After tooling around with this all day, desiring to type onto the layer that I selected, I made a discovery.  If I click first onto the desired layer in the Layers pallet, in this case: [ T ] 1111, and then click exactly on top of the writing on the page itself, I will be allowed back onto this layer.  But if I click onto any white space around it, it will create yet another layer in the Layers pallet.
    After Googling around, I thought Oh.  Maybe this is because my Auto-Select is on?  I did in fact use it before.  So I click it off.  No difference.  I shut Photoshop on and off.  No difference.
    I'm wondering if anyone else has met this challenge?  And if you'd be able to help me I'd be really and truly grateful!

    First thing to try is reset Preferences.  I can't see what OS you are using so
    Hold down Shift Ctrl Alt immediately after starting Photoshop (Shift Cmd Opt on a Mac)
    If still no joy, are you using a mouse or tablet as your point device?  Is it problematic in other apps?
    Try working through this
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    If still stuck, we need to know Operating system?  Photoshop CC or CC 2014?  any hardware that might be an issue (i.e. Wacom tablet or Cintiq, wireless mouse, trackpad etc.  Any other information that would help

  • How to Create more then one Application in HCP-trial

    Hi all,
    I am new to this field,
    I want to create new application in HCP I have already create one and want to do more hands on this but i cant find where to create second application.
    and one more question.
    can we see the content which we created through Web-based Development Workbench... to our local eclipse based tool because its not visible to me
    Regards
    GB

    Hi vinod,
    Call one BDC after the another, Like if u want to create a sales order and then correspondingly display it as well, u can capture the sales order created afer ur first BDC theu the messages mostly in SYMSGV1 and using this u can do a call txn skip first screne of VA03.
    If u are talking about session, get 2 session names and move them to different sessions or if both txn are dependant on each other, move it one after the other thru call txn. It is the same, howmany ever trx u wabnt to post thru BDC.
    Award points if this helps.

  • Preserve session across web applications.

    I've deployed 2 different web applications, each part of their own .ear . Is
    there any way to make the two web applications use the SAME session object
    ? My problem is that when I store an object in the session within one
    application, the object isn't available in the session-context for the other
    application.
    I've also verified that they are actually using two different sessions by
    tracking the session-id at script-level. I'm using wl 6.1 if that helps
    //Linus Nikander - [email protected]

    Linus,
    We were faced with a similar situation but our team responsible for the
    Web applications decided to go with a single web-app in the end and we
    bear the cost of not very nice build.
    An alternative solution for you will be instead of setting the
    authentication in the session to set the user object in a cookie and
    then use it for all web applications.
    I believe that is the idea behind the Weblogic Identity Assertion
    security providers
    (http://e-docs.bea.com/wls/docs70/dvspisec/ia.html#1145598) but we've
    never had to deal with it yet.
    Regards,
    Dejan
    Linus Nikander wrote:
    Thank you for your answer, a few follow-up questions.
    As you point out I definitely don't want to implement something that is
    outside the spec. and vendor specific. But how then would you suggest
    solving the following situation:
    At the moment we are co-operating with other actors within a larger project.
    Our task is to design and code one of the modules, which consists of EJBs,
    JSPs and Servlets. From the beginning this was successfully deployed and
    packaged in a single EAR.
    Problems arose when we started to integrate our EAR with a WAR written by
    one of the other participants in the project. The problem was that they are
    responsible for authentication for the whole site, i.e. the login-module.
    The've implemented the login so that when a user successfully logs in, a
    "user"-object is stored in the session. The very fact that the user-object
    exists means that the user is validated. The method for verifying that a
    user is authenticated is thus to check the session for the occurence of this
    object before execution of any JSP or Servlet. For files within their WAR
    this works fine, but as soon as a call is made to a JSP or Servlet within
    our EAR the method of authentication breaks because a new session is
    generated, void of the user-object.
    We've solved the problem by co-deploying a single WAR. In my opinion this is
    a really ugly solution because there is no longer a clean separation of
    "their" and our files, and it makes deployment a real hassle.
    Skipping any points of view as to their chosen method of authentication (we
    don't like it either but its going to remain unchanged no matter what), do
    you see any other way for us to get things to work where we (hopefully) can
    keep our files separate from one another.
    //Linus Nikander - [email protected]
    "Deyan D. Bektchiev" <[email protected]> wrote in message
    news:[email protected]...
    It would be a violation of the Servlet spec to do so and although in 6.0
    you could share the session at least in 7.0 it isn't the case.
    I'm not familiar with 6.1 but even if you could do it there then your
    application is not going to be portable since you'll be relying on a
    specific vendor implementation.
    Regards,
    Dejan
    Linus Nikander wrote:
    I've deployed 2 different web applications, each part of their own .ear .
    Is
    there any way to make the two web applications use the SAME session
    object
    ? My problem is that when I store an object in the session within one
    application, the object isn't available in the session-context for the
    other
    application.
    I've also verified that they are actually using two different sessions by
    tracking the session-id at script-level. I'm using wl 6.1 if that helps
    //Linus Nikander - [email protected]

Maybe you are looking for

  • Is it possible to upgrade graphics card in my S410?

    I've bought a IdeaPad S410, equipeed with i5-4210U 1.70 GHz , Intel HD Graphics (Intergrated) and Radeon R5 M230. I would like to know if it's possible to upgrade my R5 M230 to a better Graphics card, perhaps R7 M260? Any reply is greatly appreciated

  • Error ORA-01652 while running select query

    A select query returning millions of records is returning the following error. SQL Error [ ORA-01652: unable to extend temp segment by 128 in tablespace TEMP We requested DBA to increased the TEMP tablespace. He increased it to 20GB and also, changed

  • Install iWork w/o external drive

    What are the ways or options to install iWorks on a MacBook Air w/o the external drive?

  • Connection woes - disconnects every 1-2 minutes

    Hello folks, I'm having some frustrating issues and am hoping someone may be able to help. I'll try explain it in some kind of logical order. Problem: Everyone in the house is effectively losing connection on average every one or two minutes for arou

  • "Sharing" of content (images) in iOS ?

    Hi all, Is there any way to implement a "sharing" button or something similar which on tapping shows a sharing menu in iphone/ipad, as it does in android devices , using native extensions for air mobile ? I am making an app using flex sdk 4.6 and was