FileDialog on Mac

Hi,
I am using FileDialog on Mac. Is there any way to add File Formats , for the user to choose what format he wants to save his file ?
Thanks,
Merav

For this you need to take a look at interface FileNameFilter. Check out this link for a code sample:
{color:#0000ff}http://www.javafaq.nu/java-example-code-945.html{color}
You might have something like this for accepting only .doc files ... I can't test this, I'm on a Windows machine :-(
{color:#0000ff}http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4031440{color}package meravfester80;
import java.awt.FileDialog;
import java.awt.Frame;
import java.io.File;
import java.io.FilenameFilter;
public class FileDialogTest {
    FileDialog fileDialog;
    public FileDialogTest () {
        fileDialog = new FileDialog ((Frame) null, "FileDialog Test");
        //fileDialog.setFile ("*.doc"); // for Windows
        fileDialog.setFilenameFilter (new FilenameFilter () {
            public boolean accept (File dir, String name) {
                if (dir.isDirectory () || name.endsWith (".doc")) {
                    return true;
                return false;
        fileDialog.setVisible (true);
    public static void main (String[] args) {
        new FileDialogTest ();
        System.exit (0);
}db

Similar Messages

  • Urgent - FileDialog behaviour in Mac OS

    Hi
    I have a Java Swing application which should allow the user to save data in a file using the FileDialog functionality. I find that on Windows, the application works properly i.e. it opens up a FileChooser window and one can enter the name of a file in which data is to be saved.
    However on MAC, I am unable to do so. Unless the file already exists, I am not able to save data from the application into a file.
    I would really appreciate a work around to this problem on a Mac.
    It is part of a project which I have to present today evening. I really appreciate some guidance about this.
    Thanks

    JFileChooser has a save and an open dialog.
    Maybe you did not explicitly use save.

  • FileDialog crash on Mac (Panther)

    Hi
         I'm developing an application which uses FileDialog. It is working fine on Windows, but on Mac OS it crashes sometime, as soon as I click on open button selecting a file.
         Following is the log generated.
    Date/Time: 2004-04-07 14:22:50 +0530
    OS Version: 10.3 (Build 7B85)
    Command: java (/Library/Java/Home//bin/java)
    PID: 385
    Thread: 0
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000020
    Thread 0 Crashed:
    #0 0x9083122c in objc_msgSend (objc_msgSend + 12)
    #1 0x92f5f034 in -[NSNavDataSource displayStateForNode:] (-[NSNavDataSource displayStateForNode:] + 112)
    #2 0x931a0c40 in -[NSNavOutlineDelegate outlineView:willDisplayCell:forTableColumn:item:] (-[NSNavOutlineDelegate outlineView:willDisplayCell:forTableColumn:item:] + 92)
    #3 0x92deda54 in -[NSTableView drawRow:clipRect:] (-[NSTableView drawRow:clipRect:] + 460)
    #4 0x92e69670 in -[NSOutlineView drawRow:clipRect:] (-[NSOutlineView drawRow:clipRect:] + 236)
    #5 0x9319c304 in -[NSNavOutlineView drawRow:clipRect:] (-[NSNavOutlineView drawRow:clipRect:] + 464)
    #6 0x92e1f32c in -[NSTableView drawRect:] (-[NSTableView drawRect:] + 888)
    #7 0x92dc78b0 in -[NSView _drawRect:clip:] (-[NSView _drawRect:clip:] + 1716)
    #8 0x92dd82ac in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] (-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 232)
    #9 0x92e0de98 in recursiveDisplayInRect2 (recursiveDisplayInRect2 + 84)
    #10 0x9019f3bc in CFArrayApplyFunction (CFArrayApplyFunction + 408)
    #11 0x92dd83b0 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] (-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 492)
    #12 0x92e0de98 in recursiveDisplayInRect2 (recursiveDisplayInRect2 + 84)
    #13 0x9019f3bc in CFArrayApplyFunction (CFArrayApplyFunction + 408)
    #14 0x92dd83b0 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] (-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 492)
    #15 0x92e0de98 in recursiveDisplayInRect2 (recursiveDisplayInRect2 + 84)
    #16 0x9019f3bc in CFArrayApplyFunction (CFArrayApplyFunction + 408)
    #17 0x92dd83b0 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] (-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 492)
    #18 0x92dc3c84 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 156)
    #19 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #20 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #21 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #22 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #23 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #24 0x92dc40a0 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1208)
    #25 0x92e109a8 in -[NSFrameView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSFrameView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 292)
    #26 0x92df7b9c in -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] (-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 192)
    #27 0x92dd4e80 in -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] (-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 384)
    #28 0x92dedd84 in -[NSView displayIfNeeded] (-[NSView displayIfNeeded] + 168)
    #29 0x92dfea4c in -[NSWindow displayIfNeeded] (-[NSWindow displayIfNeeded] + 180)
    #30 0x92ddf188 in handleWindowNeedsDisplay (handleWindowNeedsDisplay + 224)
    #31 0x90191ed0 in __CFRunLoopDoObservers (__CFRunLoopDoObservers + 404)
    #32 0x9019176c in __CFRunLoopRun (__CFRunLoopRun + 396)
    #33 0x901960bc in CFRunLoopRunSpecific (CFRunLoopRunSpecific + 328)
    #34 0x927d5ecc in RunCurrentEventLoopInMode (RunCurrentEventLoopInMode + 172)
    #35 0x927dc5b8 in ReceiveNextEventCommon (ReceiveNextEventCommon + 244)
    #36 0x927fe6d0 in BlockUntilNextEventMatchingListInMode (BlockUntilNextEventMatchingListInMode + 96)
    #37 0x92dd2a80 in DPSNextEvent (DPSNextEvent + 384)
    #38 0x92de93fc in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116)
    #39 0x92eb070c in -[NSApplication _realDoModalLoop:peek:] (-[NSApplication _realDoModalLoop:peek:] + 276)
    #40 0x92f5b3c4 in -[NSApplication runModalForWindow:] (-[NSApplication runModalForWindow:] + 176)
    #41 0x817e5d54 in -[CWindow runModalLoop] (-[CWindow runModalLoop] + 68)
    #42 0x90a1ad24 in __NSFireMainThreadPerform (__NSFireMainThreadPerform + 264)
    #43 0x901e4820 in __CFRunLoopPerformPerform (__CFRunLoopPerformPerform + 136)
    #44 0x90193ed8 in __CFRunLoopDoSources0 (__CFRunLoopDoSources0 + 508)
    #45 0x90191790 in __CFRunLoopRun (__CFRunLoopRun + 432)
    #46 0x901960bc in CFRunLoopRunSpecific (CFRunLoopRunSpecific + 328)
    #47 0x927d5ecc in RunCurrentEventLoopInMode (RunCurrentEventLoopInMode + 172)
    #48 0x927dc5b8 in ReceiveNextEventCommon (ReceiveNextEventCommon + 244)
    #49 0x927fe6d0 in BlockUntilNextEventMatchingListInMode (BlockUntilNextEventMatchingListInMode + 96)
    #50 0x92dd2a80 in DPSNextEvent (DPSNextEvent + 384)
    #51 0x92de93fc in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116)
    #52 0x92eb070c in -[NSApplication _realDoModalLoop:peek:] (-[NSApplication _realDoModalLoop:peek:] + 276)
    #53 0x92f5b3c4 in -[NSApplication runModalForWindow:] (-[NSApplication runModalForWindow:] + 176)
    #54 0x817e5d54 in -[CWindow runModalLoop] (-[CWindow runModalLoop] + 68)
    #55 0x90a1ad24 in __NSFireMainThreadPerform (__NSFireMainThreadPerform + 264)
    #56 0x901e4820 in __CFRunLoopPerformPerform (__CFRunLoopPerformPerform + 136)
    #57 0x90193ed8 in __CFRunLoopDoSources0 (__CFRunLoopDoSources0 + 508)
    #58 0x90191790 in __CFRunLoopRun (__CFRunLoopRun + 432)
    #59 0x901960bc in CFRunLoopRunSpecific (CFRunLoopRunSpecific + 328)
    #60 0x927d5ecc in RunCurrentEventLoopInMode (RunCurrentEventLoopInMode + 172)
    #61 0x927dc5b8 in ReceiveNextEventCommon (ReceiveNextEventCommon + 244)
    #62 0x927fe6d0 in BlockUntilNextEventMatchingListInMode (BlockUntilNextEventMatchingListInMode + 96)
    #63 0x92dd2a80 in DPSNextEvent (DPSNextEvent + 384)
    #64 0x92de93fc in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116)
    #65 0x92dfd730 in -[NSApplication run] (-[NSApplication run] + 540)
    #66 0x817db7c4 in -[StartupUtility run] (-[StartupUtility run] + 272)
    #67 0x90a1ad24 in __NSFireMainThreadPerform (__NSFireMainThreadPerform + 264)
    #68 0x901e4820 in __CFRunLoopPerformPerform (__CFRunLoopPerformPerform + 136)
    #69 0x90193ed8 in __CFRunLoopDoSources0 (__CFRunLoopDoSources0 + 508)
    #70 0x90191790 in __CFRunLoopRun (__CFRunLoopRun + 432)
    #71 0x901960bc in CFRunLoopRunSpecific (CFRunLoopRunSpecific + 328)
    #72 0x000061d8 in 0x61d8
    #73 0x00003c88 in 0x3c88
    #74 0x00003afc in 0x3afc
    Thread 1:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947da9a4 in __divdi3 (__divdi3 + 20708)
    #4 0x9489d75c in JVM_Halt (JVM_Halt + 9468)
    #5 0x9489dac8 in JVM_Halt (JVM_Halt + 10344)
    #6 0x000046a0 in 0x46a0
    #7 0x000060c4 in 0x60c4
    #8 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 2:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x9487f80c in JNI_CreateJavaVM_Impl (JNI_CreateJavaVM_Impl + 17580)
    #3 0x9487f7a0 in JNI_CreateJavaVM_Impl (JNI_CreateJavaVM_Impl + 17472)
    #4 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #5 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 3:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584)
    #3 0x947da944 in __divdi3 (__divdi3 + 20612)
    #4 0x947f0480 in JVM_GetMethodIxModifiers (JVM_GetMethodIxModifiers + 1264)
    #5 0x94897b8c in JVM_GetInterfaceVersion (JVM_GetInterfaceVersion + 97052)
    #6 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #7 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 4:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x03d9e5a0 in 0x3d9e5a0
    #7 0x03d97fb0 in 0x3d97fb0
    #8 0x03d97fb0 in 0x3d97fb0
    #9 0x03d9516c in 0x3d9516c
    #10 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #11 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #12 0x94818868 in JVM_Close (JVM_Close + 1208)
    #13 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #14 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #15 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #16 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #17 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 5:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x04021f24 in 0x4021f24
    #7 0x03fdcd10 in 0x3fdcd10
    #8 0x03fdca68 in 0x3fdca68
    #9 0x03d97ec0 in 0x3d97ec0
    #10 0x03d9516c in 0x3d9516c
    #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #13 0x94818868 in JVM_Close (JVM_Close + 1208)
    #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #18 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 6:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584)
    #3 0x947b7130 in JVM_GetCPMethodSignatureUTF (JVM_GetCPMethodSignatureUTF + 6160)
    #4 0x947b72d0 in JVM_GetCPMethodSignatureUTF (JVM_GetCPMethodSignatureUTF + 6576)
    #5 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #6 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 7:
    #0 0x90014628 in semaphore_wait_trap (semaphore_wait_trap + 8)
    #1 0x948d2e80 in JVM_UnloadLibrary (JVM_UnloadLibrary + 72480)
    #2 0x948d2044 in JVM_UnloadLibrary (JVM_UnloadLibrary + 68836)
    #3 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #4 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #5 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 8:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947da9a4 in __divdi3 (__divdi3 + 20708)
    #4 0x94811ce0 in JVM_GetFieldIxModifiers (JVM_GetFieldIxModifiers + 2912)
    #5 0x947fda2c in JVM_SocketAvailable (JVM_SocketAvailable + 4876)
    #6 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #7 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #8 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 9:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x03d9e5a0 in 0x3d9e5a0
    #7 0x03d97fb0 in 0x3d97fb0
    #8 0x03d97fb0 in 0x3d97fb0
    #9 0x03d98310 in 0x3d98310
    #10 0x03d9516c in 0x3d9516c
    #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #13 0x94818868 in JVM_Close (JVM_Close + 1208)
    #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #18 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 10:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x04021f24 in 0x4021f24
    #7 0x03fdcd10 in 0x3fdcd10
    #8 0x03fdca68 in 0x3fdca68
    #9 0x03d97ec0 in 0x3d97ec0
    #10 0x03d98310 in 0x3d98310
    #11 0x03d9516c in 0x3d9516c
    #12 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #13 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #14 0x94818868 in JVM_Close (JVM_Close + 1208)
    #15 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #16 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #17 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #18 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #19 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 11:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x04021f24 in 0x4021f24
    #7 0x03f21a20 in 0x3f21a20
    #8 0x03fdddf4 in 0x3fdddf4
    #9 0x03fe26c0 in 0x3fe26c0
    #10 0x03d97fb0 in 0x3d97fb0
    #11 0x03d97fb0 in 0x3d97fb0
    #12 0x03d97fb0 in 0x3d97fb0
    #13 0x03d97ec0 in 0x3d97ec0
    #14 0x03d97fb0 in 0x3d97fb0
    #15 0x03d98310 in 0x3d98310
    #16 0x03d97fb0 in 0x3d97fb0
    #17 0x03d98310 in 0x3d98310
    #18 0x03d97fb0 in 0x3d97fb0
    #19 0x03d98310 in 0x3d98310
    #20 0x03d98310 in 0x3d98310
    #21 0x04056d34 in 0x4056d34
    #22 0x03d97fb0 in 0x3d97fb0
    #23 0x040014b8 in 0x40014b8
    #24 0x03f6f1c4 in 0x3f6f1c4
    #25 0x03fbb0fc in 0x3fbb0fc
    #26 0x03d97fb0 in 0x3d97fb0
    #27 0x03d97e30 in 0x3d97e30
    #28 0x03f6f158 in 0x3f6f158
    #29 0x03d97fb0 in 0x3d97fb0
    #30 0x03fdfe20 in 0x3fdfe20
    #31 0x03fde008 in 0x3fde008
    #32 0x03d97e30 in 0x3d97e30
    #33 0x03d97fb0 in 0x3d97fb0
    #34 0x03d97fb0 in 0x3d97fb0
    #35 0x03d97fb0 in 0x3d97fb0
    #36 0x03d97fb0 in 0x3d97fb0
    #37 0x03d97fb0 in 0x3d97fb0
    #38 0x03d97fb0 in 0x3d97fb0
    #39 0x03d98310 in 0x3d98310
    #40 0x03d97fb0 in 0x3d97fb0
    #41 0x03d98310 in 0x3d98310
    #42 0x03d97fb0 in 0x3d97fb0
    #43 0x03d98310 in 0x3d98310
    #44 0x03d98310 in 0x3d98310
    #45 0x03d98310 in 0x3d98310
    #46 0x03d98310 in 0x3d98310
    #47 0x03d97fb0 in 0x3d97fb0
    #48 0x03d97fb0 in 0x3d97fb0
    #49 0x03d97fb0 in 0x3d97fb0
    #50 0x03d97fb0 in 0x3d97fb0
    #51 0x03fbb0fc in 0x3fbb0fc
    #52 0x03d97fb0 in 0x3d97fb0
    #53 0x03d97e30 in 0x3d97e30
    #54 0x03d97e30 in 0x3d97e30
    #55 0x03d97fb0 in 0x3d97fb0
    #56 0x03d97fb0 in 0x3d97fb0
    #57 0x03d97fb0 in 0x3d97fb0
    #58 0x03d97fb0 in 0x3d97fb0
    #59 0x03d97e30 in 0x3d97e30
    #60 0x03d97fb0 in 0x3d97fb0
    #61 0x03d97fb0 in 0x3d97fb0
    #62 0x03d97fb0 in 0x3d97fb0
    #63 0x03d9516c in 0x3d9516c
    #64 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #65 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #66 0x94818868 in JVM_Close (JVM_Close + 1208)
    #67 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #68 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #69 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #70 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #71 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 12:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x03d9e5a0 in 0x3d9e5a0
    #7 0x03d97fb0 in 0x3d97fb0
    #8 0x03d98310 in 0x3d98310
    #9 0x03d9516c in 0x3d9516c
    #10 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #11 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #12 0x94818868 in JVM_Close (JVM_Close + 1208)
    #13 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #14 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #15 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #16 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #17 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 13:
    #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8)
    #1 0x90007118 in mach_msg (mach_msg + 56)
    #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456)
    #3 0x947a2034 in mhdylib_header (_mh_dylib_header + 8244)
    #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820)
    #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264)
    #6 0x03d9e5a0 in 0x3d9e5a0
    #7 0x03d97fb0 in 0x3d97fb0
    #8 0x03d97fb0 in 0x3d97fb0
    #9 0x03d97fb0 in 0x3d97fb0
    #10 0x03d9516c in 0x3d9516c
    #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856)
    #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456)
    #13 0x94818868 in JVM_Close (JVM_Close + 1208)
    #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736)
    #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044)
    #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092)
    #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348)
    #18 0x900247e8 in pthreadbody (_pthread_body + 40)
    Thread 14:
    #0 0x90017048 in semaphore_wait_signal_trap (semaphore_wait_signal_trap + 8)
    #1 0x9000e890 in pthreadcond_wait (_pthread_cond_wait + 624)
    #2 0x90a4c03c in -[NSConditionLock lockWhenCondition:] (-[NSConditionLock lockWhenCondition:] + 68)
    #3 0x92dca928 in -[NSUIHeartBeat _heartBeatThread:] (-[NSUIHeartBeat _heartBeatThread:] + 400)
    #4 0x90a3a198 in forkThreadForFunction (forkThreadForFunction + 108)
    #5 0x900247e8 in pthreadbody (_pthread_body + 40)
    PPC Thread State:
    srr0: 0x9083122c srr1: 0x0200f030 vrsave: 0x00000000
    cr: 0x44022444 xer: 0x20000004 lr: 0x92f5f034 ctr: 0x90831220
    r0: 0x92f5f034 r1: 0xbfff8980 r2: 0x10d68200 r3: 0x10d71930
    r4: 0x9088cf18 r5: 0x93209c58 r6: 0x10d324c0 r7: 0x10d41f30
    r8: 0x10d7f760 r9: 0x00000000 r10: 0x00000000 r11: 0xa2dc1f84
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000000 r17: 0x00000001 r18: 0x10d607b0 r19: 0xa2df3be8
    r20: 0xffffffff r21: 0x10d49460 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0x10d7f760 r26: 0xa2ddf3a8 r27: 0x10d75dc0
    r28: 0x10d68300 r29: 0x10d68200 r30: 0x10d324c0 r31: 0x92f5efd4
    Please let me know the issue here.
    Thanks in advance,
    Vikas

    I have the same problem (identical crash report). I
    don't have a solution, but I'm sure it is not directly
    related to the FileDialog. It happens in my
    application, too, and also with actions that do not
    involve a file dialog. I've posted to the java-mac-dev
    list and let you know whether someone there has a
    clue.
    - Thomas
    This is a hunch;
    add a WindowListener to the Dialog and in WindowClosed() do a timed wait().
    for say 200 MS.
    (T)

  • JFileChooser is different on Mac than other platforms?

    Hi all,
    I have an app that I developed on windows and tested thoroughly on Linux (don't recall the specific flavor). I've now gained access to a Mac, and find that I can't save my data. I use a JFileChooser, and on the Mac there's no way to enter a file name. I found some Mac specific instructions on programming Java, which councils to use java.awt.FileDialog instead of javax.swing.JFileChooser.
    Is there a way to make JFileChooser behave itself on a Mac (that is allow the user to enter a file name)?
    If not, I cannot support Mac until the next major release in July 2012. I'd rather do a minor release ASAP to support Mac.'
    Thanks,
    James Alan Farrell
    www.drawright1.com

    J_Alan wrote:
    I use a JFileChooser, and on the Mac there's no way to enter a file name.I find that very hard to believe, and nobody else in the wide world of Google seems to have this problem. Can you post the code that would display this particular behaviour?

  • FileDialog in java

    Hello,
    Previously i am using JfileChooser,but it is not compatible with Mac.
    Now I m using Filedialog box in the place of JFileChooser.
    Please suggest me how i can set true for multiple file selection.
    Thanks in advance.

    hi,
    setSelectMultiple(boolean multiple)Set whether the user can select either one or multiple files.
    more methods (java API)
    http://www.nsydenham.net/java/NRSUtils/doc/nrs/util/file/FileDialog.html

  • Apple Mini-DVI to Video Adapter and Mac mini (2009)

    Can anyone tell me whether the Apple Mini-DVI to Video Adapter listed here:
    http://store.apple.com/ca/product/M9319G/A
    works with the latest Mac mini (early 2009)?
    If it does not what other solutions are there to connect to composite, component or s-video?

    KC from Ann Arbor, MI had this to say as a review on the page to which you have linked;
    10-May-2009
    I bought a Mac Mini (May 2009) and this Mini-DVI to Video adapter with plans to use it to send an S-video signal to an analog TV. Though the sales staff at the Apple store said it should work, it does not. The graphics card apparently should support it, and it may be addressed with a future driver update, but as of now this does not work. I have used a mini-DVI to VGA adapter and monitor to verify that the port is working, and also verified that the S-video cable and TV input work. There are third party VGA to S-video/RCA adapters available so I plan to use one of those for my purposes. This is probably a 5-star product when used with the right Mac; however, Apple should have made it clear that having a mini-DVI port on your Mac is necessary but not sufficient for this to work - hence the 3 stars.

  • Multiple Family Members using a MAC

    Hello,
    Can someone give me an overview of how family members all use 1 MAC and ICloud so that each person gets their own "stuff"?  For example, I would like to get my calendar, my songs, my contacts, my apps synced with my devices--iphone and ipad.  And my wife would like her own stuff synced.  Seems pretty fundamental but I could not find any info from Apple.  Is there a way to do this if each person has a separate Apple ID?  What are other people doing?
    Thanks,
    Matt

    If each person has a separate Apple ID, as you stated, it should be no problem. However, i'm not sure exactly how you have your computer set up, if you have separate User accounts set up, or if you just use one User account.
    You should create a separate User account for each family member. Decide if you want those User accounts to be Administrator accounts, or if they are Standard accounts, and set your Parental Controls as desired. You can also find the Parental Controls settings in the System Preferences as well.
    So once each User account is established, you can copy over only the information for them (i.e. contacts, iCal events, iTunes music, etc).
    Set up to sync their iOS devices with iTunes with their information on their User accounts, with their own separate Apple IDs, and everything should work smoothly.

  • Install Windows 8.1 Pro on Mac Mini Late 2014

    I'm trying to install Bootcamp on my Mac Mini.  Windows reports that it cannot install or create a partition on the drive after formatting the BOOTCAMP partition as NTFS.
    This is my setup:
    1. Mac Mini Late 2014 with 2TB Fusion Drive.
    2. Windows 8.1 Pro x64 full version ISO downloaded from Microsoft Store.
    3. Sandisk Extreme Flash Drive (I have tried both 16GB and 64GB).
    4. Bootcamp partition = 500GB.
    5. Other USB devices plugged in: Corded USB Mouse and Apple Extended Keyboard (both of which are required to enter the serial number and navigate the installer window).
    6. No additional storage devices of any kind are connected aside from the internal Fusion drive and the installer drive.
    7. Booting from the EFI portion of the Bootcamp created Windows installer.
    I have read that I should try using a USB 2 flash drive rather than a USB 3 flash drive, so I will try that next.  I fail to understand how this could make any difference.
    If you have any other tips, please let me know.
    I have installed or helped other people install bootcamp many times over the course of the past 2 years.  Every single time it has caused endless headaches and literally weeks of wasted time.
    I have read endless posts on what is causing these problems.  I will consider summarising these for anyone else having the same problems.  Everyone has their theory so far about this Bootcamp nightmare, but so far there doesn't appear to be any one magic solution.
    Apple's inability to address the issue suggests that the problem may be with the Windows installer.  Perhaps Microsoft is deliberately causing this?
    I suspect the two most likely causes of these issues are the downloaded ISO or the Thumb Drive.
    If you have any better idea, please let me know.
    On another topic, how to I rename the NTFS partition back to BOOTCAMP?  All options to rename this partition are greyed out in Disk Utility...
    Cheers,
    Paul

    Paul@Sydney wrote:
    7. Booting from the EFI portion of the Bootcamp created Windows installer.
    The FAT32/NTFS partition is usually not adequate for an EFI install. You can delete the BCA-created partition and create a Disk Utility partition which is formatted as Free Space. This will be split into an MSR and MSD. Fusion drives create problems, especially if the BC partition lies outside the traditional MBR 2TB boundary.
    Before you delete the BCA-created partition, please post the output of
    diskutil list
    diskutil cs list
    sudo gpt -vv -r show /dev/disk0
    sudo gpt -vv -r show /dev/disk1
    I have read that I should try using a USB 2 flash drive rather than a USB 3 flash drive, so I will try that next.  I fail to understand how this could make any difference.
    Windows installers up to W8.1 do not have USB3 drivers. These are installed after Windows is installed and BC drivers are in place.
    Apple's inability to address the issue suggests that the problem may be with the Windows installer.  Perhaps Microsoft is deliberately causing this?
    The requirements are pretty strict when installing Windows. Any deviations cause headaches and grief.
    I suspect the two most likely causes of these issues are the downloaded ISO or the Thumb Drive.
    The USB is usually the issue.
    On another topic, how to I rename the NTFS partition back to BOOTCAMP?  All options to rename this partition are greyed out in Disk Utility...
    After Windows is fully installed and BC drivers are in place, log into Windows, right click on it and rename it on the Windows side. It cannot be renamed on the OSX side with diskutil renameVolume. Here is an example sequence. You cannot rename volume during the installation process.

  • Format and partition external drive if you want dual use Mac / PC

    I had purchased from the Apple store in France a portable hard drive Iomega eGO USB 2.0/FireWire ov 250 Go capacity (P/N 31713900; Model: RPHD-C; S/N: FEAJ02011V)
    Originally formatted HFS+, it would mount on any of my Mac desktops with Firewire, easily on the iMac using USB and with great difficulty on the iBook with the two USB plugs (together). It did not mount on any windows PC I had used for tests (so reformatting it FAT(32) or NTFS was *not an option).
    I had reformatted it FAT32 using the iMac under mac OS 10.5 for use on multiple computers including Windows PC's. The drive would now accept to:
    Mount on the iMac and iBook using Firewire
    Mount on the iMac using USB, but it will NOT:
    1 - Mount on the iBook using USB, nor
    2 - Mount on any Windows PC using USB
    The solution was found at the office with our IT helpdesk.
    Whether I format it FAT 32 or NTFS (using the Paragon NTFS for mac OS X 10.5) on my iMac under OS 10.5, including when I do the same on another external drive than the Iomega, the PC would not recognise it while it would always mount on a Mac and it was even impossible on the PC to reformat it. The solution is (at least in windows world), you need to (1) format the drive, AND (2) partition the drive, even if this involves creating a single partition. Using Disk Utility of the Mac, I had only formatted the drive and not partitioned it into a single partition and Disk utility did not request that from me. The drive as prepared was perfectly usable on any Mac anyway.
    The cure was to go back to the imac which had formatted it, mount it (it mounts), (1) reformat and (2) partition, using a single partition.
    Then, the drive would instantly be recognised on the PC as a F drive, whether under FAT 32 or under NTFS.
    The blame is in me and on the Apple Drive utility which did not help me (trust it would have been worse in windows world, but this is a bad mark on disk utility)
    My suggestion to Apple would be that Disk Utilisty should tell us, once we have formatted a drive (HFS+, FAT 32 or NTFS using Parangon) that we are not done yet and still must create the partition(s), even if we only need one partition.
    HTH

    Hi Michel-Ange
    You are talking to other user like yourself here and not Apple. If you wish to make a suggestion to Apple, I suggest you do it at this site - http://www.apple.com/feedback/macosx.html
    Allan

  • Calling all Apple and Mac owners! HP Expert Day - Aug 15th, '12

    Thank you for coming to Expert Day – the event has now concluded.
    **To find out about future HP Expert Day events, check out this page**
    On behalf of the Experts, I would like to thank you for coming to the Forum to connect with us.  We hope you will return to the boards to share your experiences, both good and bad.
    We will be holding more of these Expert Days on different topics in the months to come.  We hope to see you then!
    If you still have questions to ask, feel free to post them on the Forum – we always have Experts on the HP Support Forum to help you out.
    On August 15, 2012, the Consumer Support Forum will host an Expert Day dedicated to answering your questions about Mac OS X, iOS and AirPrint™ for HP products and peripherals. With the introduction of Apple’s new OS X Mountain Lion, we’re ready to help with set-up, installation and general HP compatibility questions all day long.
    Join Mac experts on the forum between 7:00am and 5:00pm PDT to learn all about Mac compatibility with HP printing and peripheral solutions.  No question is off-limits and the event is free for both in-and out-of warranty products.
    How to Participate
    To participate in Mac Expert Day, simply log into the Consumer Support forum and head to the Mac Printing & Scanning Board to post a question. Select the “Email me when someone replies” option to receive a notification when and Expert addresses your question. 
    If you are not already a forum member, simple click “Register Now” on the forum home page (www.hp.com/supportforum) and follow the quick registration process.
    Remember to say "Thanks" by clicking the Kudos Star in the post that helped you.  You can also mark the post that solves your problem as "Accepted Solution."
    OS X Mountain Lion Drivers & Software
    HP provides print drivers for more than 1,500 HP peripherals worldwide using Apple Software Update.  With the release of OS X Mountain Lion, we have a few troubleshooting tips prior to Expert Day, including:
    For HP customers upgrading to Mountain Lion from Lion or Snow Leopard; HP print drivers and software will continue to work following the upgrade.
    Additionally, HP has the largest offering of AirPrint™-compatible printers for Mountain Lion allowing easier, more efficient printing without the need to download additional software.
    For customers purchasing a new Mac running Mountain Lion, HP’s latest print software for most printers, AiOs, and MFPs can be installed using Software Update in Mountain Lion.
    HP software updates for the following new models are immediately available through www.hp.com/support:
    HP Deskjet 2510 All-in-One Printer
    HP Deskjet 3520 e-All-in-One Printer
    HP Officejet 4620 e-All-in-One Printer
    HP Officejet 6100 ePrinter
    HP Photosmart 5520 e-All-in-One Printer
    Updates for the following new models will be available in the coming weeks:
    HP LaserJet Pro400 M400 series
    HP LaserJet Pro 400 MFP M425 series
    HP LaserJet Enterprise 500 MFP M525 series
    HP LaserJet Enterprise 500 color MFP M575 series
    The following models are supported using AirPrint™ within Mountain Lion.
    HP LaserJet Pro P1102 Printer series
    HP LaserJet Pro P1606 Printer series
    HP LaserJet Pro M1217nfw MFP series
    For more information regarding HP peripherals for Apple products visit www.hp.com/go/mac.
    I work for HP, supporting the HP Experts who volunteer their time and technical knowledge to help others.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

    Hi bkspero,
    Thank you for the feedback.  To address your concerns, your posts made during the Expert event can be found here:
    Add ATSC channels to existing QAM lineup in Windows 7 Media Center
    Delete Vista recovery partition after Win 7 upgrade
    They were moved to the appropriate post-event forum and left open for responses.  If you still need assistance with these issues, you may want to reply to your posts and let everyone know you're still looking for answers.  This reply will serve to "bump" your threads back to the top of the first page of the forums as well.
    Clicking the "Kudos star" to the left is a great way to say thanks!
    When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!
    Rules of Participation

  • Error:  "Could not complete your request because of a program error" (photoshop CS2 9.0.2 on MAC OSX

    Today I started my program (photoshop CS2 9.0.2) and opened a JPG file. When I went to print the file the program crashed and closed. When I restarted the program and went to open the file I got this error message, "Could not complete your request because of a program error".
    I have tried several different file types/sizes and all result in the same error message since the program crashed. It will not open any file I try to open. As I indicated above I am using Photoshop CS2 9.0.2 it is on a MAC with OSX 10.4.11.
    I called Adobe and the Rep directed me to Tech Note 331307 and told me to Re-create the Photoshop preferences files. Which I did and restarted the program, but when I tried to open a file (any file) I still get the same error message so it doesn't appear to be the preferences.
    Does anyone have any info as to what the problem may be and how to correct it.
    Thanks

    Thanks for the response. OK... This is the first day I have been able to get back to the problem.
    My system I am running Photoshop on is a Power Mac G4, AGP Graphics ATY Rage 128Pro chip set 16MB VRAM LCD 1280x1024 32-bit color, 500MHz, 1.75GB of memory, 1 MB L2 Cache, 100 MHz Bus Speed. I had installed the latest security update and repaired the permissions the day the problem started.
    Now to day I started the system and went in and created a Guest Account. I logged into the guest account and started Photoshop. Low and behold it worked just fine. So I logged out of guest and logged into my main user account And started Photoshop. Wouldn't you know it.... It works just fine. I can open any file I want with now problems.
    I got to thinking after I had done all of this that I wished I had tried to open a file in Photoshop today prior to creating the guest account to see if it still had the problem in my main user account.
    I did not change anything else on the system and all seems to work fine now. So at his point I am really not sure what the problem was.
    Again thanks for taking the time to respond to this issue.

  • Adobe Photoshop CS2 Error messages after update to mac os 10.4.6

    After updated to mac os 10.4.6 everytime I use Photoshop CS2 I receive an error message "Could not complete your request because of a program error"
    I did all the workarounds that were described in document 331627 from Adobe's website and nothing worked.
    I also subscribe to maxosx.com support and someone suggested removing the legal.localized/Tien...file from the photoshop cs2/legal directory, but everytime I tried to select the directory "legal" from within the finder view, it disappeared and closed the finder window.
    HELP!

    Did you upgrade from a previous version of OS X like 10.3.x or 10.2.x or from a prior version of 10.4.x? If the former, there are probably some files in your previous system folder that need to be restored.
    Otherwise, double click Photoshop when it's closed, and then IMMEDIATELY hold Command + Option + Shift. You'll get a box for resetting the settings. Select Yes and maybe that will help.
    --Ryan

  • How do I install Windows 8 on Mountain Lion (mac mini) 2010 Server using bootcamp with out Optical Drive?

    I have a 2010 Mac Mini server running 10.8.4 (12E55).  I just bought a brand new copy of Windows 8 from micrsoft.  I have tried using boot camp and it will not recognize a burned DVD in my remote optical drive on my laptop running windows 7 or my macbook running Lion 10.7.5.   I have had Microsoft on both of my computers remoted in for about 8 hours and they tried just about everything that I've tried.
    Microsofts tech support has made me a bootable DVD and a bootable Flash Drive through remote desktop (awsome good job microsoft tech support).  I have even tried formatting my mac mini's second 500GB hard drive to FAT32 using this whole disc as my windows partition.  I know that when I go to install windows 8 it is going to reformat the drive to NTFS but all the articles that I've found, say this is what you have to do to get the drive formatted properly to get the ball rolling and get windows will fix it when it goes to install by reformatting to NTFS. 
    Ok so right now I have my second 500GB hdd on my mac mini formatted to FAT32 and I have tried to reboot holding my option key like I do on my mac book.  If I want to boot to a different hdd on my macbook all I do is hold the OPTION key during start up and you get prompted to choose one of the bootable disc that is on your computer.  Well if I put my USB drive which is bootable on my macbook into my macbook and do this right now its not showing up. 
    Now I just put the DVD that they made me in my macbook and it shows up as bootable disc.  But the USB doesn't.  (1 hour later)  I just got microsft to remake the USB drive and am going to try that again so ta ta for now and I'll come back on to post to tell you if it works.

    mikkel-kj wrote:
    These apps paralells and fusion and virtualbox, are they in Mac App Store? And when I have the app installed what then, now it ain't only bootcamp what shall I do now to install windows 8?
    Mikkel
    Parallels, Fusion, and VirtualBox are available from their respective sites. Read their installation instructions which explain how to install Windows.

  • Cannot send email from non .mac server

    I am only able to send/reply emails using my .mac address. My 2 other server addresses keep giving me the following message.
    "Cannot send mail. One of the recipient addresses was invalid".
    How can I fix this?

    You should be able to send email from Safari, however I do wonder why you wish to do this and whether there is something inherently wrong with using your mail app and your iCloud address.

  • Cannot send email from Mail through .mac account

    I have recently opened a .mac account and started using the email service. It works fine online however I am having difficulty sending messages through the Mail application in Tiger.
    Whenever I attempt to send a message, a dialog box appears saying "Cannot send message using the server smtp.mac.com".
    I have tried looking at the setting in preferences. I have deleted and .mac a/c setting in Mail and re-set them up, all the problem persists.
    Please help!

    Hello David.
    Who is your ISP used for connecting to the internet and are you accessing an email account snd SMTP server in Mail provided by your ISP?
    If so, can you send messages with the email account and SMTP server provided by your ISP?
    Most, if not all ISPs now block the use of SMTP servers that are outside of their network (or not provided by the ISP used for connecting to the internet) on Port 25 which is the standard port used for SMTP servers. Some ISPs allow the use of an authenticated SMTP server only (such as the .Mac SMTP server) that is outside of their network on Port 25 but some block its use regardless.
    These restrictions are part of an overall effort to prevent spam emanating from the ISP's domain.
    Something to try.
    Go to Mail > Preferences > Accounts and under the Account Information tab for your .Mac account preferences at the SMTP server selection, select the Server Settings below for the .Mac SMTP server.
    Enter 587 in place of 25 in the Server Port field and when finished, select OK to save the changed setting.
    Test if this resolves the problem.
    If not and you are accessing an email account and SMTP server in Mail that is provided by your ISP used for connecting to the internet, select/use your ISP's SMTP server to send mail with your .Mac account which is invisible to all recipients.

Maybe you are looking for

  • 17" Studio Monitor Display with single, vertical color line

    My 17" Studio Monitor just recently developed a single, vertical color line in the display. No matter what I am viewing the color line is there. Re-boot doesn't remove it. Neither does un-plugging the computer. Anyone know the cause and/or remedy? Th

  • AW 6 Pattern Palette not available

    I was creating a drawing in AW 6, using the Pattern Palette to fill in objects, and saving the file.  Now when I try to edit the drawing the Pattern Palette is greyed-out and unavailable.  Why would that be, especially when the Color Palette is avail

  • How to set column names when not using object of row data in  constructer

    hello i am using JTable constructer as public JTable(int numRows, int numColumns) can i set column names for the columns .How?

  • Gobal Trade management , pricing, trading contract, WTEW,

    Hello Expert,  I m SD consultant, we are implementing GTM for one of our international client but facing but issues. 1) I have done trading contarct confirguration , but pricing is not coming in trading contract , I have assigned pricing GTS001 in OV

  • Sqlplus prompt and ctrl c command

    Hi, I am running into one situation in which i tried to login to one of our database(testdb) running on 10.2.0.5 from remote host using sqlplus(11R2 version) command and tried Ctrl+C right after login. It disconnected my session with following messag