Elements in JPanel not painting when positioned absolutely

I am designing a superclass that extends JPanel which will have methods like addTextField(int x, int y, int w, int h). Basically it just creates the named component at the given coordinates, positioned absolutely on the panel.
Here's the important snipits of my code... but nothing shows up on the window when I run the applet that uses these panels. It's just blank. Can anyone tell me why?
public class MinionsGCPanel extends JPanel implements ActionListener, ListSelectionListener
<snip>
     // Constructor
     public MinionsGCPanel(MinionsGC svr){
          super();
          server = svr;
          setLayout(null);
          setSize(800, 600);
          setVisible(true);
          components = new ArrayList<Component>();
     // Add a component
     protected void add(Component com, int x, int y, int w, int h){
          com.setBounds(x, y, w, h);
          components.add(com);
     // Add a label
     protected MLabel addLabel(int x, int y, int w, int h, String text){
          MLabel l = new MLabel(text);
          add(l, x, y, w, h);
          return l;
<snip>
     // Repaint
     public void paint(Graphics g){
          super.paint(g);
          Iterator it = components.iterator();
          while(it.hasNext()){
               Component c = (Component) it.next();
               c.repaint();
}Edited by: L4E_WakaMol-King on Oct 29, 2007 10:23 PM

Here's an actual instance of a subclass of that class:
public class LoginPanel extends MinionsGCPanel
<snip>
     // Constructor
     public LoginPanel(MinionsGC svr){
          super(svr);
     // Draw GUI
     public void refresh(){
          super.refresh();
          username = addTextField(50, 50, 200, 20);
          password = addPasswordField(50, 80, 200, 20);
          loginButton = addButton(50, 110, 100, 20, "Login");
<snip>
}And the applet itself:
public class MinionsGC extends JApplet
<snip>
     // Prompt for login
     public void dologin(){
          switchPanels(loginPanel);
<snip>
     // Load Panels
     public void loadPanels(){
          loginPanel = new LoginPanel(this);
          chatPanel = new ChatPanel(this);
          logoffPanel = new LogoffPanel(this);
<snip>
     // Switch panels
     public void switchPanels(MinionsGCPanel p){
          p.refresh();
          setContentPane(p);
          currentPanel = p;
          validate();
<snip>
}Edited by: L4E_WakaMol-King on Oct 30, 2007 8:52 AM

Similar Messages

  • Elements 13 will not download, when I attempt to sign in after entering my pass word the instruction block freezes up, turns white and little square blocks turn around ?

    Elements 13 will not download, when I attempt to sign in after entering my pass word the instruction block freezes up, turns white and little square blocks turn around ? Nothing seems to work and yes it is the right password.

    Is the internet working when you are entering your password?  In PSE12 and PSE13, you need to be online first-time when you register/activate your product.  It is made mandatory for reasons I don't know.

  • My Elements 9 is not responding when started Windows

    My Elements 9 is not responding when started Windows.

    Without proper system information and otehr details such as the crash log from the Event Viewer nobody can say much.
    Mylenium

  • Elements Organizer does not install when reinstalling PSE10

    I have a problem that I cannot seem to resolve. Previously Adobe Photoshop Elements 10 had been running flawlessly on my computer and was easily opened by clicking the desktop icon which had a "C:\Program Files (x86)\Adobe\Elements 10 Organizer\Photoshop Elements 10.0.exe" target. After uninstalling and reinstalling Photoshop Elements 10, when I click on the Desktop icon to start the application, I get a dialog box that says "The item 'Photoshop Elements 10.0.exe' that this shortcut refers to has been changed or moved so this shortcut will no longer work properly". If I right click the Photoshop Elements 10 desktop icon and check properties, the Target says "C:\Program Files (x86)\Adobe\Elements 10 Organizer\Photoshop Elements 10.0.exe". When I open Explorer and navigate to where the target says the application file should be, the "Elements 10 Organizer" directory does not exist. The only directory that does exist is the "Photoshop Elements 10" directory and it contains the 'PhotoshopElementsEditor.exe'. Yes if I click on that file the Editor opens, however when I try to load the Organizer workspace once the editor is open, it does not load because the entire folder and application is missing. I even tried searching the entire C-Drive to find the Photoshop Elements 10.0.exe file but it was nowhere to be found.
    To be specific, I had PSE8, PSE9, and PSE10 installed on my 64-bit Windows 7 Professional w/SP1 computer. I decided to uninstall PSE8 & 9 because I had just purchased PSE12 and wanted to make room for the PSE12 installation. When I tried to first uninstall PSE8, the uninstaller stopped with the warning that PSE8 was installed in the same directory as PSE10. The uninstall then terminated when I clicked on OK. Next tried to uninstall PSE9 and received the same warning and uninstaller termination. The same thing happened when I tried to uninstall PSE10. Faced with the situation that all three products were installed in the same directory and would not uninstall individually, I found it necessary to uninstall all three applications manually according to the directions on the Adobe's knowledgebase.
    To uninstall PSE8, PSE9, & PSE10, first thing I did was create a system restore point which is something I always do just in case something goes wrong. Then starting with PSE8, I first printed out the Photoshop Elements Help "Manually remove Photoshop Elements 8 | Windows that I found at http://kb2.adobe.com/cps/826/cpsid_82673.html. Subsequently I printed out the directions for each product, PSE8, PSE9, and PSE10, are all on the Adobe website. Next I followed the directions contained in each article except for running the product uninstaller as I mentioned above and removed all three applications then rebooted my machine.
    Next I reinstalled PSE10 and tried to open it only to find that it did not fully install especially the Elements Organizer. As mentioned you can open the Editor by going directly to the executable file however you cannot access the Organizer because it did not install and cannot be found anywhere on the computer. I have uninstalled and reinstalled PSE10 five time now each time using the product Uninstaller plus the "Manually remove PSE10" directions and I still cannot get the Elements Organizer to install.
    My question is does Adobe have a utility that can be run after manually installing a specific product that would find registry entries that were not removed after completing the manual removal process? The problem I see is the manual removal process which shows possible registry entries to remove manually is built on the assumption that you were able to run the Uninstaller which is not the case with my problem.
    Secondly does anyone have any suggestions on how to install both the PSE10 Organizer and Editor?

    I believe I found a solution but I need help in changing some of the parameters to reflect for a United States program install.
    If you go to "Elements 10 Organizer is not installed [SOLUTION]" at http://forums.adobe.com/message/4745941 you will note the Poster says it is possible to force the install of Elements Organizer 10 by using the command line:
    msiexec /i "E:\Adobe Photoshop Elements 10\ElementsOrganizer\Elements 10 Organizer.msi" TRANSFORMS=1031.mst ELEMENTS_DE_DE=1 ORGANIZER_DE_DE=1 STARTWATCHSERVICE=1 SUPPRESSREBOOT=0 NOT_STANDALONE=1 /l*v "C:\Users\<username>\AppData\Local\Temp\OrganizerInstall.log".
    I found that the above command line input does in fact start the setup for the PSE10 "Elements Organizer" Installer except it is in a language other than English.
    Is there anyone familiar enough with coding and command line prompts to change whatever paramenters are necessary to have the installer run in English.
    Hopefully there are some Adobe Staff monitoring this message that can answer the question for me.
    Message was edited by: DAllenJ2215

  • Flash element panel does not appear when Flash is selected in DW3

    In DW3 (Win7) After creating several slide shows using image viewer and months later when I want to edit the image viewer.. When I click on the flash slideshow that I created in image viewer in order to edit it and the Flash Elements panel does not appear on the right as it did before. I have the Tags panel open and it has changed to Flash elements in the past but it is no longer appearing. This happened with a friends DW3 also.

    DW3 or DW CS3?

  • Adobe Elements 9 not responding when saving changes

    Adobe Elements 9 says not responding when I save image changes. I does eventually save the image changes but takes awhile. Is this normal? My computer is rinning Windows 7 and I have 8GB of ram so I don't think that ram memory is the problem. Thanks

    In other versions of photoshop elements, you don't get the not responding
    thing at the top of the screen when saving png files, but it still takes a noticeable
    amount of time to save png's in other versions of photoshop elements and the full
    photoshop version.
    I haven't been able to find it yet, but there is a post somewhere in the photoshop forums
    where an adobe photoshop engineer explained why png's take longer to save than most
    other file formats, but ssprengel said something about the compression of png's which
    sounds like the gist of the post.
    There have been more than a few complaints about the not responding messages in pse 9
    on windows machines for various operations, but as far as saving images, the not responding
    message doesn't seem to hinder saving files, but it is very annoying.
    You might try posting here where several adobe employees answer questions:
    http://feedback.photoshop.com/photoshop_family/topics
    MTSTUNER

  • Junitreport 'redirect' is not allowed when the secure processing feature is set to true.

    junitreport 'redirect' is not allowed when the secure processing feature is set to true.
    Hello,
       I'm running flexunit4.1.0-8 and I have an ant script running the test suite.    I recently upgraded from FB 4 to 4.5 and now I'm getting
    failures on junitreports.  Here's the full error: 
    [junitreport] : Error! Use of the extension element 'redirect' is not allowed when the secure processing feature is set to true.
    [junitreport] Failed to process C:\TDMSE_2_6\tdmse\flex-test\flex_unit_reports\TESTS-TestSuites.xml
    BUILD FAILED
    C:\TDMSE_2_6\tdmse\build\flexunitbuild.xml:116: Errors while applying transformations: javax.xml.transform.TransformerException: java.lang.RuntimeException: Use of the extension element 'redirect' is not allowed when the secure processing feature is set to true.
    Here's the junitreport section:
    [code]
    <target name="flex-unit-execute-tdmse-test-runner"
                                  description="executes the test runner app">
              <flexunit swf="${FLEX_UNIT_TEST_HOME}/TDMSETestRunner.swf"
                                  toDir="${FLEX_UNIT_REPORTS_HOME}"
                                  haltonfailure="false"
                                  localTrusted="true"
                                  verbose="true"
                                  headless="false"/>
              <junitreport todir="${FLEX_UNIT_REPORTS_HOME}">
                        <fileset dir="${FLEX_UNIT_REPORTS_HOME}">
                                  <include name="Test-*.xml"/>
                        </fileset>
                        <report format="frames" todir="${FLEX_UNIT_REPORTS_HOME}/html"/>
              </junitreport>
    </target>
    [/code]
    And here's the full ant build:
    [code]
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE project>
    <!--
                             TDMS flex unit test suite
    $Author:: hermannee                                                            $
    $Revision:: 10963                                                              $
    $Date:: 2011-11-15 13:38:46 -0500 (Tue, 15 Nov 2011)                           $
    $URL:: svn://ehsntpvld03.niehs.nih.gov/dev/tdmse_test_suite/trunk/build/flexun#$
    -->
              <!-- **** ADD THIS TO tdmes/build/build.xml *************
              <property name="FLEX_UNIT_HOME" value="${tdmsedir}/../tdmse_test_suite" />
              <target name="run_flex_units">
                  <ant antfile="${FLEX_UNIT_HOME}/build/build.xml" />
              </target>
              ********************************************************* -->
    <project name="flexunitbuild" basedir="." default="flex-unit-start-test-runner">
              <tstamp>
                        <format property="build.date" pattern="MMMMM dd, yyyy" />
                        <format property="build.time" pattern="HH:mm:ss" />
              </tstamp>
              <property name="tdmsedir" value="${basedir}/.." />
              <property name="builddir" value="${tdmsedir}/../build" />
              <property name="FLEX_HOME" value="${builddir}/tools/flex-4.5.0" />
              <property name="PARSLEY_HOME" value="${builddir}/tools/parsley-2.4.0" />
              <property name="FLEX_UNIT_HOME" value="${tdmsedir}/flex-test" />
              <property name="FLEX_UNIT_LIBS_HOME" value="${builddir}/tools/flexunit-4.1.0-8" />
              <property name="FLEX_UNIT_REPORTS_HOME" value="${FLEX_UNIT_HOME}/flex_unit_reports" />
              <property name="FLEX_UNIT_TEST_HOME" value="${FLEX_UNIT_HOME}/flex_unit_tests" />
              <!-- ==== tasks ============================ -->
              <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
              <taskdef resource="flexUnitTasks.tasks" classpath="${FLEX_UNIT_LIBS_HOME}/flexUnitTasks-4.1.0-8.jar" />
              <!-- dev -->
              <echo>basedir: ${basedir}</echo>
              <echo>tdmsedir: ${tdmsedir}</echo>
              <echo>builddir: ${builddir}</echo>
              <echo>FLEX_HOME: ${FLEX_HOME}</echo>
              <echo>FLEX_UNIT_HOME: ${FLEX_UNIT_HOME}</echo>
              <echo>FLEX_UNIT_LIBS_HOME: ${FLEX_UNIT_LIBS_HOME}</echo>
              <echo>FLEX_UNIT_REPORTS_HOME: ${FLEX_UNIT_REPORTS_HOME}</echo>
              <!-- =================================
              target: run-tdmse-test  
              ================================= -->
              <target name="flex-unit-start-test-runner"
                                  description="clean, compile and run tdmse flexunit tests"
                                  depends="flex-unit-clean-tdmse-tests,
                                  flex-unit-tdmse-compile-test-suite,
                                  flex-unit-execute-tdmse-test-runner"/>
              <target name="flex-unit-clean-tdmse-tests" description="Cleans the FlexUnit test and reports directories">
                        <delete dir="${FLEX_UNIT_REPORTS_HOME}" failOnError="false"
                                            includeEmptyDirs="true" />
                        <mkdir dir="${FLEX_UNIT_REPORTS_HOME}" />
                        <delete dir="${FLEX_UNIT_TEST_HOME}" failOnError="false"
                                            includeEmptyDirs="true" />
                        <mkdir dir="${FLEX_UNIT_TEST_HOME}" />
              </target>
              <target name="flex-unit-tdmse-compile-test-suite">
                        <mxmlc file="${tdmsedir}/flex-src/TDMSETestRunner.mxml"
                                            output="${FLEX_UNIT_TEST_HOME}/TDMSETestRunner.swf">
                                  <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
                                  <!-- ==== include tdmse resource bundles ====== -->
                <locale>en_US</locale>
                <source-path path-element="${tdmsedir}/flex-src/locale/{locale}" />
                <include-resource-bundles>COMMON</include-resource-bundles>
                <include-resource-bundles>OW</include-resource-bundles>
                <include-resource-bundles>PREF</include-resource-bundles>
                <include-resource-bundles>RD</include-resource-bundles>
                <include-resource-bundles>RG</include-resource-bundles>
                                  <!-- ==== compile parsley library ============= -->
                                  <compiler.library-path dir="${PARSLEY_HOME}" append="true">
                                            <include name="parsley-flex4-2.4.0.swc" />
                                            <include name="spicelib-flex-2.4.0.swc" />
                                  </compiler.library-path>
                                  <!-- ==== compile all tdmse flex-src ========== -->
                                  <source-path path-element="${tdmsedir}/flex-src" />
                                  <source-path path-element="${tdmsedir}/flex-test" />
                                  <!-- ==== compile all flexunit swc's ========== -->
                                  <compiler.library-path dir="${FLEX_UNIT_LIBS_HOME}" append="true">
                                            <include name="*.swc"/>
                                  </compiler.library-path>
                                  <!-- ==== compile all flexunit swc's ========== -->
                                  <compiler.library-path dir="${FLEX_UNIT_LIBS_HOME}/mocklibs" append="true">
                                            <include name="*.swc"/>
                                  </compiler.library-path>
                                  <compiler.verbose-stacktraces>true</compiler.verbose-stacktraces>
                                  <compiler.headless-server>true</compiler.headless-server>
                        </mxmlc>
              </target>
              <target name="flex-unit-execute-tdmse-test-runner"
                                            description="executes the test runner app">
                        <flexunit swf="${FLEX_UNIT_TEST_HOME}/TDMSETestRunner.swf"
                                            toDir="${FLEX_UNIT_REPORTS_HOME}"
                                            haltonfailure="false"
                                            localTrusted="true"
                                            verbose="true"
                                            headless="false"/>
                        <junitreport todir="${FLEX_UNIT_REPORTS_HOME}">
                                  <fileset dir="${FLEX_UNIT_REPORTS_HOME}">
                                            <include name="Test-*.xml"/>
                                  </fileset>
                                  <report format="frames" todir="${FLEX_UNIT_REPORTS_HOME}/html"/>
                        </junitreport>
              </target>
              <!-- ======================================================== -->
    </project>
    [/code]
    I haven't seen much info about this problem anywhere on google except for this forum post:
    http://forums.adobe.com/thread/740146
    Thanks for any help!

    If you include the xalan.jar library to the build.xml execution classpath everything works!!!!!!.
    I hope it will be userfull.

  • When I click on a picture, Photoshop Elements 12 does not automatically open.

    When I click on a picture, Photoshop Elements 12 does not automatically open (as it did when I used previous versions Photoshop Elements 4 and 9).  I can't even right-click (Windows) on the picture and choose Open With and specifiy Photoshop Elements 12.  I have called Adobe several times (Case No. 185140584) and they keep saying it has been sent up to senior management and they will call me back with a solution - but to no avail!  No return calls and I still can't really use the Product I paid for and downloaded.  The only way I can open up a picture to edit it is to open Photoshop Elements 12 and then then click "Open" and then search for the picture on my hard drive (which takes a lot more time!  I did not experience this difficulty at all with versions 4 or 9!

    Hi,
    You failed to say which Windows system you have - I can get the "Open With" to work on my Windows 7 64bit system.
    When you try to set up the "Open With", are you setting the correct target program?
    It's the green one (not the red one) in the above image.
    Once you have selected that program, make sure you set it as default so that a double click will open the photo in the editor.
    Good luck
    Brian

  • New Mac: Why are CC and Photoshop Elements not working when Lightroom and Reader are fine

    Last week I changed computers (swapping an old Mac for a 13-in MacBook Pro Retina running OSX Yosemite 10.10.3. I copied all my data over to the new machine using Migration Assistant.
    All programs work fine (including my copy of Lightroom 3 and Reader XI). But my CC and Photoshop Elements 10 do not. I have tried uninstalling both, but whenever I try to reinstall PE10 from its disk or download it just stops almost at the end. I then I get an "initiation failed" message, along with a request to download the now defunct "Support Advisor" app!
    I cannot download Adobe Application Manager, or the CC desktop app either - for the former I get an "initiation failed" message, along with the "download Support Advisor" app" message again! For the latter I get a message saying "Adobe Creative Cloud Is Needed to Resolve this problem - however it is missing or damaged." Then I get a message and a link to download Creative Cloud. Then when I've downloaded it and I click on the installer... it runs for a bit and then I get the message again: "Adobe Creative Cloud Is Needed to Resolve this problem - however it is missing or damaged." And I get a prompt and link to download the CC app. Guess what happens next? And so it goes on. And on and on, in a tedious circle.
    This is incredibly annoying and frustrating as I have work to do! Anyone have any ideas what's happening?
    Cheers
    K

    do not use migration to install adobe programs.
    you should uninstall and clean whatever you've done, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    then dl the cc desktop app to your new computer and use it to install your adobe cc programs, Download Adobe Creative Cloud apps | Free Adobe CC trial
    if you have non-subscription adobe programs, use the installation files for them:
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Why does adobe photoshop elements 6.0 not show up for a download choice of putting my photos into my computer, I'm on windows7.  I'm sure it did when I first got my computer.  Could it be that I have lots of other photo software that may be interfering?

    why does adobe photoshop elements 6.0 not show up for a download choice of putting my photos into my computer, I'm on windows7.  I'm sure it did when I first got my computer.  Could it be that I have lots of other photo software that may be interfering?@@

    If you open the Organizer and go to Edit>Preferences>Camera or Card Reader, do you have Auto Launch Adobe Photo Downloader on Device Connect checked?
    Try checking that if you don't.

  • Premiere Elements 13 issue with the mouse on When I select a clip of video and move to a different place in my time line, Premiere Elements 13, will not release the clip rom the mouse.    The clip follows my mouse movements and goes to other places in my

    Premiere Elements 13 issue with the mouse on MAC OSX Yosemite 10.10.1
    When I select a clip of video and move to a different place in my time line, Premiere Elements 13, will not release the clip from the mouse.
    The clip follows my mouse movements and goes to other places in my time line.
    I try to delete these extra insertions, but the mouse will not release the clip.
    Action I’ve taken: I’ve re-installed Premiere Elements 13. Problem remains.
    This issue has consumed too much of my time and does not go away.  It ruins my video.
    Help please.
    Thanks

    I tried using the Guest Account on my Mac. In the Guest Account, Illustrator works perfect!
    Then I started wondering what processes (tools/tweaks) I run by default on my account. Turned out the problem was called by a little background tool called RightZoom. RightZoom let's the green 'zoom' button always maximize your current window.
    So thanks! Problem solved!

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • Why do the dock items do not enlarge when I position over the icon?

    Why do the dock items do not enlarge when I position over the icon?

    Go to system preferences, click on Dock and then make sure magnification is ticked and the slider bar next to it isnt on minimun.

  • I have just downloaded Yosemite but I find that Photoshop Elements 11 does not work properly. If I use a tool like a paint brush or spot healer I cannot paint a full stroke?

    I have just downloaded Yosemite but I find that Photoshop Elements 11 does not work properly. If I use a tool like a paint brush or spot healer I cannot paint a full stroke does anyone else have this issue or know a solution?

    Many thanks that does work. But it now leads to another question is this simply a trackpad issue and if so will it be fixed? I use Elements every day and was thinking I would have to go back to Mavericks.

  • Hi APPLE! I have one question, Why does my iPod Touch 5-th generation WiFi is not working, When an iPod is in sleep position It appeared after the update iOS seven!! Please tell me how to fix it!!

    Hi APPLE! I have one question, Why does my iPod Touch 5-th generation WiFi is not working, When an iPod is in sleep position It appeared after the update iOS seven!! Please tell me how to fix it!!

    You are not addressing APple here. We are all just users like yourself.
    See if this long discussion for iOS 6 helps
    How do I make IOS 6 keep wifi on when...: Apple Support Communities

Maybe you are looking for