Automatica​lly running a vi after switching tabs

I am currently working with a multi-tabbed vi. After the Tab 3 vi is executed, the program automatically switches to Tab 4. I want this Tab 4 vi to automatically run at this point. I have tried the RunOnOpen tool but it doesn't seem to work for my application... perhaps I am not initializing it properly? 
How can I get an individual tab to run automatically after a tab control event?

Here are images of my vi. I don't know how else to describe that when I have Tab 1 active, and click run, Tab 1 is the only part that executes. If I have Tab 2 active, and click run, Tab 2 is the only part that executes... 
What I am trying to do, while preserving the tab structure, is to have Tab 1 active, press Run, Tab 1 executes (including setting Tab 2 as the new active tab), and running Tab 2 without the need to physically press the Run button. 
Attachments:
Block Diagram - Page 1.JPG ‏52 KB
Block Diagram - Page 2.JPG ‏54 KB
Front Panel - Page 1.JPG ‏59 KB

Similar Messages

  • Freezing for a few seconds after switching tabs, freezing for a second without doing anything.

    Hello
    I use Firefox v. 25.0 (If i remember correctly I had this problem at 24 too) and I my browser freezes for a few seconds, maybe every 10 seconds. It only freezes for about give or take, 3 or 4 seconds but it is starting to bug me.
    I have tried
    -> Safe mode - still happens in safe mode.
    -> Restarting firefox (multiple times) - The last few restarts I have removed/disabled any add ons or extentions. It always starts with out the freezing, but maybe after 1 or 2 days the freezing comes back again. This time I'm just half way done with it so I haven't bothered to disable much.
    -> Checking for multiple duplicated files in the firefox folder - didn't have any.
    I apologize that this is a commonly asked question, but I wanted to see if I could get any help here before having to move to chrome (which is not recommended from my sister), or internet explorer (which is in my recycle bin...)
    Thank you in advance.

    Although your IE shortcut might be in the recycle bin, you'll still want to have IE installed for those special sites that only support IE...
    Do you usually have a lot of tabs open? By default, Firefox updates the file which stores open windows and tabs every 15 seconds. The larger this file gets, the longer this takes. A major overhaul was made for Firefox 25 to make this more efficient, so this might not be your issue, but you can stretch the interval out to 60 seconds and see whether that makes a difference. Here's how:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box that appears above the list, type or paste '''session''' and pause while the list is filtered
    (3) Double-click '''browser.sessionstore.interval''' and change the value from 15000 to 60000 (this value is in milliseconds: 15000/1000 = 15 seconds, 60000/1000 = 60 seconds). I don't know whether this takes effect immediately or the next time you start Firefox.
    Does that help?
    If that doesn't make much/any difference, have you set up Firefox Sync?

  • Second apple email is still running in MobileMe after switching to iCloud. How do I switch it to iCloud?

    I did the transfer to icloud a while back but i just realized that the second email i have attached to my account didn't switch over. Does anybody have an idea how to perform thar switch? I tried signing in on the web and couldn't but all the settings are still mobileme on the email account.

    Hi,
    Here is a link to the Apple Support site for everything Apple ID. Your other address may be under another ID. Follow the various paths under Multiple IDs to reconcile this so you can add that email to your iCloud Apple ID. If you find you do not have multiple IDs, the you can simply follow the instructions under Manage My Account for adding additional email addresses. But make sure you don't have multiple IDs first - it will ultimately save you a lot of time and frustration!
    Here's the link:
    http://www.apple.com/support/appleid

  • After update to Firefox 25, tabs will "go back" 2 to 3 pages, when switching tabs or exiting full screen.

    It happens most frequently when exiting full screen from a video. i.e. youtube, dailymotion, nbc.com - any site with embedded video players.
    When exiting full screen, the page skips backwards 2 to 3 pages. And no, I'm not clicking related videos while in full screen the whole time - this is while initiating full screen and exiting full screen, all from the same video page.
    This happens less frequently when switching tabs - but if I switch to another tab, then back, the first tab will load the page I was on 2 pages ago.
    More info: When this happens, the "forward arrow" is greyed out and the page that that loads is on the "back arrow" list twice - further down the list where it should be, as well as at the very top of the list, as though I had clicked on a link to that page.
    This all started immediately upon restarting Firefox after updating to version 25 - no other changes have been made to my computer.

    Thanks for the canned responses, but you guys are way off.
    More information: It's related to HTML5 - whenever I fullscreen an HTML5 video, Firefox skips backwards to the most recent HTML5 video before that one, when exiting fullscreen. This last time, it skipped backwards past 4 pages that had no HTML5 content at all, to the one that did.

  • Major annoyance - Safari switching tabs/windows after page load

    When I cmd-click on a link to open a page in a new tab, it starts to load the page. If I switch tabs or windows before the page is loaded, it will switch back to that tab/window when the page load is complete.
    Who thought this would be a good idea?!? This is the kind of impossibly poor user interface that I expect when I run Windows. Why has it infected my Mac? I DO NOT WANT MY SOFTWARE CHANGING MY INTERFACE ON ME!!! When I bring a tab or window to the front, I expect it to STAY in the front!!!!!
    PLEASE, FOR THE LOVE OF EVERYTHING SANE, FIX THIS NOW APPLE!!!

    BTW, this does not happen all the time - only on certain pages. A good example is the Washington Post. Click on an article, then switch to a different tab/window before the page completes loading. When the page load completes, it will switch your tab/window, bringing the article to the front. Very annoying.
    I suppose if could be an issue with the site using some severely twisted JavaScript. However, I have never seen this behavior before in Safari until very recently, and it does not happen in FireFox.

  • Switching tab error

    There is a Discoverer report that includes two tabs. Both of them have date parameters (from/to date) that are checked for "allow only one value for all sheets". The report runs smoothly in Desktop - i.e. going from one tab to the other.
    In PLUS, when switching from one tab to another THE FIRST TIME ONLY, there is an error message in running the query. Even if I re-enter the same dates, I get the error message.
    However, if I change the date in the parameters it is fine. And after that run, I can use the original parameter dates and it is fine - switching tabs gives no longer gives an error.
    Any suggestions?
    Thanks.
    Leah

    Hi Leah,
    This is an APEX forum...
    Try reposting your question on the disco forum:
    Discoverer
    Cheers,
    Mike

  • JTabbedPane - Switching tabs erases drawn graphics2d.

    We are using JPanes in a JTabbedPane for a web interface application.
    When switching to a tab in the JTabbedPane that already has Graphics2D components drawn on a JPane (lines, etc.), the drawn information disappears.
    We currently have the paint() method overrided in the JPane where we are actually drawing graphics.
    One work around we have tried was to place code in the JTabbedPane's componentlistener to run when it detects we've switched tabs. That didn't work as the code that runs is done prior to the final refresh of the JTabbedPane, which removes any drawn information.
    We had to place a refresh button on the JPane for the user to click (or any other even trigger) to re-draw the information in order for the image/graphics to be seen.
    How can we avoid this event-only displaying of our graphics? Is there another tab-switching trigger we are unaware of?

    You might have misunderstood how painting works: The information will NOT be retained after being drawn - there is not an "image" for each JPanels that keep the information drawn onto it. If you minimize the application, then restore it, you need to paint it again. If the user have put another window on top of your application, and then moves it, you will have to paint again. If you switch tabs or similar internally in your application, you will also have to paint again. This style is called "immediate mode"-type painting (Which can be compared to "retained mode" painting, whereby there actually is an image that will keep the information between changes. "Scene graph" approaches (which is what JavaFX does AFAIK, and also Java3D) is another "retained mode"-like mode.).
    Thus, one will have to paint everything for every display (The "clip area" in the graphics object defines how much you need to draw - e.g. if the user had a window partially over the application). You accomplish this by overriding paintComponent(Graphics g) on the component, which will be invoked every time the component needs to be redrawn.

  • IPhone 4S Safari freezes when switching tabs

    Hi.
    Mobile Safari in my iPhone 4S freezes when switching tabs.  This does not happen every time Safari is running, but it happened one too many already.  Safari freezes even if I only have one tab and wanted to create a new one.  The app would usually freeze while doing the switch, tho it also froze just before the tabs switch.  Has anyone experienced the same?  Please help.  Thank you.   

    User troubleshooting after a reset is a restore. First from a backup and if that doesn't help, then as a new device. Remember a restore will delete data from the phone. Make sure you have everything backed up and synced to the computer before attempting the restore. If that does not help, make an appointment with the Apple Genius Bar to check for hardware faults.

  • Discoverer - switching tab error

    There is a Discoverer report that includes two tabs. Both of them have date parameters (from/to date) that are checked for "allow only one value for all sheets". The report runs smoothly in Desktop - i.e. going from one tab to the other.
    In PLUS, when switching from one tab to another THE FIRST TIME ONLY, there is an error message in running the query. Even if I re-enter the same dates, I get the error message.
    However, if I change the date in the parameters it is fine. And after that run, I can use the original parameter dates and it is fine - switching tabs gives no longer gives an error.
    Any suggestions?
    Thanks.
    Leah

    It just states that there was an error running the query. No error number or specifics.

  • My macbook pro is running very slow after upgrading to version 10.9.1  Here are the results of running EtreCheck:

    I am running very slowly after upgrading to ver 10.9.1 on my macbook pro.  Can anyone help me to solve this problem.  I am including the results from running Etresoft.
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.53 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics - VRAM: 288 MB
              NVIDIA GeForce GT 330M - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    Startup Items:
              ChmodBPF: Path: /Library/StartupItems/ChmodBPF
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:53:49
    Disk Information:
              Hitachi HTS545050B9SA02 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (200.83 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Internal Memory Card Reader
              Western Digital My Passport 071A 1 TB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Backup (disk1s2) /Volumes/Backup: 999.83 GB (622.71 GB free)
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.kodak.aio.kcpconnector.plist
              [loaded] com.leapfrog.connect.shell.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.sonos.smbbump.plist
    Launch Agents:
              [loaded] com.kodak.BonjourAgent.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.kodak.KODAK AiO Firmware Updater.plist
              [loaded] com.kodak.KODAK AiO Software Updater.plist
              [loaded] com.kodak.StatisticCollection.plist
              [loaded] com.spotify.webhelper.plist
              [loaded] uk.co.markallan.clamxav.freshclam.plist
    User Login Items:
              Monitor
              ScanSnap Manager
              Evernote
              Dropbox
              AdobeResourceSynchronizer
    3rd Party Preference Panes:
              Flash Player
              Growl
    Internet Plug-ins::
              Flip4Mac WMV Plugin: Version: 2.3.8.1
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 10.1.8
              AdobePDFViewer: Version: 10.1.8
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6
              Silverlight: Version: 4.0.51204.0
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins::
              Google Earth Web Plug-in: Version: 7.1
              Dashlane: Version: Dashlane 1.0.0 - SDK 10.7
    Bad Fonts:
              None
    Old applications:
              AiOFirmwareUpdater:          Version: 7.7 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/AiOFirmwareUpdater.app
              Install Spotify:          Version: 1.0 - SDK 10.5
                        /Users/jimschindler/Downloads/Install Spotify.app
              KODAK AiO Home Center:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Home Center.app
              KODAK AiO Scan:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Scan.app
              KODAK AiO Software Updater:          Version: 7.7 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Software Updater.app
              KODAK AiO Uninstall:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Uninstall.app
              Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
              Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
              Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
              Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
              Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Excel.app
              Microsoft Graph:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
              Microsoft Outlook:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Outlook.app
              Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
              Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
              Microsoft Word:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Word.app
              My Day:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/My Day.app
              Open XML for Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
              Registration:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/Registration.app
              Solver:          Version: 1.0 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              Spotify:          Version: 0.8.4.124.ga3559d86 - SDK 10.5
                        /Applications/Spotify.app
              SyncServicesAgent:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 277.92 GB
              Destinations:
                        Backup [Local] (Last used)
                        Total size: 931.17 GB
                        Total number of backups: 85
                        Oldest backup: 2013-02-13 18:40:47 +0000
                        Last backup: 2013-12-31 17:59:26 +0000
                        Size of backup disk: Adequate
                                  Backup size 931.17 GB > (Disk used 277.92 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  29%          Mail
                   3%          WindowServer
                   2%          mtmd
                   1%          EtreCheck
                   0%          NETGEARGenieDaemon
    Top Processes by Memory:
              410 MB          mds_stores
              238 MB          Evernote
              229 MB          Mail
              147 MB          iBank
              123 MB          WindowServer
    Virtual Memory Statistics:
              3.36 GB          Free RAM
              2.92 GB          Active RAM
              621 MB          Inactive RAM
              1.11 GB          Wired RAM
              1.67 GB          Page-ins
              0 B          Page-outs

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Can't find my main iPhoto library after switching to another library. Where is it - its not in list of libraries

    I can see the library of photos in Aperture so I know the photos are still there and still organized, but I'm unable to see them in iPhoto after switching to a different library, then trying to go back - where is that library? Its not listed. The desired iPhoto library was iPhoto 11, this one is only 9.6.

    First: Locate it.
    Right click on the word iPhoto in the Menu bar. This will show you the location of the Library:
    Most Simple Back Up:
    Drag the iPhoto Library from wherever it is to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store

  • AMD GPU fan runs constantly even after disabling DGPU

    I have a HP-Pavilion dv6 6121TX, with AMD 6770m gpu.
    The fan of the gpu runs constantly even after disabling it using the following command
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    the output for "cat /sys/kernel/debug/vgaswitcheroo/switch" is as follows
    0:DIS: :Off:0000:01:00.0
    1:IGD:+:Pwr:0000:00:02.0
    It shows that the DGPU is off and yet the fan for the same runs continuously at full speed.
    Would be really grateful for any suggestions.
    Thank you.

    You might also try a different battery if you have access to one. Unfortunately, many of the replacement batteries being shipped by Apple are defective. They don't fit properly into the battery bay. I suspect that if the quality control is this poor, then it seems likely that other problems will arrise as well. Check carefully that the battery itself is not overheating. Another possibility which also happened to me is that after installing the last upgrade to the operating system, one or more of the third party widgets became problematic, causing the same problem you describe. After removing all third party widgets, the problem stopped. Good Luck

  • Call a Function when switching tabs in TabbedPanel

    I am using Allan Jardine's DataTables javascript library , along with the Spry TabbedPanel. I have one table in each of a number of Tabs. The table in the tab opened by default (or if I use ShowPanel()) is fine. However, if I switch tabs, the other tables, which were hiden when the page was opened,  are not correctly initialised, and don't display correctly. Doing anything that causes the displayed table to be redrawn results in the table displaying correctly, and from then on I can switch tabs and the tables are fine.
    DataTables has an API function fnDraw(), which will cause a specified table to be redrawn. Is it possible to cause TabbedPanel to call a user specified function when the tabs are swapped, so I can call fnDraw()? I think this woiuld solve my problem.
    Thanks
    Ron

    Thanks.
    But I found a simpler way. At the end of the jQuery(document).ready(function(), which initialises the datatables, I added
    var ret=TabbedPanels1.showPanel("expiredquotes");
    oTable2.fnDraw();
    var ret=TabbedPanels1.showPanel("confirmedquotes");
    oTable3.fnDraw();
    var ret=TabbedPanels1.showPanel("openquotes");
    Which opens each of the "other" tabs and redraws the respective DataTable while they are "visible". Then at the end I display the 'default' Tab. I only need to do this once, when the page is opened, after which the tables are correctly formatted.
    Regards
    Ron

  • AIR app crashes when switching tabs

    Hi there:
    I posted in another forum about this, but it seems the issues
    aren't really related, so a recap:
    quote:
    Originally posted by:
    patrickcheatham
    I am trying to run an AIR app which _crashes_ as soon as it
    needs to access a file or files on the hard drive (via an HTML
    component). Sometimes it just crashes, sometimes I get an error
    that the app can't find Adobe AIR. I have followed most or all of
    the suggestions in
    this
    thread.
    Attached code is a crash report.
    Thanks!
    The app can be found
    here
    The crash report can be found
    here
    The crash report has WebKit all over it; interstingly, when a
    user reported installing the Safari 4 Beta recently, all crashing
    stopped (that doesn't really make sense to me, but OK).
    quote:
    Originally posted by:
    patrickcheatham
    I have further input on this:
    1) The crash occurs when the user switches tabs;
    specifically, when the user switches from a tab which does _not_
    contain an HTML component, to one which _does_ contain an HTML
    component. Said HTML component looks for local content.
    2) The crash occurs when the app tries to phone home to
    Adobe; this phoning home appears to occur during item 1 above
    _and/or_ when the app is launched.
    Any help from above or insight appreciated.
    Thanks,
    Patrick

    Hi Mirela:
    It may be that the issue is a non-issue with AIR 1.5.1
    (versus v1.5), so we'll see. Frustrating, nonetheless, especially
    since it is a sporadic issue.
    You can follow other users' experiences in the forum at
    panosalado.com.
    Thanks for taking the time to download it and try it out --
    and for the feedback. Good to hear a positive! :)
    Cheers,
    Patrick

  • My NoSquint zoom settings are all screwed up. They magnify and de-magnify when I switch tabs. How do I fix this?

    NoSquint was working fine. Then, after an unexpected power outage, it stopped working fine after I powered my computer back up. Basically, the problem is this: I open a new tab, and the page loads to its desired magnification. I open another tab, and that page loads to its desired magnification. Then I switch back to the first tab, and the page is no longer at the desired magnification. Then I switch back to the second tab, and that page is no longer at the desired magnification. So I'm constantly re-setting the magnification, each time I switch tabs.
    Before the outage I had noticed that this was a problem with Facebook pages (for whatever reason), but it never happened with other pages. Now it happens for all the pages I load.
    Also since the power outage, I've noticed that pages are loading funny--text overlapping other text, images off register, etc.
    Please help restore my once near-perfect browser to near perfection!

    You can try:
    * http://kb.mozillazine.org/Preferences_not_saved
    You can rename the file content-prefs.sqlite to content-prefs.sqlite.old (or delete the file) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to reset the page zoom on all sites.

Maybe you are looking for