JDev Mac OSX bugs in Apple forum

Hi-
Just wanted to let JDev people know that I've been posting several JDev10G Mac OSX bugs to the Technologies/Apple forum under the topic 'JDev 10G works on OSX!'.
I know: not officially supported betaware - but its there all the same. Generally JDev works quite nice under OSX as long as the Oracle LnF is used.
--Eric Everman                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Thanks!
We have some people here running JDev on Mac OS/X as well. Glad to hear it's more or less working for you too.
Rob
Team JDev

Similar Messages

  • I/O Error result code -36: Logic bug, or Mac OSX bug?

    Hello-
    I encountered a problem in Logic Pro 8 today that severely damaged one of my audio files in my session. I was working in the sample editor, and I went to copy and paste an audio fragment. When I tried to paste the audio, this error came up:
    "I/O Error, result code = -36"
    After that, the cursor turned into a black and white spinner, and the audio file that I was working with suddenly was altered in a way that somehow erased a portion of it in the song. I had to ability to undo, view the changes in the audio file, etc, etc. It was damaged irreversibly, and I had to end up re-recording that segment. Does anyone know why this happens, and is it a bug in Logic?
    BTW, I have over 500 gigs free on the external drive that I am recording to, and nothing has changed, hardware-wise on my system in over 6 months... Any help would be greatly appreciated.

    Adam Nitti wrote:
    Hello-
    I encountered a problem in Logic Pro 8 today that severely damaged one of my audio files in my session. I was working in the sample editor, and I went to copy and paste an audio fragment. When I tried to paste the audio, this error came up:
    "I/O Error, result code = -36"
    After that, the cursor turned into a black and white spinner, and the audio file that I was working with suddenly was altered in a way that somehow erased a portion of it in the song. I had to ability to undo, view the changes in the audio file, etc, etc. It was damaged irreversibly, and I had to end up re-recording that segment. Does anyone know why this happens, and is it a bug in Logic?
    BTW, I have over 500 gigs free on the external drive that I am recording to, and nothing has changed, hardware-wise on my system in over 6 months... Any help would be greatly appreciated.
    This sounds like one of two things that I have seen with this error :
    1.- your external hard drives' connection to the computer is not 100% stable (loose cable...dusty environment...)
    2.- Your audio device, is ti FireWire too? Is it daisy chained to this external hard drive? Maybe the order of the daisy chaining needs to be looked at.
    Cheers

  • SCCM 2012 SP2 - CMEnroll Mac OSX

    Hi,
    We're starting deployment testing on Macs with SCCM 2012 SP2.
    I was reading below link to automate Mac client install/enroll but still have some difficulties.
    http://social.technet.microsoft.com/Forums/en-US/36150605-0711-4617-bcc7-32f786892b35/sccm-2012-sp1-cmenroll-mac-osx-password-prompt?forum=configmanagerdeployment
    My idea to automate this process was by using Send UNIX command from ARD. I am able to install (via ARD by sending cmmsetup) command but am having difficulties enrolling via ARD.
    I did create a shell script (as per above link) for enrollment, here's the script:
    #!/usr/bin/expect
    spawn /tmp/SCCM_install/Tools/CMEnroll -ignorecertchainvalidation -s SCCM_server_FQDN -u "DOMAIN\\AD_Account"
    expect "Please enter your password."
    send "Password"
    send "\n"
    interact
    If i run this script via Terminal, enrollment works fine.
    If i try to run same script via Send Unix command from ARD (sudo -s /private/tmp/SCCM_enroll.sh -i) then it fails, here's the output from ARD:
    Please enter your password.
    System Center Configuration Manager Client for Mac OS X
    Version: 5.00.7958.1101
    Copyright 2013 Microsoft Corporation
    Contacting Server: https://SCCM_server_FQDN/EnrollmentServer/DeviceEnrollmentWebService.svc
    Nothing else is being logged, it appears that password was accepted but it's supposed to say
    Using username: DOMAIN\AD_Account and a few more lines.
    Any suggestions on what else to try?

    the problem appears to be related to expect command which doesn't wait enough for enrollment to finish. Solution was to add a few more expect lines containing output from a successful enrollment such as:
    expect "System Center Configuration Manager Client for Mac OS X"
    expect " Contacting Server: https://SCCM_server_FQDN/EnrollmentServer/DeviceEnrollmentWebService.svc"
    expect "Using username: DOMAIN\AD_user"
    expect "Successfully enrolled."

  • Mac OSX 10.8.2,Lightroom4,glitch/bug?

    I will try to explain this as simply as possible. With Lightroom 2, running Mac OSX 10.8.2, I could insert a CF card into my connected card reader and Lightroom2 would open and open TO the import window. Now with Lightroom4, this doesn't happen. Lightroom DOES open, but not to the import window. It opens to the last session I was in, in Lightroom4. "Show Import Window When a Memory Card is Detected" IS checked in my preferences.
    I read the identical description of this problem today that someone else posted in an Adobe users forum. (See http://www.lightroomforums.net/archive/index.php/t-14722.html) Is this a "bug", or something that can be repaired now?
    Any feedback welcome. BTW, I spent 2hours with Adobe "experts" who didn't understand what I was asking. I don't know an easier way to explain it than when I put my CF card in my card reader I want LR4 to open up with the import dialog window. Simple as that. It did in LR2, why not LR4?
    Thanks VERY much.

    After working on this case with a senior apple tech firstly I have to say I'm very impressed with their ownership and support. We've narrowed the problem down to the USB 3.0 Hub. I've replaced it with a Belkin 7 port powered USB 2.0 HUB F5U237 rev 3 and I can now switch frequencies all day long if I like Now I dont know if the problem is related to this particular Targus Hub or the Macbook Pro's USB 3.0? I'd still like this resolved as I'd like to be able to use the USB 3.0 Hub for HDD USB 3.0

  • How do I bundle a jre with an RCP appl on Mac OSX

    Hi,
    We are making an RCP appl with kepler.
    I want to ship the jre's with the appl.
    On windows I can just ship a jre dir in the root, no problem.
    On the Mac (10.8.4) it does not seem to work, at least not in an obvious way.
    I downloaded the latest 1.7 jre (25) for Mac from the oracle website.
    I tried the following:
    unzip it and put it in a jre dir in the root => not used, falling back to system jre
    same and put '-vm' in the ini => error saying 1.6.0_51 is not supported (huh? I do not even have 1.6)
    I tried exporting an appl (with bundled jre) from eclipse using the product definition. That works but when I look at the generated appl tree I see a jre dir with another jre dir inside it ??? The inner jre dir seems to be a (partial) duplicate of the outer one.
    Ok, sort of at least, now I tried to copy my downloaded jre dir inside itself. That works, but if I remove the contents of one of them it does not work anymore and I do not really want to ship a double jre.
    Can anybody shed some light here?
    What is the optimal way to bundle a jre with an RCP application on Mac OSX?
    Thanks,
    Tom

    I have done this within our product and have it working. It's tricky because if you're using Maven to build, OS X's JRE symlink's libjvm.dylib - which Java's unzip invariably screws up.
    I was only able to get this to work by using Tycho, as the app export within the PDE is just plain broken (and seemingly unmaintained). This bug has been there for quite some time - I don't have any faith in it ever getting fixed, regardless of whatever bugzilla says.
    If you're building RCP apps for distribution - you should probably consider using Tycho anyways; admittedly there's a lot of BS that comes with it, but it's the only seemingly straightforward way to build and package an RCP app in a headless manner for continuous integration. Buckminster is supposedly also a solution - but it has less information and support than Tycho - so YMMV.
    Anyways back to your problem. Using Tycho with some custom maven magic, I was able to solve this. Essentially I downloaded the JRE from Oracle, and uploaded to our Artifactory so I could reference it using maven coordinates. I unpack that tar.gz package into the OS X distribution directory and place the package under the <your app name>.app/jre. Because of the symlink munging - you have to go and fix that, so remove the existing zero byte libjvm.dylib and relink it using ant exec. Now that you have a good JVM, you need to modify the config.ini to use the right JRE. Unfortunately you can only build this on OS X or Linux - Windows is SOL unless you can find a way to use Cygwin or equivalent. Since I'm doing this outside of Tycho's archiving phase (and theres not apparently way to slip my changes in between), I have to recreate the OS X archive.
    Hopefully this helps you solve your problem... I beat my head against the wall trying to fix this for several weeks trying to find a working solution as the error reporting is completely incorrect.
    Anyways, good luck!
    <profiles>
    <profile>
    <id>fix-jre-archives</id>
    <activation>
    <os><family>unix</family></os>
    </activation>
    <dependencies>
    <dependency>
    <groupId>com.sri</groupId>
    <artifactId>oracle-jre</artifactId>
    <version>${distrib.oracle-jre.version}</version>
    <classifier>macosx-x64</classifier>
    <type>tar.gz</type>
    </dependency>
    </dependencies>
    <build>
    <plugins>
    <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>2.8</version>
    <executions>
    <execution>
    <id>unpack-mac-jre</id>
    <phase>prepare-package</phase>
    <goals>
    <goal>unpack</goal>
    </goals>
    <configuration>
    <artifactItems>
    <artifactItem>
    <groupId>com.sri</groupId>
    <artifactId>oracle-jre</artifactId>
    <version>${distrib.oracle-jre.version}</version>
    <classifier>macosx-x64</classifier>
    <type>tar.gz</type>
    <outputDirectory>${distrib.macosx.x86_64}</outputDirectory>
    </artifactItem>
    </artifactItems>
    </configuration>
    </execution>
    </executions>
    </plugin>
    <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-antrun-plugin</artifactId>
    <version>1.7</version>
    <executions>
    <execution>
    <id>fix-jre-mac</id>
    <phase>package</phase>
    <goals>
    <goal>run</goal>
    </goals>
    <configuration>
    <target>
    <mkdir dir="${distrib.macosx.x86_64}/${distrib.bin.name}.app"/>
    <move file="${distrib.macosx.x86_64}/jre${distrib.jre.version}.jre" tofile="${distrib.macosx.x86_64}/${distrib.bin.name}.app/jre"/>
    <symlink action="delete" link="${distrib.macosx.x86_64}/${distrib.bin.name}.app/jre/Contents/MacOS/libjli.dylib" />
    <symlink link="${distrib.macosx.x86_64}/${distrib.bin.name}.app/jre/Contents/MacOS/libjli.dylib"
    resource="../Home/lib/jli/libjli.dylib" overwrite="true"/>
    <concat destfile="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}_temp.ini" fixlastline="yes">
    <header filtering="no" trimleading="yes">
    -vm
    ../../jre/Contents/Home/lib/server/libjvm.dylib
    </header>
    <fileset file="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}.ini"/>
    </concat>
    <move file="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}.ini"
    tofile="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}_bak.ini" />
    <move file="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}_temp.ini"
    tofile="${distrib.macosx.x86_64}/${distrib.bin.name}.app/Contents/MacOS/${distrib.bin.name}.ini" />
    </target>
    </configuration>
    </execution>
    <execution>
    <id>remove-director-archive-mac</id>
    <phase>pre-integration-test</phase>
    <goals>
    <goal>run</goal>
    </goals>
    <configuration>
    <target>
    <delete file="${archive.macosx.x86_64}" />
    </target>
    </configuration>
    </execution>
    </executions>
    </plugin>
    <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <version>1.3.1</version>
    <executions>
    <execution>
    <id>manual-archive-mac</id>
    <phase>pre-integration-test</phase>
    <goals>
    <goal>exec</goal>
    </goals>
    <configuration>
    <executable>zip</executable>
    <workingDirectory>${distrib.macosx.x86_64}/..</workingDirectory>
    <arguments>
    <argument>-r</argument>
    <argument>-q</argument>
    <argument>-dd</argument>
    <argument>--symlinks</argument>
    <argument>${archive.macosx.x86_64}</argument>
    <argument>${distrib.root}</argument>
    </arguments>
    </configuration>
    </execution>
    </executions>
    </plugin>
    </plugins>
    </build>
    </profile>
    </profiles>

  • Mac OSX 10.5.7 and GMAx3100: NO UPDATES!! Why Apple don't fix this problem?

    I update yesterday to mac osx 10.5.7 my macbook with gma x3100. Exposè in VERY SLOW since 10.5.0 (on tiger will work perfectly), opengl performance are very poor respect gma950 and it is incredible!!!
    why apple ignore us? why gmax3100 users can't use exposè because is very very slow and not fluid?
    Apple fix this problem, it is RIDICOLOUS.

    Man... gmax3100 have a POOR opengl performance under Mac Osx Leopard in 2d. It is NOT my problem but it is a known problem. Try to run some benchmark with gma950 and gma x3100.
    Macbook c2d 2.2 opengl performance x3100: 23.28
    MacMini cd 1.6 opengl performance gma950: 184.76
    it is a know problem:
    http://lists.apple.com/archives/mac-opengl/2008/Jan/msg00025.html
    http://forums.macrumors.com/showthread.php?t=446938
    http://forums.macrumors.com/showthread.php?t=448571
    http://forums.macrumors.com/showthread.php?t=403685
    ecc.
    exposè make 40fps and it is NOT fluid like a nvidia or ati card. Exposè is a simple animation, under arch linux and geforce3 (2001) is more more fluid respect leopard... and respect to tiger.
    with this hack:
    sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0
    exposè is much MORE fluid so it is a driver problem (because with tiger there's no problem!!)
    I have NO problem with my macbook.

  • Apple Mac OSX 10.7 scan to smb?

    Please assist me. I have an apple mac osx 10.7.1. i am unable to get scan to smb working. I have enable smb scanning and setup all directories. I am able to browse the folder from a win 7 environment but unable to connect to the folder from Ricoh MPC2000 copier?

    Wowzah.  Not directed at you, but, like ouch!
    £15 to have a minor OS refresh and bug fix, from a corporation with $$$ in cash in the bank, seems a bit tight to me.  Talk about making Microsoft look generous.. sheesh.
    I run 10.8 on my MacBook pro and need 10.8 to run the xcode 5 dev tools on my work mac... I thought it would be a simple download, didn't realise we'd have to pay? Frankly the differences are in no way deserving of any price tag!
    Apple - try being more generous, people might like you more instead of just resenting every time we have to deal with you.  The only fun bit seems to be walking out the door with the shiny new thing.

  • Mac OSX Server ACL Bugs

    Hi all
    I've been configuring Mac OSX Servers for a while, but in every configuration I have seen many bugs in Access lists.
    For example, if I put a group in an access list and then I add an user to the group, the ACL is not applied to that user. I have to add it manually to the ACL.
    Is it normal? I've read the whole documentation, but no clues on what makes this happen.
    Also if I put "special" permissions into a folder (for example, anybody DENY delete this folder only) it doesn't work. The permissions is the first in the list.
    the effective permissions inspector works with the second try (I drag and drop the same folder two times and different permissions appear).
    Does anybody have issues like these?
    Thank you.

    There's not enough information to provide you with an answer....
    Please post an example of the ACL in use, and the output of an "id" command (available via Terminal.app and the shell) from the errant user; of one of the failing configurations.
    Whether there's a file server involved here can also be a potential factor; are the files involved with the ACLs being served to other hosts by (for instance) AFP or Samba/SMB/CIFS/Windows file server?
    Your forum footer also shows OS X 10.5.8, but there's a tag for 10.6 listed - more recent versions of OS X do tend to work better here - but which OS X version are you working with?

  • For some reason osx mountain lion has disappeared from my purchases and now when i want to install mountain lion on another mac with the same apple id it wants to charge me for the program even though i have already purchased it. what do i do?

    for some reason osx mountain lion has disappeared from my purchases and now when i want to install mountain lion on another mac with the same apple id it wants to charge me for the program even though i have already purchased it. what do i do?

    Open the Mac App Store on the other Mac and in the Quick Links sign into your account. See if the Mountain Lion purchase is among hidden apps in the iCloud area of your account info.

  • The apple store is so unhelpful. I have an iMac computer operating on Mac OSX 10.5.8. I want to upgrade to the latest Mountain Lion operating system so I can work with the iCloud on my computer and download my email. I can't seem to purchase this on-line

    The apple store is so unhelpful. I have an iMac computer operating on Mac OSX 10.5.8. I want to upgrade to the latest Mountain Lion operating system so I can work with the iCloud on my computer and download my emails. I can't seem to purchase this on-line as it keeps telling me to go to the app store. I haven't got the app store on my computer as I am told I need iCloud for which I need the new operating system, which I can't download or purchase as I am sent back to an instruction telling mee to go to the app store icon.
    How difficult can it be to simply purchase the software on-line have it shipped to you so you can install it, in the event it cannot be downloaded as it appears it can't be based on my curent operating systems being Mac OSX 10.5.8.

    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    Whilst Apple have withdrawn Snow Leopard from download, you can still get it from Apple by calling 1-800-MY-APPLE (if you are in the USA) and they will supply the SL DVD for $30.  You can also purchase the code to use to download Lion from the same number.
    Requirements for Mountain Lion:
    http://www.apple.com/osx/specs/

  • Applet in Apple Mac OSX problem

    Hi all,
    have developing an applet long while using WinXP platform, everthing seem ok, but when i try over Apple Mac OSX, i has a loading problem saying that init failed to load ArrayList as error message said:
    ArrayIndexOutOfBound, 0...
    but when i debug print out the ArrayList content and its length, i'm sure that this ArrayList is NOT NULL and its length is NOT ZERO either. what is happening here? oh, ya, this only happen in Safari, in FireFox for Mac no problem, even Camino also pass the test, why? anyone have idea about this? because i'm new to Apple Mac.
    also, there is another question whereby, when i use FireFox for Mac to load the applet, the applet load seem no problem but it just can't display properly. what i mean is that in Windows platform (IE6), this applet show entire applet successfully, but when i try it in Mac, it show only a part of applet without any error, but when i try to refresh the page, applet is now successfully show, why?
    lastly, when a button of an applet being click and this will bring a new window with some parameters value, its work on IE in Windows platform, why it won't work for FireFox or Safari for Mac? i see prompt out saying is security problem, is there any workout of this? thanks. to summary out of junk above:
    _______________________________FireFox_____Safari_____IE
    _______________________________Win | Mac_____Mac____Win
    1. load applet for 1st time___________OK_|_NO_____FAIL____OK
    2. refresh applet after 1st load failed___OK_|_OK_____FAIL____OK
    3. when applet button click (security)___OK_|_NO_____-_______OK
    p/s: all above test was using same applet with same parameter and value.
    below is the sample i capture from Apple Mac just now:
    http://img.photobucket.com/albums/v660/ahbeng78/Apple_Mac.png
    Message was edited by:
    ahbeng78

    i has a loading problem saying that
    init failed to load ArrayList as error message
    said:
    ArrayIndexOutOfBound, 0...Well, post the stack trace.
    but when i debug print out the ArrayList content and
    its length, i'm sure that this ArrayList is NOT NULL
    and its length is NOT ZERO either. You can still get an out of bounds exception with those conditions. The list could exist, its length could be N, but you're trying to dereference position N + 5, for example.
    try it in Mac, it show only a part of applet without
    any error, but when i try to refresh the page, applet
    is now successfully show, why?My guess is that you're not calling repaint() when you should, but that's just a guess.
    lastly, when a button of an applet being click and
    this will bring a new window with some parameters
    value, its work on IE in Windows platform, why it
    won't work for FireFox or Safari for Mac? i see
    prompt out saying is security problem, is there any
    workout of this? thanks. to summary out of junk
    above:Often you can sign applets so they can do things that unsigned applets aren't allowed to do.
    Maybe you're making some kind of security mistake that Firefox and Safari are (properly) catching but IE isn't. In any event, post the error message.

  • IMac 24" iMac  (iMac7,1), Intel Core 2 Duo 2,8 GHz  Ram 4 MB running OS 10.6.8: impossible upgrade to Mac OSX Mavericks. Already created second account, according to apple online support, but still doesn't work. Thanks for help.

    iMac 24" iMac  (iMac7,1), Intel Core 2 Duo 2,8 GHz  Ram 4 MB running OS 10.6.8: impossible upgrade to Mac OSX Mavericks. Already created second account, according to apple online support, but still doesn't work. Thanks for help.

    Your Mac is definitely one of the supported models? http://www.apple.com/uk/osx/specs/
    If so, what happens when you try to download? Is it a case of nothing happens? If so, take a look at the suggestions under 'Stalled Download' in this link:
    http://www.wired.com/gadgetlab/2013/10/mavericks-issues-and-fixes/#slideid-23477 1
    Also, some usrs have found that logging out of the Mac App Store and then back in again and starting over has kick-started the download. It seems that the 5+gb download can take a long time to give any feedback as to what's happening.

  • Had a windows computer with my element 7.  Now just bought a Mac OSX   version 10.9.2 what would be the best photoshop elements for this machine.  I did download elements 12 from Apple store but kept getting incompatible message when trying to open a phot

    I thought elements were simple but maybe it is just me.  Having problems moving photos from iphoto to elements

    Duplicate post; see:
    had a windows computer with my element 7.  Now just bought a Mac OSX   version 10.9.2 what would be the best photoshop elements for this machine.  I did download elements 12 from Apple store but kept getting incompatible message when trying to open a phot

  • HT1338 Presently running mac osx 10.5.8. Recent Firefox update says it no longer works with osx 10.5 and it's no longer supported by apple. Any suggestins?

    Presently running mac osx 10.5.8. Recent Firefox update says it no longer works with osx 10.5 and it's no longer supported by apple. Any suggestins?

    Use an earlier version of Firefox, use Safari, or upgrade to a later version of OS X. Any Intel Mac can run Snow Leopard.
    Latest version of Safari for Leopard: http://support.apple.com/kb/DL1422
    Information for Firefox: http://support.mozilla.org/en-US/kb/firefox-no-longer-works-mac-os-10-4-or-power pc
    http://support.mozilla.org/en-US/kb/firefox-no-longer-works-mac-os-x-10-5

  • Apple Mail (v6.6, Mac OSX v10.8.5) mixes up mail threads - why, and what can I do?

    Dear community,
    I am having a weird synchronisation problem. My Mail (v6.6) on my MacBook Air (Mac OSX v10.8.5) mixes up random email threads after I read emails on my iPhone (5C).
    E. g. there is an email thread with Frank. Frank writes a new email that I read on my iPhone. Shortly after, I open Mail on my MacBook, so that Frank’s email is downloaded there as well, displayed as "read" and added to the existing thread with Frank. However, although still being named "Frank", showing the current date and reference, in fact it is an email of Fritz from two years ago, having nothing at all to do with the thread with Frank.
    Synchronising with the iPhone with USB has no effect, although the emails remain correctly displayed on the iPhone. On my MacBook’s Mail, the email from Fritz keeps to exist a second time at the time and place where it is supposed to be. Frank's email that has been replaced incorrectly, seems to be lost.
    I don’t have to explain how unfortunate such random email shuffling is. I shall be thankful for any support and hints. Many thanks,
    Ray Taras

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.

Maybe you are looking for

  • My experience with EQO on my E61i - others?

    Hi all, I'd like to start out by saying that I've been using EQO (www.eqo.com) for a few days now and am relatively satisfied. I'd like to see what other users' experiences have been like using this application. In my experience, about 80% of the cal

  • MS ODBC or Oracle ODBC driver?

    Can anyone tell me which is the correct driver to use when developing front end MS Access 2003 to retrieve and update data on a Open VMS platform with Oracle 8.1.7.3 database? I have serval Access 2000 databases that run on most WinNT or W2K clients

  • Ipad mini permanent lines

    I had My ipad Mini 64gb for xmas present from my friend and my friend bought this in South Korea when he went there for work. Now my ipad mini has recently started showing a line 3/4 of the way down the screen just to the right side only. the block i

  • Script to SaveForWeb with different file name

    Can someone direct me to a script that can take the file and SaveForWeb in different versions and append different text to the filename? For example, say I've got a file called "myPhoto".  I need a script that saves it as  JPEG called "myPhotoPOWERPO

  • Where is the Conform frame rate command in FCP X 10.1 ?

    I can't find the Conform command any more?