Little functionality for Mac OS X

Hello guys,
I wish Finder has a gesture like Chrome or Safari has. I mean, when you surfing on the internet you swipe two of your fingers left or right to reach to the last page or next page on the browser. I hope one day Finder has it too. Everytime I use Finder I'm thinking why Apple did not put this gesture for Finder. What do you think about it ?
Thanks.

Tell Apple at the link below.
http://www.apple.com/feedback/macosx.html

Similar Messages

  • CopyFile function for Mac OS 9

    Hello everybody,
    i ve got a really ugly problem today! Wrote my program, is working, erverything fine... BUT leakage in the Java Core Api (java.io.file)
    My lil' app is a copy programm. you can select a whole Dir wich consists of everything, links too. You can choose target.
    My App copies the whole structure below. my program follows (resolves)the links. Thats the point of the program
    so i had to write my own CopyFile() routine...
    like this:
    public void CopyFile() {
    File src = new File("/foo/bar");
    File dst = new File("/foolish/beerbar");
    FileInputStream sSrc = new FileInputStream(src);
    FileOutputStream sDst = new FileInputStream(dst);
    byte[] buffSize = new byte[1024];
    int buffer
    System.out.prinln("size: "+src.length());
    while(true) {
    buffer = sSrc.read(buffSize);
    if(buffer == -1) break;
    sDst.write(buffSize,0,buffer);
    //closing files, and exception handling unimportant
    Ok
    The size of the sourcefile printed by file.length()
    is not correct. is is too less (approx. a couple of kb's, differs)
    the new file created is excact of that size, everytime.
    if only read that much out the Stream
    I assume this is the problem with the resource file,
    ONLY the data part of a file i being handled...
    I need the WHOLE file,
    copied 1:1 absolutly exact with every attribute:
    creation date,lastmodified, owner, creater, everything!!!
    Does anyone know a good, API, class, Library,
    MEthod, whatever for my problem...
    I woukd greatly appreciate your help
    Thanks Folks!!!!
    HECK

    I dont answer to trumpetinc's question... try it, boy... you ll see!!! (btw.every1 knows:MRJ suckkkkks, sorry)
    To the other folks, Im done, peoples I gots the solution
    here it Is:
    public void xCopy(File pSrc,File pDst,String pExclude,int pExLevel,int pResolveDirLevel)
    File fSrc = new File(pSrc.getAbsolutePath());
    File fDst = new File(pDst.getAbsolutePath());
    File fDstNew;
    File fSrcNew;
    String[] list;
    if(fSrc.canRead()){
    // Wenn File, wird dieses Kopiert sonst nichts, RETURN
    if(fSrc.isFile()) {
    // Ziel ebenfalls mit Dateinamen versehen, f�r MacFileCopy function
    if(fDst.isDirectory()) {
    CopyMacFile(fSrc,new File(fDst.getAbsolutePath()+"/"+fSrc.getName()));
    } else {
    CopyMacFile(fSrc,fDst);
    } else {
    // WENN Directory, wird eine liste mit den darin enthaltenen elementen
    // angelegt. Diese Liste wird dann mit der OS ensprechenden FileCopy
    // Funktion abgearbeitet.
    // Wenn die liste leer ist -> RETURN
    iDirLevel++;
    // Exclude functionality
    if((iDirLevel==pExLevel)&&(fSrc.getName().equalsIgnoreCase(pExclude))){
    iDirLevel--;
    } else {
    // <iResolveDirLevel> Verzeichnisebenen werden am Zielort aufgel�st
    // Wenn File als Ziel, wird FileName weggeschnitten
    // anzulegender DirName wird angeh�ngt
    if(iDirLevel > pResolveDirLevel) {
    if(fDst.isFile()) {
    fDstNew = new File(fDst.getParent()+"/"+fSrc.getName());
    } else {
    fDstNew = new File(fDst.getAbsolutePath()+"/"+fSrc.getName());
    } else {
    if(fDst.isFile()) {
    fDstNew = new File(fDst.getParent());
    } else {
    fDstNew = new File(fDst.getAbsolutePath());
    fDstNew.mkdir();
    list = fSrc.list();
    for(int i=0; i < list.length; i++) {
    fSrcNew = new File(fSrc.getAbsolutePath()+"/"+list);
    fDst=fDstNew;
    xCopy(fSrcNew,fDst,pExclude,pExLevel,pResolveDirLevel);
    iDirLevel--;
    } else {
    System.out.println("Cant read Src: "+fSrc.getAbsolutePath());
    // This is the FileCopy function for Mac <= OS 9
    // uses the glguerin MacBinary lib...
    // Links are being resolved
    public void CopyMacFile(File pSrc, File pDst) {
    Pathname pnSrc = new Pathname(pSrc);
    Pathname pnDst = new Pathname(pDst);
    FileHelper fh = new FileHelper();
    JD2Forker forker = new JD2Forker();
    byte buffer[] = new byte[1024];
    try {
    forker.usePathname(pnSrc);
    fh.useForker(forker);
    fh.setPath(pnSrc);
    fh.duplicate(pnDst,false,true,buffer);
    //Dont duplicate the ResFork, cause creation Date changes
    //fh.duplicateFork(forker,pnDst,false,buffer);
    } catch(IOException e) {
    System.out.println("MacFileCopy:"+e.toString());
    Sorry for the bad formatting...
    BUT IT SUCKS !!!!!!!!
    IT is Sloooooow, as hell!!
    rate = 2.3MB / sec
    from one place to another on a FireWire HD
    Has some an Idea how to speeeeeeed it up, a lil bit :-)
    i would be pleased
    thanks
    HECK
    can someone

  • Trackpad zoom in function for mac not working

    I downloaded the beautiful Firefox last week. Everything works superb BUT the Zoom in function for the trackpad, which is a very important function for a guy that reads everything straight from the computer. I opened the Safari just to check but it works well there...
    I restarted my mac (MacBook Pro, 2 years old) but still not working. Help please!!

    Your zoom controls.
    <Control> '''+''' (plus) enlarge
    <Control> '''-''' (minus) reduce
    <Control> '''0''' (zero) restore
    You can rename (or delete) the '''content-prefs.sqlite''' file in the Firefox
    profile folder to reset the page zoom for all websites.
    Type '''about:support''' in the address bar and press enter.
    Under the page logo on the left side you will see '''Application Basics.'''
    Under this find '''Profile Folder.''' To it’s right press the button
    '''Show Folder.''' This will open your file browser to the current
    Firefox profile. Now '''Close Firefox.'''
    Locate the file. Then rename or delete it. Restart Firefox.

  • I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I've gotten a little further on this. The dynamic select is
    working fine. It's the "a href" code that isn't. I'm wondering if
    someone can look at this line and tell me if it's okay to build the
    query string this way. The storeid comes through fine but I'm still
    not getting the employeeid value to pass. Here's line that's not
    working:
    td><a href="registerStoreCust.php?storeid=<?php echo
    $row_storeRS['storeid']; echo "&employeeid="; echo
    $_GET['employeeLM']; ?>">Register
    Customer</a></td>

  • Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed latest version of Tuxera NTFS for Mac.

    I purchased a 3TB HDD (WD USB 3.0 $100) to replace the 2TB Seagate for a new Time Machine HDD. The 2B was full and backups were deleting older files. The 3TB was formatted NTFS and I want to "recover" the included SW before I reformatted the HDD for the iMac. I discovered that MacFuse was out of date and unsupported and my NTFS-32 was also out of date so I uninstalled both and then installed the most recent version of Tuxera NTFS for Mac. I rebooted and discovered that the FW800 port was unresponsive. Below is the EtreCheck report:
    Problem description:
    Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed Tuxera NTFS for Mac.
    EtreCheck version: 2.0.8 (95)
    Report generated October 30, 2014 7:11:17 PM EDT
    Hardware Information: ℹ️
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.8 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR2 SDRAM 667 MHz ok
      BANK 1/DIMM1
      2 GB DDR2 SDRAM 667 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 0:17:34
    Disk Information: ℹ️
      WDC WD5000AAKS-40TMA0 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      disk0s1 (disk0s1) <not mounted> : 210 MB
      ML 10.8 (disk0s2) /  [Startup]: 499.25 GB (20.92 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
      Logitech USB Receiver
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Hardware Monitor ƒ/HardwareMonitor.app
      [loaded] com.bresink.driver.BRESINKx86Monitoring (7.0) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.hypervisor (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.netbridge (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.usbconnect (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.vnic (8.0 18615.948847) Support
      /Applications/Toast Titanium v11.1/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) Support
      /Applications/Toast Titanium/Toast Titanium v11.1 (1072).app
      [not loaded] com.roxio.TDIXController (2.0) Support
      /Library/Application Support/Symantec/AntiVirus
      [loaded] com.symantec.kext.SymAPComm (12.2f1 - SDK 10.6) Support
      /System/Library/Extensions
      [loaded] com.Logitech.Control Center.HID Driver (3.9.0 - SDK 10.6) Support
      [loaded] com.eltima.ElmediaPlayer.kext (1.58 - SDK 10.4) Support
      [not loaded] com.hzsystems.driver.CDSDAudioCaptureSupport (1.5) Support
      [not loaded] com.increw.kext.speedit (0.32) Support
      [loaded] com.logitech.manager.kernel.driver (4.10.0 - SDK 10.8) Support
      [not loaded] com.olympus.CamBlockCommandsDevice (2.0.0) Support
      [not loaded] com.olympus.CamBlockCommandsDeviceUP (2.0.0) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.seagate.driver.PowSecDriverCore (5.1.1) Support
      [loaded] com.symantec.kext.internetSecurity (5.2f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ips (3.5f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ndcengine (1.0f1 - SDK 10.6) Support
      [loaded] com.taoeffect.ispy.kext (2.0.2 - SDK 10.2) Support
      /System/Library/Extensions/OlympusDSCDriver.kext/Contents/PlugIns
      [not loaded] com.olympus.CamFWSerialBusProtocolTransport (2.0.0) Support
      [not loaded] com.olympus.CamUSBMassStorageClass (2.0.0) Support
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.1.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.1.1) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.1.1) Support
      /Users/[redacted]/Downloads/LCC Installer.app
      [not loaded] com.Logitech.Unifying.HID Driver (1.3.1 - SDK 10.8) Support
    Startup Items: ℹ️
      TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] com.canon.MFManager.plist Support
      [not loaded] com.cooliris.SetLaunchArch.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [running] com.logitech.manager.daemon.plist Support
      [running] com.micromat.TechToolProAgent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.seagate.SeagateStorageGauge.plist Support
      [running] com.symantec.uiagent.application.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cleverfiles.cfbackd.plist Support
      [running] com.eltima.ElmediaPlayer.daemon.plist Support
      [loaded] com.embraceware.awaken.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.micromat.TechToolProDaemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.prosofteng.DriveGenius.locum.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
      [loaded] com.symantec.liveupdate.daemon.ondemand.plist Support
      [failed] com.symantec.liveupdate.daemon.plist Support
      [not loaded] com.symantec.sep.migratesettings.plist Support
      [running] com.symantec.sharedsettings.plist Support
      [running] com.symantec.symdaemon.plist Support
      [running] com.taoeffect.ispyd.plist Support
      [running] com.wdc.drivemanagerservice.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.prosofteng.DGMonitor.plist Support
      [running] com.smithmicro.cleaning.schedulermailer.plist Support
      [running] com.taoeffect.EspionageHelper.plist Support
    User Login Items: ℹ️
      Speedy Mac Application (/Applications/Speedy Mac/Speedy Mac.app)
      AwakenHelper Application (/Users/[redacted]/Library/Application Support/Awaken/AwakenHelper.app)
      GetBackupAgent Application (/Users/[redacted]/Library/Application Support/BeLight Software/Get Backup 2/GetBackupAgent.app)
      WDDriveUtilityHelper Application (/Users/[redacted]/Downloads/WD/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      ClustersHelper Application (/Library/PreferencePanes/Clusters.prefPane/Contents/Resources/ClustersHelper.a pp)
      RealPlayer Downloader Agent Application (/Users/[redacted]/Library/Application Support/RealNetworks/RealPlayer Downloader Agent.app)
      SAVDiskMountNotify UNKNOWN (missing value)
      ScanNotification UNKNOWN (missing value)
      Launch Nikon Message Center 2 Application (/Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)
    Internet Plug-ins: ℹ️
      EPPEX Plugin: Version: 10.0 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewer: Version: 9.4.6 Support
      Unity Web Player: Version: UnityPlayer version 3.5.3f3 - SDK 10.6 Support
      NPVirtools: Version: 4.0 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      RealPlayer Plugin: Version: (null) Support
      DirectorShockwave: Version: 11.6.8r638 Support
      QuickTime Plugin: Version: 7.7.1
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      GarminGpsControl: Version: 2.9.3.0 Release Support
      ToontownBundleManager: Version: (null) Support
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      OVSHelper: Version: 1.0 Support
      CoolirisWebKitPlugin: Version: (null) Support
      Google Earth Web Plug-in: Version: 6.1 Support
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
    User Internet Plug-ins: ℹ️
      BrowserPlus_2.9.2: Version: 2.9.2 Support
      Picasa: Version: 1.0 Support
    Safari Extensions: ℹ️
      DivX Plus Web Player HTML5 <video>
      Open in Internet Explorer
      DivX HiQ
      Aimersoft Video Converter
    3rd Party Preference Panes: ℹ️
      BrowserPlus  Support
      Clusters  Support
      Déjà Vu  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      Logitech Control Center  Support
      Logi Preference Manager  Support
      MenuMeters  Support
      Perian  Support
      Symantec QuickMenu  Support
      TechTool Protection  Support
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Destinations:
      iMac TimeMachine [Local]
      Total size: 2 TB
      Total number of backups: 80
      Oldest backup: 2011-09-18 05:21:33 +0000
      Last backup: 2014-10-05 20:18:55 +0000
      Size of backup disk: Excellent
      Backup size 2 TB > (Disk size 0 B X 3)
      /sbin excluded from backup!
      /usr excluded from backup!
      /System excluded from backup!
      /bin excluded from backup!
      /private excluded from backup!
      /Library excluded from backup!
      /Applications excluded from backup!
    Top Processes by CPU: ℹ️
          2% WindowServer
          0% Speedy
          0% SystemUIServer
          0% RealPlayer Downloader Agent
          0% ps
    Top Processes by Memory: ℹ️
      288 MB SymDaemon
      150 MB Speedy
      137 MB Safari
      82 MB WebProcess
      82 MB coreservicesd
    Virtual Memory Information: ℹ️
      2.17 GB Free RAM
      1.46 GB Active RAM
      148 MB Inactive RAM
      518 MB Wired RAM
      388 MB Page-ins
      0 B Page-outs
    I hope someone has some ideas! TIA.

    Do you have another cable you can test with? Do you have access to another computer with Firewire you can test with?
    FireWire Device not Working
    FireWire/USB - Quick Assist

  • How do I enable the "fn  + enter" key to work as an "insert" function for windows on my mac laptop?

    how do I enable the "fn  + enter" key to work as an "insert" function for windows on my mac laptop?

    enable /disable function within the Bootcamp control panel within Windows Vista or 7

  • Had issue with Powerpoint, so yesterday updated Word for Mac 2011 to v. 14.41 - now lots of functionality missing from Word as well as Powerpoint. Any suggestions welcome.

    Hi - Word for Mac 2011 has been working fine. Yesterday suddenly couldn't edit into Powerpoint pptx from a PC (something I used to be be able to do). Got the latest update for Word for Mac 2011, so now running v. 14.4.1 on my iMac, which operates under OS X 10.8.5. Word is now playing up - and I seem to have lost functionality - bullets and numbered lists, 'find' function and more besides broken. I'm swamped with work that I need to do in Word and Powerpoint and welcome any ideas.

    Try an Office alternative.  It sounds like you have some data corruption.  Is your data backed up?
    https://discussions.apple.com/docs/DOC-6941

  • Mac or PC ?  - I believe that Adobe switched the processing functions for 3D rendering in Photoshop CC to VRam. To upgrade the Vram on my existing iMacs cost-effectively entails new upgraded iMacs. Is this affecting any of the other applications in the su

    Mac or PC ? - I believe that Adobe switched the processing functions for 3D rendering in Photoshop CC to VRam.
    To upgrade the Vram on my existing iMacs cost-effectively entails new upgraded iMacs.
    So I am now needing to purchase new desktop computers for production purposes and seperately for an education institute - PC's or Macs?
    Is this shift to Vram for image rendering affecting any processing functions of the other applications in the suite - the ones I use the most are Photoshop, Bridge, Lightroom, Illustrator, Premiere, After Effects, inDesign, & SoundBooth
    I also use Strata 3D, Lightwave, Maya, Cinema 4D, Logic Pro, Final Cut Pro,
    I will be using the suite in a Graphic design, Photography, Video editing / sound recording / editing (I am also a musician), animation and 3D context.

    This forum is primarily for a few users like me to answer questions about installation, serial numbers and general issues regarding the Creative Suite. We don't have to expertise to answer questions like you're asking. Otherwise, few people visit this forum.
    You'd do best to pick the forums of the applications you use the most, especially applications that test the limits of your computer (probably Premiere, After Effects, and Photoshop) and ask in those forums.

  • I used to be able to select an arbitrary "column" in MS Word, but since upgrading to OS 10.9.4 and MS Word for Mac 2001 v. 14.4.3, it doesn't work anymore.  Is there any way to get this handy functionality back?

    I used to be able to select an arbitrary "column" in MS Word, but since upgrading to OS 10.9.4 and MS Word for Mac 2001 v. 14.4.3, it doesn't work anymore.  Is there any way to get this handy functionality back?

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

  • I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    It's a 3rd party app.  You really should contact Adobe Support and/or post in the Adobe Forums
    Mac OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • Are there any good DVD authoring programs for Mac now that Apple has discontinued DVD Studio and iDVD? I need to make DVDs that have interactive menus and such (Final Cut X and Compressor 4's DVD option is a little cheap). Any ideas?

    Are there any good DVD authoring programs for Mac now that Apple has discontinued DVD Studio and iDVD? I need to make DVDs that have interactive menus and such (Final Cut X and Compressor 4's DVD option is a little cheap and doesn't provide any kind of professional DVD authoring). Any ideas?

    This comes up a lot these days.
    Practically speaking, there are really four options for the Mac platform: Toast (<$100),  Adobe Premier Productiom ($1,600 to buy or $50/month to rent),  find a copy of Final Cut Studio from 3rd  party (+/- $1,000 new) or a boxed edition of iLife to get iDVD ($50 - $90 on Amazon new).
    The other question everyone has is how many OS versions before iDVD or FCS breaks? No one knows, but Apple has said they're no longer supporting these legacy apps. Of course, no one is mandated to upgrade to a new OS unless they buy a new computer. So if it works on a system, stay with it as long as it makes sense.
    Good luck.
    Russ

  • Request for Test on Mac: Wrapper function for LrTask.execute

    Hi,
    I've written some basic wrapper functions for LrTasks.execute to handle spaces. I've tested that stuff with windows xp and exiftool and would like to ask you to test it for mac os and perhaps win 7 with whatever command. Is that possible?
    http://www.daten-transport.de/?id=sZM3EuEEpwx7
    In the zip file you will find the basic classes and some description but no info.lua or a special test script (sry for that). You can call it like:
         local args = {"-@", inputFileName, imageFileName}
         local redirect = {}
         redirect.stdout = LrPathUtils.getStandardFilePath('temp') .. "exiftool.stdout"
         redirect.stderr = LrPathUtils.getStandardFilePath('temp') .. "exiftool.stderr"
         local result = LZA_System.execute(pathToExiftool, args, redirect)
         logger:info("result.formatedCmd: " .. tostring(result.formatedCmd))
         logger:info("result.returnCode: " .. tostring(result.returnCode))
         logger:info("result.success: " .. tostring(result.success))
         logger:info("result.stdout: " .. tostring(result.stdout))
         logger:info("result.stderr: " .. tostring(result.stderr))
    Example is not runable!
    Kind regards
    LZA

    Link did not work for me: http://www.daten-transport.de/?id=sZM3EuEEpwx7 - not sure the problem since i dont speak the language.
    But, I can tell you that you need an extra pair of quotes around the thing for windows that must be omitted on Mac.
    reference link - known to work on all versions of windows, plus mac - Although it has survived a few different executables so far, I had some issues executing dos batch files with it.
    PS - I plan to update the executeCommand method to separate stdout & stderr when appropriate - thanks for the idea.
    Rob

  • ReWire functionality for Intel Macs?

    Has anyone heard when LE will add ReWire functionality for Intel Macs? I find it odd that Garageband's ReWire works fine, but LE Express doesn't. That feature was recently added to Logic Pro in the 7.2.1 update. Any word about when us Express users will be able to enjoy the same?

    Hi T,
    http://www.apple.com/support/downloads/logicexpressupdate721.html
    cheers,
    Jorge

  • Icons and functionality missing in Office for MAC

    Hi, just wanted to see if anyone has seen or heard of this issue and if they may have a solution.
    First in office in the project gallery its missing the notebook icon. In Entourage its missing the mail, address book, notes, calendar etc. icon, unless you put the pointer over where the icon is suppose to be, then it appears.
    For the functionality, there is no arrow next to the inbox in Entourage to collapse all the subfolders.
    Any answers?

    Thank you for the links! I found another forum, and the problem is only apparent in the recent Mac edition in combination with Office for Mac (2006); a lot of users have the same problem and instead of the easy "copy and drag and paste"-method, we have to take the extra step of first dragging the pictures to a file, and then inserting it in the word document or the powerpoint.
    I found a lot of reactions on several discussion groups. I quote another Apple- answer below:
    Hi Dale,
    The quick answer is to not paste pictures into PowerPoint. Instead, use
    Insert > Picture > From File using the menus or click the Insert Picture
    button on the Drawing toolbar.
    For a more detailed explanation have a look at this page:
    http://pptfaq.com/FAQ00534.htm
    -Jim Gordon
    Mac MVP
    iMac5,1   Mac OS X (10.4.9)  

  • How do I preserve the embedded hyperlinks when printing to .pdf?   I am using Acrobat Pro XI for Mac, and when I export to .pdf the existing hyperlinks lose functionality.   I assume it's just the flick of the right button – I just need help finding that

    How do I preserve the embedded hyperlinks when printing to .pdf? 
    I am using Acrobat Pro XI for Mac, and when I export to .pdf the existing hyperlinks lose functionality.   I assume it’s just the flick of the right button – I just need help finding that button. 
    Can you help?  Thanks!

    How:  MS Word to .pdf by Command P, hitting the PDF button, and then the button for "save as Adobe pdf"
    I didn't have this problem at all on prior versions of Adobe on my PC.   This isn't a Mac attack, is it?

Maybe you are looking for

  • Can't install an iTunes gift card, can't redeem giftcard balance

    Having MAJOR problems here, I hope someone can help! We have an iTunes account set up already with a gift card balance still in there (it USED to work), but ever since Christmas when we go to download something, and the box comes up that says "are yo

  • Mp3 song wont play in itunes

    I just downloaded mp3 files but I cant drag a nd drop into itunes. help!

  • Oracle BI Discoverer Dashboard

    How I can setup the dashboard in oracle BI discoverer

  • Modify style of page layout

    Hello, I have created a layout consisting of a wide left and narrow right area. Now I would like to assign grey background color for the right area. Any ideas how to achieve this? Thanks in advance, Elmar

  • Integrated Planning Best Practices

    Folks - Does anyone have or know if there is a SAP BEst Practices White Paper, addressing Modelling, Planning Objects, and other design considerations, etc..for Integrated Planning I am not looking to install SAP Best Practices buidling blocks etc. A