Accessible Buttons

If I have standard button, I use the 'click=dosomething()'
attribute in MXML.
However this doesn't appear to work if you are using the
keyboard to navigate.
What event do you use in this case?
Joc

Ok, I knocked up a quick Accessible Button Component which
responds to
pressing the Enter key. It inherits from the Flex Button
Component but just
adds a KeyUp event which then fires a Mouse click on itself.
It's hard wired
to KeyUp but could quite easily be customised to use either
Up or Down.
Use it where you would a normal Flex Button.
<?xml version="1.0" encoding="utf-8"?>
<mx:Button xmlns:mx="
http://www.adobe.com/2006/mxml"
creationComplete="ButtonSetup();">
<mx:Script>
<![CDATA[
public function ButtonSetup():void {
this.addEventListener(KeyboardEvent.KEY_UP,
ButtonReturnPressed );
public function ButtonReturnPressed(evt:KeyboardEvent):void
if(evt.keyCode == Keyboard.ENTER) {
var me:MouseEvent = new MouseEvent( "click" );
dispatchEvent( me );
]]>
</mx:Script>
</mx:Button>
Joc

Similar Messages

  • LMS 4.2.2 virtual appliance fresh install : DCR Server Error

    Hello,
    I have installed a new version of LMS 4.2 on virtual appliance (VMware 4.1) and I have an issue.
    When I go the "Device Administration --> Manage Device State" I have the following error :
    Server Error
    Error
    Error in communicating with DCR Server. For more details click here.
    DCR Server may be down. Please start the DCR Server and then refresh the page.
    Following the details link I have : (I did all the check written below).
    DCR Server Error
    The communication error may be due to the following reasons:
    The DNS resolution does not match with server assigned IP Address. Workaround: DNS resolvable IP Address should be same as server IP Address. DHCP is enabled in the server. Workaround: DHCP should be disabled in the server. The server’s original IP Address may have changed. Workaround: Restart Cisco Prime Daemon Manager. CTM registry corruption has occurred due to rebooting the server without stopping the Cisco Prime  Daemon Manager. Workaround: Delete the ctmregistry and ctmregistry.backup file in  NMSROOT/MDC/tomcat/webapps/cwhp/WEB-INF/LIB and then restart the Cisco Prime Daemon  Manager. DCR Server and related process might be down. Workaround: Check the processes to make sure DCR Server is running, and restart it if not. The hostname change is not done by the hostnamechange.pl in LMS. Workaround: Hostname change should be done using NMSROOT/bin/hostnamechange.pl in LMS. LMS self signed certificate would have been expired. Workaround: Regenerate the certificate and restart the daemon manager.
    I try to reinstall LMS 4.2 with or without patches 4.2.1 and 4.2.2 I always have the same problem. The DCR server process is running.
    Here the result of the show application status LMS in SSH :
    S-CISCO-LAN-MS/sysadmin# show application status LMS
      Process               State                                     Pi
    d
      ESS                   Program started - No mgt msgs received    27
    14
      EssMonitor            Running normally                          29
    50
      EventFramework        Program started - No mgt msgs received    32
    95
      SyslogCollector       Running normally                          32
    96
      RMEDbEngine           Program started - No mgt msgs received    32
    97
      DfmBroker             Running normally                          34
    24
      DfmServer             Running normally                          36
    62
      DfmServer1            Running normally                          36
    63
      FHDbEngine            Program started - No mgt msgs received    36
    64
      EPMDbEngine           Program started - No mgt msgs received    40
    81
      EPMServer             Running normally                          42
    20
      AdapterServer         Program started - No mgt msgs received    43
    20
      AdapterServer1        Program started - No mgt msgs received    43
    21
      FHServer              Running normally                          43
    22
      INVDbEngine           Program started - No mgt msgs received    43
    23
      PMServer              Running normally                          4582
      IpmDbEngine           Program started - No mgt msgs received    4708
      UPMDbEngine           Program started - No mgt msgs received    4840
      UPMDbMonitor          Running normally                          4949
      ANIDbEngine           Program started - No mgt msgs received    4953
      MACUHIC               Running normally                          4990
      UTLITE                Running normally                          4991
      CmfDbEngine           Program started - No mgt msgs received    4992
      CmfDbMonitor          Running normally                          5104
      DFMLogServer          Program started - No mgt msgs received    5106
      DFMCTMStartup         Administrator has shut down this server   0
      FHPurgeTask           Never started                             0
      DFMMultiProcLogger    Program started - No mgt msgs received    5108
      CSDiscovery           Never started                             0
      DCRDevicePoll         Never started                             0
      CSRegistryServer      Running normally                          5109
      Tomcat                Program started - No mgt msgs received    5110
      TomcatMonitor         Running normally                          5206
      Apache                Running normally                          5567
      DCRServer             Running normally                          5580
      CMFOGSServer          Program started - No mgt msgs received    5641
      TISServer             Program started - No mgt msgs received    5642
      DFMOGSServer          Program started - No mgt msgs received    5757
      NOSServer             Running normally                          5795
      PTMServer             Running normally                          5796
      InventoryCollector    Running normally                          5797
      Interactor            Program started - No mgt msgs received    5885
      InventoryCollector1   Program started - No mgt msgs received    5886
      Interactor1           Program started - No mgt msgs received    6116
      UPMProcess            Running normally                          6117
      WlseUHIC              Running normally                          6118
      UTManager             Running normally                          6119
      VNMServer             Program started - No mgt msgs received    6120
      EssentialsDM          Running normally                          6121
      ICServer              Running normally                          6310
      EnergyWise            Running normally                          6581
      ConfigMgmtServer      Running normally                          6582
      PMCOGSServer          Program started - No mgt msgs received    6583
      ConfigUtilityService  Running normally                          6584
      CAAMServer            Running normally                          6585
      IPMOGSServer          Program started - No mgt msgs received    6586
      TopoServer            Program started - No mgt msgs received    6587
      LicenseServer         Program started - No mgt msgs received    6588
      FDRewinder            Never started                             0
      NameServer            Program started - No mgt msgs received    6591
      NameServiceMonitor    Program started - No mgt msgs received    6792
      EDS                   Running normally                          6870
      ANIServer             Running with busy flag set                7224
      UTMajorAcquisition    Never started                             0
      EDS-GCF               Running normally                          7257
      jrm                   Running normally                          7258
      DataPurge             Administrator has shut down this server   0
      IPMProcess            Program started - No mgt msgs received    7535
      CTMJrmServer          Administrator has shut down this server   0
      SyslogAnalyzer        Never started                             0
      ChangeAudit           Never started                             0
      diskWatcher           Running normally                          8381
    I run out of ideas...
    Regards,
    Abel

    Hi Afroz!
    Thanks for the quick reply!
    1) I checked files - and indeed, the third link of the file was empty.
    I restored contents of the same test server (as an attachment - original files) - now everything is working fine. Many thanks for your advice!
    Because of what could this happen?
    Current settings are as follows (i did not change them):
    [lms42/root-ade etc]# ls -la /opt/CSCOpx/MDC/tomcat/shared/lib/ctm_config.txt
    -rw-r--r-- 1 casuser casusers 1037 Jul 22 13:54 /opt/CSCOpx/MDC/tomcat/shared/lib/ctm_config.txt
    [lms42/root-ade etc]# ls -la /opt/CSCOpx/MDC/tomcat/webapps/cwhp/WEB-INF/lib/ctm_config.txt
    -rw-r--r-- 1 casuser casusers 1084 Jul 22 13:54 /opt/CSCOpx/MDC/tomcat/webapps/cwhp/WEB-INF/lib/ctm_config.txt
    [lms42/root-ade etc]# ls -la /opt/CSCOpx/MDC/tomcat/lib/ctm_config.txt
    -rwxr-xr-x 1 casuser casusers 1104 Aug 20 12:07 /opt/CSCOpx/MDC/tomcat/lib/ctm_config.txt
    2) It was also noted that if address on the link "Inventory>Device Administration>Discovery>Schedule", then an error message appears:
    Error
    Error in getting the Discovery configuration information, please configure Standard / Custom Discovery and start the schedule.
    - no any records for Discovery Schedule and not accessible button Add (for add new Discovery Jobs).
    This is related errors?

  • Problem with JButton and NVDA

    I am using the following code and would like to hear NVDA and JAWS announce my button when I roll over it. The JFrame name and title bar components are announced, but that is all. Can someone help?
    import javax.swing.JButton;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    //import javax.accessibility.*;
    public class JFrameExample
    extends JPanel {
    public JFrameExample() {
    JButton aButton = new JButton("Button");
    aButton.getAccessibleContext().setAccessibleName("Button");
    String desc = "This is a simple button";
    aButton.getAccessibleContext().setAccessibleDescription(desc);
    add(aButton);
    public static void main(String[] args) {
    JFrame f = new JFrame("Accessible Button");
    f.getContentPane().add(new JFrameExample(), BorderLayout.CENTER);
    f.pack();
    f.setVisible(true);
    Environment - Windows Vista 64
    JDK 1.6.0_21 32 bit , jre6 32 bit - Java Access Bridge dlls installed in both places
    NetBeans 6.9.1 , Eclipse Helios 32 bit
    NVDA 2010.1, JAWS 11

    hmmm my code is very big, but make something like that
    create a instance of launcher
    and create the graphicals components
    i call the method,
    private JButton m_logoutButton;
    constructor.....{
    m_logoutButton = new JButton();
    setButtonEnabled(true);
    setButtonEnabled(boolean enabled){
    m_logoutButton.setEnabled(enabled);
    public void logout(){
    setButtonEnabled(false);

  • Change default file- open

    How do you change the initial path that file->open looks in? I cannot seem to change this to a folder that is predefined to hold *.sql files.
    Sql Developer 2.1 I am using.

    Can't be done, but sqldev should remember previously used paths and make easily accessible buttons for them in the left margin. Setting Preferences - Database - Worksheet - Select default path to look for scripts can also help.
    Regards,
    K.

  • Cool new shuffle is out!

    See http://store.apple.com/us/browse/home/shopipod/family/ipodshuffle?mco=MTE2NTU
    4GB, multiple playlists, voiceover. Looks tiny but awesome.

    This hurts to write but here are some quick and honest observations:
    You can tell that Apple is starting to get sloppy.
    If you look carefully at the last minute of the instruction film, you can see that the white balance is noticeably off, creating a pink color-cast when compared to the rest of the film.
    The old shuffle was brilliant in the gym because it allowed you to easily operate the unit via the logically placed and easily accessible buttons that you always knew where to find, without even looking! because it was clipped onto the location you last put it. (Great when running!)
    The new shuffle forces you to fumble after and "search" for the controls that you know dangle somewhere on the headphone-cable (hmm...was it the left side or the right? jog, jog, jog...) The control buttons are tiny and more densely placed in relation to each other, making the unit trickier operate than the old intuitive shuffle.
    Because the controls are fixed onto the default Apple stock headphones (brain-dead move by the way...) you can no longer use those nice in-ear headphones that you'ld normally want to use in the gym, on the plane or other noisy environments. The only headphones you can use are Apples in-ear headphones that cost as much as the new shuffle itself i.e $ 79 which means you'll have to pay a total of $158!
    Tip:
    Go out and grab a couple of the old shuffles while they last because this new shuffle will probably be known as the "Windows Vista of iPod shuffles" and share the same fate as the now extinct fat nano.
    Do it now!
    Cheers / Badtastic
    null
    Message was edited by: Badtastic

  • Navigation buttons getting error in Accessible PDF

    In InDesign cs6 I have created 2 internal navigation buttons, one is "Go to destination" and one is "Go to Previous View". After exporting as an interactive pdf (yes, all the correct boxes checked or unchecked) and running a full check, I get these error messages:
    2 element(s) that are not contained within the structure tree. (How to Add Tags)
    Inaccessible digital signature
    Inaccessible form field
    I have been creating accessible pdfs for about a year but have never had to make one with this type of button. I have no idea why this is happening and have searched everywhere for an answer. Can anyone help? Please!

    Sorry for the delay in responding, you've probably solved this by now.  But just in case not, or for others searching for this answer. 
    Strangely enough Navigation Buttons are considered "Form Fields" and need to be tagged in the proper reading order the Tag Panel under a Form tag. They also need tool tips which explain their purpose to the user.  The Tab Order also needs to be set in the Forms Task Pane.
    Here is a link that may help.
    http://www.adobe.com/content/dam/Adobe/en/accessibility/products/acrobat/pdfs/acrobat-xi-a ccessible-forms.pdf

  • Make SteelExternalAll.swf buttons accessible

    I just added a huge Play button to start and stop my video.
    Except now, the buttons in the SteelExternalAll.swf are no longer
    accessible by pressing TAB on the keyboard. The Tab key just tabs
    to the Play button. When the Play button wasn't there, the buttons
    tabbed fine.
    How can I get those buttons accessible again? Is there anyway
    to access them through Actionscript?

    Thanks! That works
    I have another question, if I want to adjust it to center position, where & when should I listen the resize event?

  • Is there some way I can insert and play these additional audio files, accessible via separate button

    I am converting a CD-ROM course to an online format with that software.
    In the majority of slides created I have used the Import Audio function to insert a primary audio file containing important curriculum information.
    This file typically activates the moment you open the slide.
    So far so good.
    However, in many slides I also need to insert some secondary audio files.
    While the Import Audio function permits me to splice several files into one, this isn't what I want.
    Instead, I need to insert one or more additional audio files that can be activated independently via separate buttons on a given slide.
    I can in fact do this with the Insert Button function, but in the process a Windows Media Player file opens when I convert the project into HTML.
    My question:
    Is there some way I can insert and play these additional audio files, accessible via separate buttons, without creating and opening a Windows Media Player file?
    Thanks

    It is hard to assess the situation without sitting at your computer and having a look myself.  First, if you're seeing space savings I doubt all your files are a compressed format.  Frequently if you try compressing a compressed format file such as AAC (don't confuse with AIFF) you will actually find the file gets larger because there is overhead to compression and if it cannot compress any more then you end up just adding overhead on top of no savings.  Second, normally if you zip the iTunes library it would basically make it inaccessible to iTunes and iTunes would make you a brand new library or at least flag all your tracks as missing (as you are seeing ain part).
    I don't know what computer you are running, which operating system, which version of iTunes.  Unless they have done something radical in Lion in terms of letting you zip your iTunes folder and still have it functional, you either didn't zip the whole thing, or... I don't know.  One scenario is that somehow your media have been split up and you have them in several locations.  One isn't really part of your library except for 80 tracks, so when you compressed it (and I still am puzzled by the compression unless it was AIFF files you were no longer using), it didn't really make much difference to the playability.  Then you have an untouched library elsewhere.
    Use the Reveal In Finder command to see where some of those problem files are located vs. where the playable files are located.

  • HT5704 Since updating to iOS 6.1.3 on my iPhone there have been odd sim card messages, and now my wifi button in settings is not accessible. Also huge battery and data drain. Any suggestions?

    Since updating to iOS 6.1.3 on my iPhone there have been odd sim card messages, and now my wifi button in settings is not accessible and turned off. Also huge battery and data drain. Any suggestions?

    Hi imobl,
    Thanks for your response, I forgot to add that the five 3uk sims we have in use, I have tried all of them none of them are recongnised non of them have pin codes, I even purchased four more sims Tmobile (original carrier) Vodaphone, 3 and giffgaff.

  • Buttons inside moveiclip not accessible

    Hi,
    I am making this website, which contains a load file, which contains a movieclip holder, which holds all the different parts of the website.
    Now within the portfolio.swf, which is within mcholdr, inside load.swf, there are several images, which are buttons. On clicking one image, I have code which dims, i.e. reduces _alpha for all the buttons and disables them. Now when I test portfolio.swf alone, this code works, but when I access portfolio.swf through load.swf, the code is not working.
    The code within each image button inside portfolio.swf is:
    while (i<=29) {
            _root.folioholdermc["img"+i]._alpha = 20;
            _root.folioholdermc["img"+i].enabled = false;
            i++;
    img1 to img20 are the image buttons. They are placed within folioholdermc, which in inside portfolio.swf.
    Structure with portfolio.swf alone : Main timeline ------> folioholdermc -------> img1 to img20
    Now through load.swf is : Main timeline --------> mc_load -----------> portfolio.swf (loaded with MovieClipLoader)
    I tried everything from
    _root.mc_load.folioholdermc[img....
    folioholdermc[img.....
    Nothing works. Is this a path problem??? How do I access these buttons?? I want to use the loop, as there are many buttons, so a simple img1._alpha will not work, as I will have to type this out for each button. How can I get the same effect using the loop??
    Thanks

    If I'm interpretting your posting correctly, it ilikely you have an issue using _root references.  Unless specified otherwise, if you load an swf file that uses _root references, those _root references will target the main file's _root.  To get around this you probably need to implement _lockroot in the files that you are loading.    Look it up in the AS2 help files.  In your case it may be as simple as adding the following to the main timeline of the file(s) you load...
    this._lockroot = true;

  • The back/forward button no longer has a drop-down list of previous pages visited in that tab: or is this accessible some other way?

    The question says it all, really. I just installed Firefox 4, and noticed a significant (for me) reduction in utility: in the previous version, the back button used to have a drop-down arrow which showed the previous pages visited in a particlular tab, and allowed you to go back several pages in one go, if you wanted to (say, when browsing a series of sites to buy something or other). Firefox 4 no longer has this facility, which I personally found very useful from time to time.
    Is it available by some other means? If not, maybe I should consider reverting to the previous version, which suited me better, in this regard at least.

    Just put the little arrow back into the system. Fix this now. I don't want 2 other options. Get this right for "nontech" people.

  • I have an iphone 4, 8gb and I do not have an accessible icloud button on my settings

    So the button is grayed out, and I cannot enable it,

    Welcome to the Apple Community.
    Check if you have restrictions enabled (settings > general) and whether you are allowed to edit accounts.

  • Motion filters no longer accessible from "filters" button

    After installing Leopard, my Motion filters (image control, stylize etc. are no longer visible). I can see this party plugs,such as Fx Factory, but none of the Motion ones. I was wondering if I should reinstall motion as a whole...

    I've got the same problem too. I did an Archive & Install of Leo. I haven't used case-sensitive drive formatting which caused a similar problem:
    http://discussions.apple.com/thread.jspa?messageID=5527981&#5527981
    The only filter I have is Primatte RT.
    I can see the rest of the filter files:
    Motion.app/Contents/LibraryContent/FIlters/
    But Motion doesn't seem to know where they are. I looked for some reference to filters in the plist files to redirect Motion to the filters, but can't find any reference.

  • This is a test of the Edit button

    I am using Harm's original guide posts to see what's happening with the edit button
    How do you set up your editing machine in terms of disks for maximum performance and reliability? (SSD's are left out here.)
    This is a question that often arises and all too often one sees that initial settings are really suboptimal. These rules are intended to help you decide how to setup your disks to get the best response times. Of course the only disks in an editing machine must be 7200 RPM types or faster. No GREEN disks at all.
    Rule 1: NEVER partition a disk. You may ask why? First of all, it does not increase disk space, it just allocates the space differently. However, the major drawback is that for a partitioned disk the OS must first access a partition table at the beginning of the disk for all accesses to the disk, thus requiring the heads to move to the beginning of the disk, then when it has gotten the partition info move to the designated area on the disk and perform the requested action. This means much more wear-and-tear on the mechanics of the disk, slower speeds and more overhead for the OS, all reducing efficiency.
    Rule 2: Avoid using USB drives, since they are the slowest on the market. Do not be tricked by the alleged bandwidth of USB 2.0 advertisements, because is just is not true and remember that the alleged bandwidth is shared by all USB devices, so if you have a USB mouse, keyboard, printer, card reader or whatever, they all share the bandwidth. Stick to SCSI or SATA disks or e-SATA. If needed, you can use Firewire-800 or even Firewire-400 disks, but they are really more suited for backups than for editing.
    Rule 3: Use at least 3 different physical disks on an editing machine, one for OS/programs, one for media and one for pagefile/scratch/renders. Even on a notebook with one internal drive it is easy to accomplish this by using a dual e-SATA to Express card connector. That gives you an additional two e-SATA connections for external disks.
    Rule 4: Spread disk access across as many disks as you have. If you have OS & programs on disk C:, set your pagefile on another disk. Also set your pagefile to a fixed size, preferably somewhere around 1.5 times your physical memory.
    Rule 5: Turn off index search and compression. Both will cause severe performance hits if you leave them on.
    Rule 6: If the fill rate on any of your SATA disks goes over 60-70% it is time to get a larger or an additional disk.
    Rule 7: Perform regular defrags on all of your disks. For instance, you can schedule this daily during your lunch break.
    Rule 8: Keep your disks cool by using adequate airflow by means of additional fans if needed. You can use SMART to monitor disk temperatures, which should be under 35 degrees C at all times and normally hover around 20-24 C, at least in a properly cooled system.
    Rule 9: If people want raid, the cheapest way is to use the on-board IHCR or Marvell chip, but it places a relatively high burden on the CPU. The best way is a hardware controller card, preferably based on the IOP348 chip. Areca ARC and ADAPTEC come to mind. 3Ware uses it's own chipset and though not bad, they are not in the same league as the other two. Promise and the like in the budget range are no good and a complete waste of money. Expect to spend around $ 800 plus for a good controller with 12 connectors internally and 4 e-SATA connectors. Important to consider in a purchasing decision is whether the on-board cache memory can be expanded from the regular 256/512 MB to 2 or even 4 GB. Be aware that 2 GB cache can be relatively cheap, but the 4 GB version extremely costly ($ 30 versus $ 300). For safety reasons it is advisable to include a battery backup module (BBM).
    Rule 10: If you can easily replace the data in case of disk failure (like rendered files), go ahead and use raid0, but if you want any protection against data loss, use raid 3/5/6/10/30/50. For further protection you can use hot spares, diminishing downtime and performance degradation.
    In general when you get a new disk, pay close attention to any rattling noise, do perform regular disk checks, and in case of doubt about reliability, exchange the disk under guarantee. Often a new disk will fail in the first three months. If they survive that period, most of the disks will survive for the next couple of years. If you use a lot of internal disks like I do (17), set staggered spin-up to around 1 second to lessen the burden on the PSU and improve stability.
    Hope this helps to answer some basic questions. If not, let me know. Further enhancements and suggestions are welcome
    ==============================================================================
    For AMD setups, disregard the mentions of sockets and the like but the general recommendations still hold.
    When you need a new PC for editing purposes, you basically have three choices:
    1. Buy an off the shelf system from companies like HP or Dell.
    2. Buy a custom built PC from a specialist company, like http://www.guygraphics.com/
    3. Build it yourself.
    Solution 1 can offer good prices if you stick to their standard configurations and it is easy. But remember that these companies make their profit not on the base system, but on all the options they offer. If you follow their recommendations and upgrade memory, hard disks, or choose a better video card or a faster processor, they steal you blind.
    I have nothing against HP or Dell, I have bought systems from them, but usually that was because of a great offer with all the features I needed at the time and applied to notebooks, desktops and servers.
    Solution 2 is usually costly, but you get what you pay for. You get the expertise of the seller/builder in selecting the right components, he builds it, installs the software and tests it before delivery. The downside is that often these specialists have their own favorite hardware, like Matrox or Canopus and try to get that into the deal, which increases the price.
    Solution 3 is usually the most cost effective and the most flexible, but the largest drawback is that you need to choose all the right components, to be aware of potential incompatibilities and build it yourself. Many see that as a major stumbling block, but really it is not difficult. Another drawback is support. You have to do it yourself.
    The first steps to take are twofold:
    1. What material do you want to edit and how do you want to deliver the results?
    To put it bluntly, if you want to edit material, recorded with a mobile phone, a digital still camera, recorded off the internet from YouTube or similar, recorded from TV, grabbed from the screen, encoded with any unsuitable codec like DivX, XVid, or the like, or ripped from DVD, and that is your major purpose, no need to read this further, just use a consumer application like Windows Movie Maker or Magix for your editing.
    This guide is for people who use a VIDEO camera and want to edit that.
    So for people with video cameras, what is the main format you use? DV, HDV, DVCPROHD, AVCHD, XDCAMHD, other?
    Do you deliver for the web, on BR or DVD or all of those?
    2. What is your budget?
    Once you have answered these two basic questions for yourself can you start the selection process.
    It will require you to read quite a lot about PC's. Good general sources of information are:
    http://www.tomshardware.com and http://anandtech.com
    As a general rule of thumb you can say that the minimum requirements in terms of CPU, despite what Adobe mentions as minimum requirements, are:
    1. For DV: Core 2 Duo
    2. For AVCHD: i7 with HT or dual Xeon's 55xx
    3. For other HD formats: Core 2 Quad
    It generally does not pay to get the fastest CPU, unless you have an unlimited budget. Their price/performance is usually not the best and you will find a step down gives you nearly the same performance at a much lower price. And there is always overclocking, but I'll come back to that later. To give an example, the Core 2 Extreme QX6850 is currently more than 4 times as expensive as the Core 2 Quad Q9550, but does not deliver any noteworthy performance improvement. And both are quad cores.
    To help you narrow down your choices, it is worthwhile to have a look at these charts:
    http://www.tomshardware.com/charts/desptop-cpu-charts-q3-2008/Cinema-4D-Release- 10,835.html
    Likely a new version for Q1-2009 will come out shortly.
    In deciding on your shortlist, keep in mind that for video editing FSB speed and cache size are very important. First look at FSB speed (the higher the better, so if you have the choice between 1066 or 1333 FSB, always choose the higher one if it fits your budget). Next narrow down your choices by selecting the CPU with the largest cache. 6 MB L3 cache is better than 3 MB.
    Let's assume that after studying all these sites and reading a lot about CPU's, you have made a shortlist of possible candidates, that fit the minimum requirements indicated above, you have to identify what socket the CPU uses. Is it a 775 pin socket (Core2), a 1366 pin (i7 or Xeon 55xx) or a 771 Xeon 54xx or lower (old generation) socket. This will largely determine your choice of motherboard and memory type you need and as a consequence the case and cooling you need.
    In general the chipset on a 775 mobo uses DDR2, dual channel memory, which is widely available and relatively cheap. On a 771 mobo the memory used is FBDIMM (fully buffered DDR2) with ECC (error correction) which is much harder to get and significantly more expensive. On a 1366 mobo the memory is triple channel DDR3 which is faster than DDR2 but also more expensive. For Xeon 55xx based boards memory used is FBDIMM's triple channel with ECC, which is hard to find and costly.
    The main difference between DDR2 and DDR3 is that dual channel requires two populated memory banks for dual channel operation, whereas triple channel DDR3 requires three banks populated. That is the reason that mobo's with DDR2 usually come with 4 or 8 GB RAM and DDR3 mobo's with 6 or 12 GB RAM. DDR3 is faster (at the same specs) than DDR2. To complicate matters further, most 775 mobo's offer 4 memory slots, 1366 mobo's usually offer 6 memory slots and 1366 dual socket Xeon boards usually offer 12 memory slots.
    I see you are losing interest, this is getting way too complicated. Well, I'm sorry but if you want to make an informed decision on what your next system should be, you need to understand these basics or buy a Dell or HP or even Alienware (a Dell subsidiary). And I continue to bore you with these technicalities in order to help you make a good purchasing decision.
    When selecting a mobo for the CPU you have selected, read tests on TomsHardware or AnandTech to help you find the good performers that have the right set of features for your job. Good brands are ASUS, Abit, Gigabyte and MSI for single socket use, for dual socket the best one to check out is SuperMicro or possibly Tyan.
    Pay attention to the features a board offers, like dual NIC's (network interface controller), dual firewire, number of SATA ports, chipset used for the SATA controller, IHCR and/or Marvell raid capability, on board sound, etcetera. Pay special attention to the board layout, where the PCI-e slots are located in relation to PCI slots. I have once built a machine where I knew I had to use a PCI firewire board and due to the location of the PCI-e slot and the size of the video card (dual slot size) the PCI slot was no longer accessible. It caused me quite some headaches to find a PCI-x firewire replacement board, because I had forgotten to have a close look at the mobo layout. Just a warning, so you don't fall into the same trap I did.
    Ok, we have now decided on the CPU and the mobo. Let's have a look at memory.
    General rule: Get as much as you can and don't spend it on higher clock capable versions! You will gain more from slower memory in large quantities, than from faster but less memory, even with 32 bit apps like CS4. One of the side effects of more memory is less use of a pagefile, which is far slower than RAM, so even if the application can not access more than 4 GB, your pagefile use will be much lower with more memory installed.
    Memory is offered with various ratings. Often in marketing jargon these are dubbed as PC3-8500 or PC3-10600 or PC3-12800 up to 16000. This is all hype. The price tag increases significantly with higher numbers but the performance gain is negligent, in the order of 1 or 2 %. Your best bet is to get memory that is suitable for the FSB speed you have. If you have a FSB of 1333, use memory for 1333 FSB (10600), if you have a FSB of 1066, get 1066 capable memory (8500), it is a complete waste of money to get 1600 capable memory if your FSB does not support it. What is important however is to get the best timings you can find.
    The lower the CAS latency, the better. Also look at tRAS (ROW-ACTIVE-TIME) results. These timing figures may give you better performance than spending money on higher clocked memory. On my system I have 6-6-6-18 timings for memory (even when overclocked by 35% and without increasing the voltage), which gives far better results than 9-9-9-27 timings. BTW, timings are usually measured in CAS, RAS-to-CAS, tRP and tRAS sequence. The lower these numbers, the better it is.
    In general get at least 4 GB on a 775 or 6 GB on a 1366 mobo, but you may benefit from doubling these figures if you are multitasking, for instance having PR, AE and EN open for dynamic linking, or changing to PS for text or still manipulation.
    Next: Storage. I point you to a previous guide I made which gives you the basics about disk setup:
    http://forums.adobe.com/thread/427772
    Next cases. I suggest to only look at big towers or server towers, depending on the mobo of your choice. For dual CPU sockets a server tower is almost always a must, decause of the use of e-ATX size mobo's and the requirement for specialized cooling, often using an air duct, which is only available in server cases. SuperMicro is a prime supplier and my personal favorite in terms of build quality, expansion capabilities and reliability. Be aware however that the power supply in those cases are pretty noisy. For single CPU solutions there are many choices, often based on looks. What is much more important however is the expansion room and the airflow in those cases. You don't want to pimp your editing machine with LED illuminated fans, transparent sides and the like. It needs to be functional. Antec, CoolerMaster, Lian Li and ThermalTake are common brands and worth having a look at. Looking at smaller cases with a sexy look will often lead to disappointment in the future, since they often lack the capability to add additional disk drives or burners internally or get so full with equipment, that cooling is going to be a real problem. Do take into consideration that you may need 1 or 2 5.25" slots for burners.
    Warning: COOLING is essential for reliability and longevity of your system. We'll get to that in a minute.
    If you work long form projects, have a multitude of projects or other situations that may require a large number of disks in use or for backup, it is worth to have a look at cases that offer SAS backplanes and (hot-)swappable disk cages. Often on various sites you may find entries to case modding, where you can find other disk cages that allow you to use four 3.5" disks in the space for two 5.25" slots. In my case I had 6 3.5" slots as is was delivered. I have modded my case to now contain 14 3.5" disks just on the front with room for another disk. To avoid disappointment in the future and a lot of work of rebuilding your PC into a new chassis, plan ahead for the storage requirements you may have in the next years. If you start out with 4
    disks now, but expect to use 8 next year, be sure that they fit in, even if it requires different disk cages. Make sure that there is adequate cooling for the disks in the disk cages, preferably with 80 or 120 mm fans in front of the disks and use a replacable dust filter.
    By this stage we have found the CPU, mobo, memory, hard disks and case. Time to have a look at video cards.
    General: CS4 will not significantly benefit from a high end video card. The marketing hype wants us to believe that the nVidia
    Quadro CX will give enormous benefits for encoding H.264, but that is just what it is: "Hype".
    For general NLE work you are better served with more CPU power, more memory and more hard disks and possibly a better raid controller with more cache than with a video card that costs you at least $ 1 K extra in comparison to very good cards. Better spend the money where you benefit from it. SLI or CrossFire is a complete waste of money and only applies to gamers. Everybody serious about video editing will NEVER install a game on his machine so forget about those things.
    If you make sure that you have at least 512 MB on a decent modern video card, you will be hard pressed to see significant differences in performance. ATI Radeon 4xxx and nVidia GT 2xx series are all well up to the task for editing. If you use GPU intensive plug-ins like Colorista or Magic Bullet you may be wise to choose for the more powerful versions of these cards, since these plug-ins are very demanding when rendering.
    These video cards get very hot in practice and especially under load. If your case is very full or you have another card in the next PCI-e slot, reducing airflow to the video card, you may consider exchanging the stock cooler on the video card by a special cooler like the Accelero Twin Turbo from Arctic Cooling to keep temperatures in hand.
    Now go to http://extreme.outervision.com/psucalculatorlite.jsp and use the PSU calculator to roughly decide what your power supply needs to deliver in terms of Wattage. I strongly suggest to get the PRO version (it is cheap!) but it saves you from fatal mistakes. A PSU (power supply unit) is one of the most overlooked and neglected components in a PC and very often the cause for all kinds of mysterious faults, hangs, BSOD's, restarts etcetera. Let me tell what nearly happened to me when building a new PC. I had checked the power supply requirements, checked reviews online and found one PSU that appealed to me, based on the reviews. It was a Zalman 1000 W. Great, looks good and in stock at an attractive price. I then got the pro version and rechecked, with the extra info on the various rails. The Zalman did not have enough power on the 5V rails that I needed. So I had to change the PSU, otherwise I would have been in for a lot of strange, unexplainable and foreall unexpected hangs, restarts and the like, apart from the reduced life expectancy of the PSU.
    Now, we're finally getting somewhere. Only cooling is left, then all the hardware components have been chosen.
    CPU cooling: Again check sites like AnandTech. They regularly perform extensive tests on CPU coolers. Be aware that test results differ widely from site to site, but some of the names to consider are Noctua, Scythe and Thermaltake. It is best to choose a vertical heatsink cooler with 'push-pull' configuration, meaning one fan in front to push the cooling air in to the heatsink and the other fan at the rear to pull out the air. That generally delivers the best cooling performance. These things can be quite heavy so they are not suggested for LAN parties. Install it and leave your PC where it is, otherwise the weight may damage your mobo. When installing the heatsink be very sparing in applying cooling paste (Arctic silver is a good
    suggestion).
    If you have followed my advise in getting a big tower you have room for additional fans in the case. There may not always be holes to attach screws for mounting, but what also works quite effectively is using heavy duty double sided tape to attach fans to a side, on the PSU (if it is mounted at the bottom of the case). Scythe has some very good fans that give a large airflow at reasonable RPM's and low sound levels.
    Once you have built your system you need to decide what OS to use. 32 or 64 bit? The point seems moot now. 64 bit Vista is your best option currently. No driver problems anymore, somewhat decent stability and the use of all your installed memory. Windows 7 is only a RC currently, so I would not advise that on a production machine, but on another machine I would definitely try it. It is as stable as Vista is now, but drivers are still somewhat lacking. XP is out, despite the best stability on a clean and mean system, due to the 32 bit nature.
    After installing the OS, first check your device manager. Make sure that all your devices are working and there are no warnings. Then update Windows, drivers and other system utilities. Then check your hardware, using CPU-Z and HWMonitor, check the cooling and voltages. Your disks should be below 35 C at all times. Then tune your Bios. Once you have completed these steps, proceed with installing your software. Start with essential system tools like Process Explorer, Beyond Compare, etc. and then continue with tuning Windows, removing sh*t you never use on an editing machine, like MSN or Games, setting unneeded services to manual, disabling Windows Defender and installing Symantec Endpoint protection if you have it, and only then start installing CS4 and related programs.
    When all is well, you may consider to start overclocking. TomsHardware and AnandTech have published several articles on how to do that. If you do it right you will not lose stability and may get significant performance gains. It does require more attention to the temperatures in your case.
    When I recently built a new system, my first PassMark (a common benchmark testing program) score was around 3600. After finetuning the system, optimizing Windows and overclocking, I got a PassMark score of 4733.8, which even after a month is still number two in the worldwide ranking.
    For my system specs, look below, maybe you can derive some ideas from it for your next configuration:
    http://www.millcon.nl/Harm/PCResults.jpg
    I hope this has been informative and that you can profit from my remarks.
    I'm sorry this was so long and taxed your patience to the extreme.
    Further suggestions and enhancements are welcome.
    ================================================================================
    Yes, I'm going to tax your patience again. This is a guide to setup Vista 64 for NLE work, well it actually applies to any kind of work, but NLE machines may profit more than an Office/MSN machine. One caveat: What I suggest here is a lean and mean machine that is mainly dedicated to NLE work.
    First: It is always best to start with a clean install and a complete reformat of the disk. That will ensure that your registry is clean and leaves no leftovers from a previous install. Do not partition the drive, format the whole disk as one.
    After installation has completed, first select Control Panel and Personalize. Select Change Desktop icons and ensure that at least Computer is selected. You can choose other icons as well if you want to. I have all 5 selected.
    Next check Device Manager (right click This Computer, select Properties and then Device Manager) that you have no problems with drivers for any of your hardware. If there are any yellow exclamation symbols, solve these issues first by having Vista search for drivers and if it comes back with the message that no drivers could be found, get the latest 64 bit driver from the internet for this device.
    Once Device Manager has no more problems, go to Windows update and install all critical updates. Nothing more at this moment. After installation and rebooting, again check Device Manager for problems. There should be none. Otherwise get on the internet again and reinstall the latest Vista 64 drivers. Next right chick This Computer and select Manage and go to Event Viewer. Open the Windows Logs and click on System. Scroll through the events and check out any errors or warnings you see. Search the Microsoft Technet for solutions. This is the link to the very informative Technet site to help you solve any issues you may have: Microsoft Technet
    Next go to Control Panel, select Programs and Features and select turn Windows features on or off. You may not need anymore than these Windows Features and possibly less, for instance if you don't use a network printer. Also this may be a good moment to turn off User Account Control via Control Panel/Security Settings.
    Next go to Vista Services and use the instructions and the table shown to modify the services, so only those are started that are needed in your situation. Anything not needed will only increase boot time and will consume resources, placing a higher overhead on the system than needed.
    After rebooting, update all your drivers if you have not already done so. For instance, if you have an ATI card, download the latest drivers, but remember you can do without the Catalyst Control Center. Their drivers are typically denoted by y.m (year, month) so currently the latest is version 9.5
    Now go to Control Panel, System and select Advanced system settings, select Visual Effects and select Adjust for best performance, apply and then select the Advanced tab, click on Performance settings, select the Advanced tab, Select Adjust for best performance of programs and then change the Virtual memory. Setup your pagefile with a custom size with equal numbers for Initial and Maximum size on another drive than your C disk and set the C drive to No paging file. If you have read my Storage rules for an editing rig guide, you know you need a fixed size of around 1 to 1.5 times installed memory, unless you have lots of RAM, then you can easily go lower.
    Reboot and right click on This Computer, select Manage and select Disk Management. Select drive C, right click Properties and make sure that Index this drive for faster searching and Compress this drive to save disk space are both turned off. Click Disk Cleanup and clean what can be deleted. Repeat these steps for all of your drives. Next go to the Tools tab and select Defragment Now and defrag all drives. While you are at the Disk Defragment window, setup a daily defragging schedule, for instance during your lunch break. That will keep your disks optimized.
    This will make sure that the space previously occupied by the pagefile on the C drive is reclaimed and that the new pagefile on another drive is not fragmented and at the very beginning of the drive in the fastest location (at least if the disk was newly formatted and not used).
    If you haven't done so yet, completely turn off the Sidebar and do not have it autostart.
    No application has been installed yet, so it is time to start with some essential utilities.
    The first thing I do is turning off Windows Defender and install Symantec Endpoint Protection.
    Next I install Ccleaner. A very handy freeware tool to keep your system and the registry clean and to remove or disable registry based auto startup programs.
    The next one to install is the Sysinternals Suite and most notably Process Explorer, Process Monitor and Autoruns. Depending on your use, other utilities in the Suite may be nice to install as well. Installation is done by extracting the relevant files to the C:\Windows directory. Run Process Explorer once and in the Options menu select Replace Task Manager.
    Other utilities I install (but of course you may have different favorites) are Beyond Compare, HWMonitor, SpeedFan, SnagIt and 1ClickPCFix
    You are now ready to install your regular software. After installation, registration and activation of all your software use Ccleaner, Tools to check for unnecessary Startup entries in the registry. Disable or remove them. Next check your registry by scanning for issues and fix selected issues. Defragment all your disks again and make a restore point.
    If you want to get rid of the ridiculously large shortcut arrow at this moment, go to this site: Remove Shortcut Arrow and follow Method 1.
    Reboot and you are ready to go with a hopefully much faster and efficient Vista machine.
    If you encounter difficulties and have problems that want to ask about on the forum, be prepared to include a screenshot from Process Explorer and either HWMonitor or Speedfan and a link to DXDIAG.txt
    Thanks for your patience and I hope you have found some tips and tricks to improve performance.

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed.Help

    I have an olde iMac that once I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed. Please advise as to what could be the problem. How to fix. Thanks

    Try resetting the SMC and PRAM first, if that doesn't help try a cleaning disc.....and then buy an inexpensive external burner. Slimline super drive failures are all too common.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

Maybe you are looking for

  • Can't open mac app store after osx mavericks install

    i just finished the install of OSX Mavericks, but for some reason i cannot open the mac app store, i tried restarting the computer several times and nothing, try to open it from the dock, applications folder, even terminal, and NOTHING, it jumps once

  • Record audio from a dvd

    How can I record a snippet of sound from a dvd playing in the computer?

  • Add additional field in the output list

    Tcode(VL10G) .ie.out put list will not showing one new field.I want to add one more field to output list. field(VIKP-SDABW) In the SHP_VL10_ITEM and write the logic in the exit LV50R_VIEWG05---- >USEREXIT_PREPARE_LAYOUT_FILL.Plase explain me step-by-

  • Best way to load new files/file format, naming, etc...

    I've had a lot of problems with my ipod which I'm fairly sure is the result of some corrupt files. I've reformatted and am ready to start reloading it with music. Are there any standards that I should follow to avoid problems? For example I have a mi

  • Subtracting Days from a Date

    Am using Acrobat Pro 9 for Windows.  I have a form where I want to subtract days from Date1 and the result is Date2.  The Date1 and Date 2 text boxes are unformatted.  I've tried reading the "date" articles and experimental with some formulas but I'm