TextAnim - i need a running example. and please hurry :)

hi y'all,
i urgently need help with something which should be very straightforward:
i am unable to use TextAnim - no matter what. could anyone please send me a complete source code of a running example?
whatever i do - i run into an exception or a compile error. (for example - addChild cannot be used in SDK4.0 but i cannot use something else with the TextField component).
some TextAnim tutorial:
http://www.actionscript.org/forums/showthread.php3?t=226682
and the project website:
http://code.google.com/p/textanim/
so please send a running source code. much appreciated! 
thanks,
ronnie

ok, progress was made - thanks for the tip Ben! 
on SDK 4.1 it now compiles and runs but the screen stays white. following is the complete MXML code, feedback will be VERY welcome.
thanks,
r.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
initialize="application1_initializeHandler(event)">
<fx:Script>
<![CDATA[
import mx.events.FlexEvent;
import caurina.transitions.*;
import flash.text.*;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flupie.textanim.*;
import mx.events.FlexEvent;
function myEffect(block:TextAnimBlock):void {
block.scaleX = block.scaleY = 0;
block.rotation = -120;
Tweener.addTween(block, {rotation:0, scaleX:1, scaleY:1, time:.5, transition:"easeoutback"});
protected function application1_initializeHandler(event:FlexEvent):void
var myTextField:TextField = new TextField();
myTextField.x = 100;
myTextField.y = 200;
myTextField.htmlText = "TextAnim <font color=\"#FF0000\">Maker!</font> Lorem ipsum<br>tashin ishi quiring din.";
myTextField.autoSize = "left";
myTextField.embedFonts = true;
con.addChild(myTextField);
var txtanim:TextAnim = new TextAnim(myTextField);
txtanim.interval = 7;
txtanim.blocksVisible = false;
txtanim.effects = myEffect;
txtanim.start();
]]>
</fx:Script>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:SpriteVisualElement id="con" />
</s:Application>

Similar Messages

  • I just bought a 13" macbook pro retina display. I need to run films and presentations remotely. Does RemoteHD work on a machine without an IR sensor, or does anybody know what would work?

    I have a mid 2009 Macbook Pro and I have just bought a 13" macbook pro retina display. I need to run films and presentations remotely., i.e not sitting at the computer.
    Does RemoteHD work on a machine without a built in IR sensor, or does anybody know what would work?

    I can't vouch for this as I've never tried one, but I think this does what you're after.
    http://www.satechi.net/index.php/bluetooth/bluetooth-remote/satechi-bluetooth-sm art-pointer

  • Packages needed for running GNome and GTK Apps

    On my desktop machine, a SPARC Sunblade 1500 I use the Java Desktop and successfully run such things as gedit, gnome_terminal, Eclipse, and Oracle's SQL Developer. I'm trying to determine what packages I need to have installed on my development server box so that I can run those applications there (still using my desktop as the X server).
    The server is a Sun Fire V240 running SunOS 5.10 , 11/06 , 118833-36. It has 4G of RAM. Gedit, gnome-terminal, and eclipse come up but they behave poorly. In additions some visual components appear only slowly or never at all: the gnome-terminal scroll bar doesn't show except for a gray rectangle the length of the screen. Menus in eclipse are painfully slow to appear and react.
    Any idea what is missing from the installation? Thanks for any help you can give.
    Tom True

    I apologize in advance for not being able to provide a specific answer to the
    problem you presented, but hopefully this might eliminate a few variables
    from the equation.
    When I need to find missing packages, I always use "pkginfo" on each box
    and compare lists. (pkginfo, pkginfo -x, pkginfo -l)
    When I can't find the answer there, I go ahead and bring my machines up to
    date with the latest Recommended patch cluster (following the directions on
    Jumbo patches will prevent a lot of problems i.e. use single-user mode, do
    not use -nosave option, and patch twice***see below)
    Regarding the display issues, here are some of the things I would
    check for (most of these should not matter if they differ, but it helps in
    overall troubleshooting)
    Are the locales the same ISO8859-1 vs. ISO8859-15
    (/etc/default/init)
    How is the network traffic between the two?
    Do the SB1500 and the V240 have issues resolving each other's I.P.?
    (/etc/resolv.conf /etc/inet/hosts /etc/nsswitch.conf)
    Are they both patched to the latest and greatest Recommended patch levels
    ( ***see latest README for 10_Recommended.zip for new warnings)
    differing versions of SSH? OpenSSH vs. ssh.com vs. Sun_ssh 1.1
    If they used the same internal disk drive, I would dd the good one, and take
    the copy to a V240 and see what happened on a boot -rv. Unfortunately, they
    do not in this case.
    CLUSTER_README
    NAME: Solaris 10 Recommended Patch Cluster
    DATE: May/22/07
    WARNING!! IT IS HIGHLY RECOMMENDED that the installation of this patch
    cluster be performed in single-user mode (Run Level S).
    ************** CAUTION:**************
    This cluster contains kernel patch 118833-36. Depending on the current
    kernel patch revision on the target system, this kernel patch may deliver a
    significant amount of code change. On certain configurations, some manual
    steps may be required in order to safely apply this patch. Please carefully
    review the Special Install Instructions in the 118833-36 README before
    installing this cluster. Note the following in particular :
    Use of the -nosave option with the install_cluster script is NOT
    Recommended, see 118833-36 README NOTE 74.
    Once all preliminary precautions have been taken, the cluster may be
    installed.
    Depending upon the starting patch level of the system, the cluster install
    script may need to be run up to two timeswith a reboot after each run in
    order for all the patches to be installed
    ....

  • I need to run Lion and Snow Leopard on the same computer

    i have no money so the solution needs to be free.
    Can anyone help?

    Pondini: Formatting,  Partitioning, Verifying,  and  Repairing  Disks... - http://web.me.com/pondini/AppleTips/DU.html
    but I wouldn't just launch into this. I suspect your computer cannot run Snow Leopard as a major boot system.  There may be virtualization options, but if you don't know how to partition a drive then 2 pages of instruction using command lines to achieve virtualization may take a bit of easing into.  I haven't really gone into it myself, though I do recall discussions questioning legality.

  • What do I need to compile and run Servlets and JSP?

    Hi there,
    What do I need to run Servlets and JSP? I am developing on a Windows platform.
    As far as I know, Tomcat and JDK is needed. My JDK (1.3rc1) cannot seem to compile servlet files (javax.servlet.* not found)
    Can anyone please advise?
    Thank you in advance.

    If you mean "in a month", then the answer is "afaik, no.", sorry.
    If you need something comfortable, you better should buy one of these heavy-weighters like Weblogic, or WebSphere. Cost some $$$$'s, though (between 2000-10000. I guess).
    For servlets (and ejb's too), there is no "easy and quick" solution. You probably should think about buying a freelancer or such, which already has the appropriate know-how.

  • Running soa and IPM in different machines

    Hi Everybody,
    I have installed admin server,soa,IPM in machine A and machine B.Then i need to run soa and IPM in different machines(soa in machine A,ipm in machine B).Please suggest me to do the needful.
    With Regards
    Jyoti

    Hi
    Look at Note : 885983.1 on metalink . This gives the steps to configure Cs when webserver is on a different machine altogether.
    Srinath

  • DO we need to run Info Package every time before DTP Process to load the da

    Hi friends,
    IN BW 7.0 do we need to run every time the Info Package before DTP process to load the data into target or only one time we need to run the Info package then from that point onwards we need to run DTP process, Please let me know. basically I am planning to create the process chains so I should put Info package before DTP to load the deltas or full load??
    Thanks a lot,
    Harshan

    Hi,
    When you are loading from source system i.e. datasource to target, you will always have to use an infopackage to load to PSA and a subsequent DTP.
    When loading for instance from DS to Cube, you only need to schedule a DTP.
    I hope this helps you.
    Best regards,
    Olav

  • What version mac mini needed to run iOS5

    What version of mac mini needed to run iOS5 and iCloud

    In order to be compatible with iPad, iPhone or iPod devices running iOS5 and iCloud, your Mac Mini has to be running Lion. In order to run Lion it must have a Core 2 Duo processor.
    Allan

  • I have a macbook thats running lion, and i want to take an iso i have on the mac and put it on my pc, i know i need to reformat it to work on macs, but i need to put it on a pc, please help!

    i have a macbook thats running lion, and i want to take an iso i have on the mac and put it on my pc, i know i need to reformat it to work on macs, but i need to put it on a pc, please help!

    Creative Cloud Help | Creative Cloud / Common Questions
    "Can I use the software I download from Creative Cloud on more than one machine?
    Yes. Creative Cloud desktop applications can be downloaded and installed on multiple computers, regardless of operating system. However, activation is limited to two machines per individual associated with the membership. See the terms of use for more information. Learn how to deactivate a Creative Cloud license on a machine."

  • TS3212 I download Itunes and keep getting the message "Apple Appliation support was not found. Apple application support is rquired to run Itunes. Please uninstall itunes, then install itunes again."  Anyone know what i need to do to get it downloaded?

    I download Itunes and keep getting the message "Apple Appliation support was not found. Apple application support is rquired to run Itunes. Please uninstall itunes, then install itunes again."  Anyone know what i need to do to get it downloaded?

    b noir
    I have a very similar problem.  I am running a new install of Windows 8.1.  When I install iTunes 64 bit I receive 2 similar pop-up error windows containing the following (note error code and error text differ "iTunes Helper" vs. "iTunes"):
    ^^^^^^^^^^^^^^^^^^^^^
    Apple Application Support was not found.
    Apple Application Support is required to run iTunesHelper. Please uninstall iTunes, then install iTunes again.
    Error 2
    ^^^^^^^^^^^^^^^^^^^^^^
    Apple Application Support was not found.
    Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.
    Error 2 (Windows error 2)
    ^^^^^^^^^^^^^^^^^^^^^^
    I've followed the instructions given in this post:
      download/install WinRAR
      extract iTunes64Setup
      double click AppleApplicationSupport.msi
    When I run AppleApplicationSupport.msi, I receive the following error:
    ^^^^^^^^^^^^^^^^^^^^^^
    !   C:\Users\Charlie\Downloads\iTunes Extract - 2\iTunes64Setup\AppleApplicationSupport.msi: The archive is corrupt
    ^^^^^^^^^^^^^^^^^^^^^^
    Any ideas?

  • Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!

    Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!
    Problem description:
    My mac has been very slow lately. Any suggestions?
    EtreCheck version: 2.1.2 (105)
    Report generated December 14, 2014 at 8:15:29 PM PST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM Upgradeable
      BANK 0/DIMM0
      1 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:54:52
    Disk Information: ℹ️
      Hitachi HTS545016B9SA02 disk0 : (160.04 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      MacHD (disk0s2) / : 159.05 GB (49.15 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Startup Items: ℹ️
      DVD3EnablerService: Path: /Library/StartupItems/DVD3EnablerService
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist [Details]
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.icloud.fmfd.plist [Details]
      [failed] com.apple.secd.plist [Details]
      [failed] com.apple.security.cloudkeychainproxy.plist [Details]
      [failed] com.apple.telephonyutilities.callservicesd.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.ctkd.plist [Details]
      [failed] com.apple.icloud.findmydeviced.plist [Details]
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist [Details]
      [failed] com.apple.softwareupdate_download_service.plist [Details]
      [failed] com.apple.wdhelper.plist [Details]
      [failed] com.apple.xpc.smd.plist [Details]
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.teamviewer.teamviewer.plist [Support]
      [not loaded] com.teamviewer.teamviewer_desktop.plist [Support]
    Launch Daemons: ℹ️
      [running] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [invalid?] com.oracle.java.Helper-Tool.plist [Support]
      [not loaded] com.teamviewer.teamviewer_service.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.nds.pcshow.plist [Support]
      [invalid?] com.nds.pcshow.uninstall.plist [Support]
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      MacHD: Disk size: 159.05 GB Disk used: 109.90 GB
      Destinations:
      KINGSTON [Local]
      Total size: 30.88 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 30.88 GB < (Disk used 109.90 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          0% AppleSpell
          0% SystemUIServer
          0% powerd
          0% Google Chrome
    Top Processes by Memory: ℹ️
      131 MB softwareupdated
      112 MB Google Chrome
      41 MB Finder
      34 MB Google Chrome Helper
      32 MB WindowServer
    Virtual Memory Information: ℹ️
      51 MB Free RAM
      587 MB Active RAM
      551 MB Inactive RAM
      350 MB Wired RAM
      10.96 GB Page-ins
      865 MB Page-outs
    Diagnostics Information: ℹ️
      Dec 14, 2014, 07:37:58 PM Install Adobe Flash Player_2014-12-14-193758_[redacted].crash
      Dec 14, 2014, 07:21:27 PM Self test - passed

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The usual results of posting etrecheck output on this site without a full description of the problem are very poor.
    The many "failed" warnings that etrecheck sometimes spews mean nothing. Those warnings are not a reason to reinstall the OS, or to do anything else at all. They should be ignored.
    The better your description of the problem, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • Apple Application Support was not found. Apple Application Support is required to run iTunesHelper. Please uninstall iTunes and then install iTunes again. Error 2.   After this I

    So when I plugged in my iPhone 4 (iOS 7.0.4), iTunes told me it needed to update to the newest version... so I did. After installing it it gave me an error (-45019) that said that a required component wasn't installed. I looked it up and people were saying to unistall iTunes and all apple related software and reinstall itunes which i did. I am on Windows 8.1.
    Now it gives me this error. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please unistall iTunes and install iTunes again. Error 2 (Windows Error 2)." I did this and it gave me the same message... Please help! How do i get iTunes running again?

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • I am trying to use a Futek load sensor example and am running into all sorts of weird issues with the coding.

    Eons ago, when I took the Labview I & II courses, I remember the instructor stating that correct VI's had to have error line.  I downloaded this VI example from Futek's website and the code doesn't  use it. I am trying to utilize it for some data collection rather than have to pay for their software that goes with the sensor.  When I first try to run the VI I get an error, and if I replace the formula they use, then undo the replacement it appears to work. The engineer that I am trying to help out is basically wanting to be able to read and also write a file during test, and I am running into all sorts of problems.  
    If anyone could help me I would greatly appreciate it. 
    Attachments:
    FUTEK LabVIEW 10 Example 2.3.2003.3.vi ‏645 KB

    The first error when I start to run the VI, is states that I need to insert disc 1 of Labview.
    I can usually hit stop and run, stop and run, and then it will start "working".
    Then I get the Formula: Library version is incompatible with XNode version.
    If I replace the fomula, and then undo replace it will correct the broken start arrow.....
    I took the labview 1 and 2 courses 5 years ago, and haven't been a regular user so I am what you would call extremely rusty. 
    I have an engineer here that is wanting to use the sensor for some testing and can't really understand why I am having so many issues.
    Do you know if NI has someone that might be able to work through this with me, or even if there is some Labview consultant that can be paid to help out?
    Thanks,
    Josh

  • Please help, my iMac is running slow and plenty of memory available?

    Please help, my iMac is running slow and plenty of memory available? I tried reading some of these forums to see what to do, I have already deleted all of my downloads that were stored in the downloads file. Not sure what to do next, I ran the etrecheck and here is the following info from the scan:
    EtreCheck version: 2.2 (132)
    Report generated 4/20/15, 2:55 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Click to remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (27-inch, Mid 2011) (Technical Specifications)
        iMac - model: iMac12,2
        1 2.7 GHz Intel Core i5 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6770M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 5:29:18
    Disk Information: ℹ️
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (872.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Genieo, InstallMac Adware! [Click to remove]
        More adware files Adware! [Click to remove]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        15 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.wdhelper.plist
        7 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [running]    com.dced8a8837572b7b.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [not loaded]    com.dced8a8837572b7b.daemon.plist [Click for support]
        [running]    com.dced8a8837572b7b.helper.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support] [Click for details]
        [loaded]    com.genieo.completer.download.plist  Adware! [Click to remove]
        [loaded]    com.genieo.completer.update.plist  Adware! [Click to remove]
        [running]    com.google.Chrome.framework.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.webtools.update.agent.plist [Click for support] [Click for details]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        AdobeResourceSynchronizer    Application  (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.0.0.85 BETA  - SDK 10.7 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        Omnibar  Adware! [Click to remove]
        MacMin
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    AddressBookSourceSync
             3%    Google Chrome Helper(10)
             3%    Google Chrome
             2%    mdworker(5)
             1%    WindowServer
    Top Processes by Memory: ℹ️
        729 MB    Google Chrome Helper(10)
        481 MB    kernel_task
        119 MB    Google Chrome
        115 MB    Mail
        74 MB    softwareupdated
    Virtual Memory Information: ℹ️
        58 MB    Free RAM
        3.94 GB    Used RAM
        218 MB    Swap Used
    Diagnostics Information: ℹ️
        Apr 20, 2015, 09:21:25 AM    Self test - passed

    So I looked up the info on OWC as suggested and found the correct memory to upgrade but not sure how much to get and which option? I wanted to know how much space I have available to upgrade so I don't buy something that's more than what can be used. I'm not sure if I need 4GB or 8GB of ram? Also there are two options with every memory choice for instance:
    8.0GB PC3-10600 1333MHZ SO Kit (4GB + 4GB) w/Lifetime Limited Warranty
    Same Day
    $78.79
    8.0GB PC3-10600 SO-DIMM 204 Pin w/Lifetime Limited Warranty
    Same Day
    $82.79
    Not sure what the difference is in the two and which I would need to purchase? Thank you for all your help!

  • It says this when I try to open iTunes:  Apple Application Support was not found.   Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.   Error 2   I've tried uninstalling it and installing it several t

    It says this when I try to open iTunes:
    Apple Application Support was not found.
    Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.
    Error 2
    I've tried uninstalling it and installing it several times. I've tried to download Apple Application Support separately but it just says:
    An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4... Please refer to Help and Support for more information. HRESULT:0x800736FD

    You have missing information in your Windows programming. 
    You need to repair your computer so it can run iTunes.  If you plug those error codes into your browser you may get an answer.

Maybe you are looking for

  • Delete music from the cloud with ipod touch

    how do  I delete songs from the cloud with ipod touch

  • How to save a copy of a file to different location using jfilechooser

    hi, this is ravikiran, In my project there is a situation where when a user clicks on some button, a copy of a file(which is initially in my project folder) must be saved to a location specified by the user. I have no idea how to do this using JFileC

  • Strange Import Issue with Canon 7D Footage Final Cut Pro X

    I'm hoping some folks can help me here as I'm stumped. I shot around 60 minutes of last evening with my Canon 7D.  File sizes ranged from 500MB to 4GB.  I imported from my 8GB memory card a 3.6 GB file and a 500MB file with no issue.  I then moved on

  • BW WEB REPROTS

    Hi Experts,                  I have one doubt, is there any possibility to the URL generated for the BW reports with out converting as webreport and then publishing to EP Portal and generating, i don't want all these things, i have several business c

  • Where can I find my music videos in iTunes 11?

    I recently updated to iTunes 11 and I'm having some difficulty locating my music videos. I used a program to download videos from YouTube then added them to my old iTunes 10 library and synced them to my iPhone. Now, however, I can't find a way to ad