Second request for help

Since I loaded v 5: 1) The system hangs if I open multiple internet tabs. 2) The system intermittently hangs when I try to write a message. 3) It takes forever to close when it hangs - sometimes requiring a hard shut down. 4) Often, when I close Mozilla and attempt to reopen, it tells me it is already open. If I open the task window, there is nothing there but sometimes that does the trick and I can reopen - sometimes not. 5) Sometimes when I open Firefox, it automatically opens the last tabs. 6) My entire system has slowed. I am operating on XP. I use Norton 360 as a firewall and anti-virus so I think I am clean. HELP

Since I loaded v 5: 1) The system hangs if I open multiple internet tabs. 2) The system intermittently hangs when I try to write a message. 3) It takes forever to close when it hangs - sometimes requiring a hard shut down. 4) Often, when I close Mozilla and attempt to reopen, it tells me it is already open. If I open the task window, there is nothing there but sometimes that does the trick and I can reopen - sometimes not. 5) Sometimes when I open Firefox, it automatically opens the last tabs. 6) My entire system has slowed. I am operating on XP. I use Norton 360 as a firewall and anti-virus so I think I am clean. HELP

Similar Messages

  • A Request for help from me again! Yay!

    hi guys! I was working on implementing threads for the directions of the unit. When i press forward once...nothing happens, but when i press twice it gives me this HUGE list of errors. I dont have a clue. Again, any help would be appreciated.
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class NBoard extends JFrame implements KeyListener{
         int selection = 0;
         boolean selectionmade = false;
         final int WIDTH = 600;
         final int HEIGHT = 600;
         Image Viz =Toolkit.getDefaultToolkit().getImage(JOptionPane.showInputDialog("What character do you want?")+".gif");
         int XC = 50;
         int YC = 50;
         Thread moving = new Move();
         Unit Host = new Unit();
         public NBoard(){
              this.setSize(WIDTH,HEIGHT);
              selection = Integer.parseInt(JOptionPane.showInputDialog("What level design do you want?"));
              if(selection > 0){
                   selectionmade = true;
              addKeyListener(this);
              this.setVisible(true);
         public static void main(String args[]){
              new NBoard();
         public void paint(Graphics g){
              if(selectionmade == true){
                   if(selection == 1){
                        g.setColor(Color.white);
                        g.fillRect(0,0,WIDTH,HEIGHT);
                        g.setColor(Color.black);
                        g.drawLine(WIDTH/2,0,WIDTH/2,HEIGHT);
                   if(selection == 2){
                        g.setColor(Color.white);
                        g.fillRect(0,0,WIDTH,HEIGHT);
                        g.setColor(Color.black);
                        g.drawLine(WIDTH/2,0,WIDTH/2,HEIGHT);
                        for(int ctr = 1; ctr < 6; ++ctr){
                             g.drawRect(WIDTH/4 ,ctr * 100, 20, 20);
                             g.drawRect((WIDTH / 3) * 2 ,ctr * 100, 20, 20);
                   if(selection == 3){
                        g.setColor(Color.white);
                        g.fillRect(0,0,WIDTH,HEIGHT);
                        g.setColor(Color.black);
                        g.drawLine((WIDTH/2) - 90,0,(WIDTH/2) + 90,HEIGHT);
                   g.drawImage(Viz,XC,YC,this);
              public void keyPressed(KeyEvent e){                              //The Problem Areas
                   if(e.getKeyChar() == 'w'){
                        moving.start();                                             //Starting the thread to move up
                   else if(e.getKeyChar() == 's'){
                        YC = YC + 2;
                   else if(e.getKeyChar() == 'a'){
                        XC = XC - 2;
                   else if(e.getKeyChar() == 'd'){
                        XC = XC + 2;
                   System.out.println(e.getKeyChar());
                   repaint();
         public void keyReleased(KeyEvent e){                              //The Problem Areas
              if(e.getKeyChar() == 'w'){
                   moving.interrupt();                                             //Trying to interrupt the thread once the key is released
         public void keyTyped(KeyEvent e){}
    class Move extends Thread{                                                  //The Problem Areas
         public void run(){                                                       //The Thread
              Unit.XC = Unit.XC - 2;
              try{
                   Thread.sleep(1000);
              catch (Exception e){}
    class Unit{                                                                      //The Object which will hold all of the information about each unit
         static int XC = 30;
         static int YC = 30;
    } By the way, here is my order of events, so you can look forward to seeing requests for help for them (hopefully not).
    Threads: Moving the guy around
    Threads: Making him shoot a ball at the mouses position
    Network: Allow others to join/play game (This is gonna be HUGE probably), while host decides on game type.
    Thanks for all the help so far!

    Where does moving ever get started? Why does Move extend Thread instead of implementing Runnable? (Implementing runnable is preferred and often the correct way to do it and it is in this case)
    But regardless there shoud be a moving.start() somewhere or start of the Thread that has the Runnable target Move.... I don't think I see one. Unless I missed it.
    so...itll work if i change the setup to Runnable?

  • How can I get iTunes to answer my requests for help?

    I have tried for a few days now to get iTunes to help me get some tunes that partially downloaded. Their initial response seemed to work but the next day the tunes were only partially on my PC. I re-installed the software, called the phone number on my PayPal receipt, sent another e-mail request for help, responded to their follow up e-mail a few days ago asking if my issue was resolved.........and STILL cannot get them to help me resolve. They say I should receive a response within 24 hours, and it has been longer. No phone number to call, the initial instructions to re-download the missing tunes were confusing  

    It is quite easy to find out how to redownload purchases, using the search bar ( by Support) at the top of this page:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    You can contact itunes support again by clicking Support at the top of the page, then clicking the link under Contact Us.

  • Transport request for Help LaunchPad : K900033.N73

    Dear friends,
    Can anyone please tell me where to find transport request for Help LaunchPad K900033.N73 ?
    (We had raised a OSS 161317/2014 and this has been recommended by Shu Liu )
    We have SAP System with SAP_BASIS 740.
    I tried to work with SAP Note1799002 - How to choose Help LaunchPad files from uPerform Installation PackageI .. but did not managed to find this.
    best regards
    ashish

    Hi Anish,
    Sorry for delay.
    I see that Ancile have answered your question. Hopefully this is to your satisfaction.
    Regards,
    Matthew

  • Approximately 6% of all requests for help on this forum are ever "solved."

    Approximately 6% of all requests for help on this forum are ever "solved." And approximately 34% of all requests for help on this forum are never responded to. Even with all the caveats, these numbers are embarrassing. Good luck everyone!

    More facts and stats from the horse's mouth - http://www.mozilla.org/foundation/annualreport/2009/sustainability.html
    "Total assets as of December 31, 2009 were $143 million compared with $116 million at the end of 2008, an increase of 23 percent. Unrestricted net assets at the end of 2009 were $120 million compared with $94 million in 2008, a 28 percent increase."
    "Mozilla consolidated expenses for 2009 were $61 million, up approximately 26 percent from 2008 expenses of $49 million. Mozilla operating expenses in 2009 continued to remain highly focused on people and infrastructure."
    "At the end of 2009, Mozilla was funding approximately 250 people working around the world."
    Yes, Mozilla is indeed doing very well but they're a bit worried about the IRS audit that is currently going on.
    Now, if we take the figure from the 2008 cnet article that 80% of expenses are spent on Mozilla employees as a relatively stable benchmark for 2009, we see that employee salaries averaged out to around $200,000 dollars annually for each employee, which obviously isn't what each employee is actually getting paid, but what it does mean is that given typical corporate scaling of salaries, some folks in this non-profit are making lots and lots of money.
    The individuals who should be the most upset about Mozilla's unwillingness to invest even a fraction of its profits into building a real and responsive user support system are the collective-community-driven-volunteers who commit their free time so Mozilla can continue to cash in big time at their expense. A brilliant model!
    Again, Firefox users appreciate the work that you and the other unpaid/unacknowledged volunteers do here.... Mozilla appreciates it more.

  • [Request For Help] How To Send Email Midlet Using Secure Socket ?

    Hello, this is the first time i ask for help to forum.sun.com.
    i try to make secure connection for send email from MIDlet. Maybe you can check to my code :
    EmailMidlet.java
    import javax.microedition.midlet.MIDlet;
    import javax.microedition.midlet.MIDletStateChangeException;
    import javax.microedition.lcdui.;
    public class EmailMidlet extends MIDlet implements CommandListener{
    Display display = null;
    // email form fields
    TextField toField = null;
    TextField subjectField = null;
    TextField msgField = null;
    Form form;
    static final Command sendCommand = new Command("send", Command.OK, 2);
    static final Command clearCommand = new Command("clear", Command.STOP, 3);
    String to;
    String subject;
    String msg;
    public EmailMidlet() {
    display = Display.getDisplay(this);
    form = new Form("Compose Message");
    toField = new TextField("To:", "", 50, TextField.EMAILADDR);
    subjectField = new TextField("Subject:", "", 15, TextField.ANY);
    msgField = new TextField("MsgBody:", "", 90, TextField.ANY);
    public void startApp() throws MIDletStateChangeException {
    form.append(toField);
    form.append(subjectField);
    form.append(msgField);
    form.addCommand(clearCommand);
    form.addCommand(sendCommand);
    form.setCommandListener(this);
    display.setCurrent(form);
    public void pauseApp() {
    public void destroyApp(boolean unconditional) {
    notifyDestroyed();
    public void commandAction(Command c, Displayable d) {
    String label = c.getLabel();
    if(label.equals("clear")) {
    destroyApp(true);
    } else if (label.equals("send")) {
    to = toField.getString();
    subject = subjectField.getString();
    msg = msgField.getString();
    EmailClient client = new EmailClient(this,"[email protected]", to, subject, msg);
    client.start();
    }and EmailClient.java
    import javax.microedition.io.;
    import javax.microedition.lcdui.;
    import java.io.;
    import java.util.Date;
    public class EmailClient implements Runnable {
    private EmailMidlet parent;
    private Display display;
    private Form f;
    private StringItem si;
    private SecureConnection sc; //SSL
    private InputStream is;
    private OutputStream os;
    private String smtpServerAddress = "smtp.gmail.com"; //SSL
    String from;
    String to;
    String subject;
    String msg;
    public EmailClient(EmailMidlet m, String from, String to, String subject, String msg) {
    parent = m;
    this.from = from;
    this.to = to;
    this.subject = subject;
    this.msg = msg;
    display = Display.getDisplay(parent);
    f = new Form("Email Client");
    si = new StringItem("Response:" , " ");
    f.append(si);
    display.setCurrent(f);
    public void start() {
    Thread t = new Thread(this);
    t.start();
    public void run() {
    try {
    //SSL
    sc = (SecureConnection)
    Connector.open("ssl://"smtpServerAddress":465"); //smtp with SSL port 465
    sc.setSocketOption(SocketConnection.LINGER, 5);
    is = sc.openInputStream();
    os = sc.openOutputStream();
    os.write(("HELO there" "\r\n").getBytes());
    os.write(("EHLO" "\r\n").getBytes());
    os.write(("auth login" "\r\n").getBytes());
    os.write(("dHVnYXNha2hpci50cmlhZGl0eWFAZ21haWwuY29t" "\r\n").getBytes());
    os.write(("dGEuZW1haWxjbGllbnQ=" "\r\n").getBytes());
    os.write(("MAIL FROM:<">\r\n").getBytes());
    os.write(("RCPT TO:<">\r\n").getBytes());
    os.write("DATA\r\n".getBytes());
    // stamp the msg with date
    os.write(("Date: " new Date() "\r\n").getBytes());
    os.write(("From: "+from"\r\n").getBytes());
    os.write(("To: "to"\r\n").getBytes());
    os.write(("Subject: "subject"\r\n").getBytes());
    os.write((msg+"\r\n").getBytes()); // message body
    os.write(".\r\n".getBytes());
    os.write("QUIT\r\n".getBytes());
    StringBuffer sb = new StringBuffer();
    int ch = 0;
    while((ch = is.read()) != -1) {
    sb.append((char) ch);
    si.setText("SMTP server response - " + sb.toString());
    } catch(IOException e) {
    e.printStackTrace();
    Alert a = new Alert
    ("TimeClient", "Cannot connect to SMTP server. Ping the server to make sure it is running...", null, AlertType.ERROR);
    a.setTimeout(Alert.FOREVER);
    display.setCurrent(a);
    } finally {
    try {
    if(is != null) {
    is.close();
    if(os != null) {
    os.close();
    if(sc != null) {
    sc.close();
    } catch(IOException e) {
    e.printStackTrace();
    public void commandAction(Command c, Displayable s) {
    if (c == Alert.DISMISS_COMMAND) {
    parent.notifyDestroyed();
    parent.destroyApp(true);
    } When I try to debug project from netbeans, i found this error :
    Starting emulator in debug server mode on port 2668
    Connecting to 127.0.0.1 on port 2800
    nbdebug:
    Waiting for debugger on port 2668
    Waiting for KVM...
    Running with storage root temp.SonyEricsson_JP8_128x160_Emu10
    KdpDebugTask connecting to debugger 1 ..
    Running with locale: Indonesian_Indonesia.1252
    Connected to KVM
    Connection received.
    Attached JPDA debugger to localhost:2668
    java.io.IOException: error 10054 during TCP read +
    at com.sun.midp.io.j2me.socket.Protocol.nonBufferedRead(Protocol.java:299)+
    at com.sun.midp.io.BufferedConnectionAdapter.readBytes(BufferedConnectionAdapter.java:99)+
    at com.sun.midp.io.BaseInputStream.read(ConnectionBaseAdapter.java:582)+
    at com.sun.midp.ssl.Record.rdRec(+41)+
    at com.sun.midp.ssl.Record.rdRec(+5)+
    at com.sun.midp.ssl.In.refill(+18)+
    at com.sun.midp.ssl.In.read(+29)+
    at EmailClient.run(EmailClient.java:74)+
    Execution completed.
    5145824 bytecodes executed
    9258 thread switches
    1762 classes in the system (including system classes)
    0 dynamic objects allocated (0 bytes)
    0 garbage collections (0 bytes collected)
    debug:
    BUILD SUCCESSFUL (total time: 4 minutes 34 seconds)
    Regard
    Littlebro

    Don't multipost and don't use the browser's back button to edit your posts as that creates multiple postings. I've removed the other thread you started with the same questio.
    Also, don't post to long dead threads. I've blocked your post and locked the thread you resurrected.
    db

  • Request for help in tuning the server which is running opmn process.

    Hi Folks,
    I request for an help in tuning the server which is running oracle app server opmn process , It is chewing arround 40% of the CPU resource,and our sysadmin is back of me to resolve this issues.
    any feedback on this is highly appriciated...
    Thanks in advance

    Re: How to Achieve Performance Tuning
    I hope you may find answers here..
    Sharma

  • Ipod touch -cannot connect to itunes store:wifi  connection works, tried reset and still have problem, submitted request for help to apple and they pointed me to a bunch of articles that were of no help, already had tried so I wrote to them, Help

    cannot connect to itunes store
    wifi works and confirmed by accessing google & ew.com
    tried reset and removed everything from ipod
    still receive error cannot connect to itunes store
    did google search and could not find a solution.  found other's also asking for help
    sent request to apple and received response with list of articles.  already tried these and still don't have answer.  inluded ipod model and serial number (ma62ll / 9c740wffw4n) thinking this might help them provide a specific solution.
    version: 1.1.5 (4b1)
    help,  i want to connect to itunes,

    Try:
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors | iPad Insight

  • Safari crashes on launch -- but Request for Help fails to post...

    For a week, I've tried to post a message,to the "Safari for Mac" forum. But it fails to post.
    Instead, I get a message, advising "We'll be right back".
    Other people have been posting messages during this week -- so what's wrong with mine?
    My message is a request for a solution to my problem of Safari crashing immediately on launch.
    The message includes a Safari Crash Report, which is quite detailed (as a textEdit file, compressed Archive, it runs to 29KB).
    Hoping that this brief plea gets through. TIA.

    The problems are caused by third party input managers/enhancers that have not yet been updated by their developers to comply with the standards used by Safari 4.1.and/or Safari 5.
    In your case these are:
    007af000 /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
007f4000 /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    00e0a000 /Library/InputManagers/Ecamm/Plugins/iGlasses.plugin/Contents/MacOS/iGlasses
00e45000 /Users/john/Library/Application Support/SIMBL/Plugins/VideoboxSafariPlugin.bundle/Contents/MacOS/VideoboxSafari Plugin
    02cd6000 /Users/john/Library/Internet Plug-Ins/iGetterBundle.plugin/Contents/MacOS/iGetterBundle
02e02000 /Users/john/Library/Internet Plug-Ins/iGetterBundle.plugin/Contents/Resources/iGetterSafariBundle.bundle/Con tents/MacOS/iGetterSafariBundle
    You fill find them in one or either of these folders:
    Home/Library/Input Managers
    Hard Disk/library/Input Managers
    Hard Disk/Library/Application Support
    although the exact location is indicated in your crash report as quoted above - look under 'Binary Images'.
    Close Safari and delete them, then restart Safari and it should be working normally. Alternatively drag them to the desktop and restart Safari. then add them back one at a time, restarting Safari every time, until you find the one (or more) causing the crash.
    Check with the developers of the plug-in/s in question for updates that are Safari 5 compliant.

  • WRT54G not working with cable internet access - request for help

    Good evening!
    At least that's the time when I write this.
    I have a PC running Vista 64-bit version. 
    Until yesterday, I was connected to the internet using my WRT54G and a cable modem. There was a power outage (or blackout) and I lost my internet connection. I was not home when this happened. I got home and found the circuit breaker off. Since then, I can not access the internet anymore when I use the router. 
    If I connect the computer to the cable model directly, I can access the internet without a problem (hence I'm able to post this). 
    If I connect the computer to port 1 in the router, and connect the cable modem to the internet port in the router, I am not able to connect to the internet. 
    I have already:
     - updated the firmware to the latest version (it was already installed)
     - reset the router pressing the "reset" button for 30 seconds, unplugging it, and reconnecting power still pressing the "reset" button for 30 seconds. 
     - power cycled the devices
     - tested 3 differnet patch cables that I know are good and they work
     - reset the modem via a soft-reset remote request sent from the cable operator
    None of these options have helped me restore my router's connection to the internet.
    I know the router is working because I can print using my wireless printer and I can see my shared drives in the other PC I have connected to it,  but none of them are able to connect to the internet!
    Does anyone have any additional ideas on how I can fix this, before I go out and buy a new router?
    Thanks in advance!
    Pablo

    As you have mentioned in your previous post, that you have resetted your router and you are still able to Print from your Wireless Printer, I Feel that your Router is not getting Resetted properly, whenever you reset your router your router goes to Factory default mode, and it will change the wireless network name to "linksys" and your Network will be unsecured. Press and hold the reset button for 60 seconds...Release the reset button...Unplug the power cable from your router, wait for 60 seconds and re-connect the power cable.
    Once you reconnect the power to the Linksys router, On your computer Open IE and in the address bar type (http://192.168.1.1) and hit enter, when prompted for username and password, Leave the username blank and in password type "admin" and click Ok. Below the Setup tab you will find MTU, So change it to "Manual" and change the size from 1500 to 1365 and Click on Save Settings. Then Below the Setup Tab you will find the Sub tab "MAC address Clone" click on it and "Enable" and click on "Clone your PC's MAC" and click on Save Settings. Now you can Unplug the Power from Router and Unplug the Power for Modem. Wait for 30 seconds, and 1st connect the Power to your Modem and wait till all the lights goes Stable then you can connect the power to Linksys router and once all the lights are sold. On your computer Open IE and check if you are Online. 

  • Avoid second request for list in dataTable

    Hi, I'm using a dataTable to display a productlist. The name of each product can be clicked to show product details, e.g.
    <h:dataTable value="#{productList.list}" var="var">
    <h:column>
    <f:facet name="header">
    <h:outputText value="Product" />
    </f:facet>
    <h:commandLink action="#{productList.showProduct}" immediate="true" >
    <h:outputText value="#{var.name}" />
    <f:param name="id" value="#{var.id}" />
    </h:commandLink>
    </h:column>
    </h:dataTable>
    When the page is loaded for the first time productList.getList() is called. But when a user clicks on a commandlink productList.getList() is called again, even before productList.showProduct() !
    This means that, since the action is immediate, either the Restore View or the Apply Request Values phase somehow needs productList.list (but I don't see why...).
    Since productList.getList() can be rather time consuming I would like to avoid this second call. Does anybody know how ?
    ps. And I DON'T want to use a session scope bean to keep a copy of the product list !

    I have a very similar piece of functionality in my application. I have a dynamic list of issues to display based on results that are retrieved from a database - so the number of items in my array is dynamic. I am able to write out the links in the datatable, but when I click on them nothing happens.
    Here's my jsp:
    <h:dataTable id="issuesList" value="#{topicList.issueList}" var="issue" >
    <h:column>
              <h:commandLink id="issue" value="#{issue.issueDesc}" actionListener="#{billList.findBillsByIssue}" action="#{billList.displayBills}">
                   <f:param value="#{issue.ID}" id="issueID" name="issueID"/>
              </h:commandLink>
              </h:column>
         </h:dataTable>
    My topicList.getIssueList() is never being called after I submit the request. I don't think that my array is initialized correctly. Can you tell me how you are initializing your product list? Is it dynamic?
    Thanks!

  • Alert: Magican and Request for Help

    I made the mistake of installing some new software, supposedly a cleaning utility called Magican, which I think may be some kind of malware. Immediately after running it, I began to have problems launching some applications. I tried to remove it and all the things it installed, but it has not been easy. The console now shows a never-ending stream of messages such as those below, a new one every several seconds. I should say that I also once had installed MacKeeper, but I thought that it had long since been eradicated.
    FWIW, I have combed through all my Library files for Launch items and demons, startup items, gone through my Accounts startup items and attempted to find invisible files, searching on zeobit, MacKeeper, Magican, castle, etc. [no matches show up]. The Activity Viewer shows nothing running that seems to be associated with any of these. Any thoughts on how to get rid of this stuff would be much appreciated.
    12/1/11 6:38:55           com.apple.launchd.peruser.501[162]          (com.zeobit.MacKeeper.Helper) Throttling respawn: Will start in 10 seconds
    12/1/11 6:26:59           com.apple.launchd.peruser.501[162]          (com.zeobit.MacKeeper.Helper[852]) posix_spawn("/Applications/MacKeeper.app/Contents/Resources/Helper.app/Contents /MacOS/Helper", ...): No such file or directory
    12/1/11 6:26:49           com.apple.launchd.peruser.501[162]          (com.zeobit.MacKeeper.Helper) Throttling respawn: Will start in 10 seconds
    12/1/11 6:26:32           com.apple.launchd[1]          (com.magican.castle[843]) posix_spawn("/Library/Application Support/Magican/McDaemon", ...): No such file or directory
    12/1/11 6:26:42           com.apple.launchd[1]          (com.magican.castle[847]) Exited with exit code: 1
    12/1/11 6:27:02           com.apple.launchd[1]          (com.magican.castle[853]) posix_spawn("/Library/Application Support/Magican/McDaemon", ...): No such file or directory

    launchd is Mac OS X's system to launch program at startup time or regular interval.  It ensures your automatically started applications are restarted in case of crash.
    Because, you deleted all binaries, but kept Magican registered with launchd, it complains it can not start the binary.
    To cleanup Magican and MacKeeper from launchd, use a terminal and issue the following command
    sudo launchctl remove com.magican.castle
    you can also use  "launchctl list" to see the list of registered daemons.
    Finally, to ensure that Magican will not register itself at next reboot, you must issue the following command
    sudo rm /Library/LaunchDaemons/com.magican.castle.plist
    (alternatively, just delete this file and reboot your mac :-)
    Hope this helps
    Seb

  • How to handle second request for addition to same AD group at code level?

    I am using custom java code for adding group memberships to users based on multiple multi-valued attributes.
    Example: Location Code is a comma separated multi-valued field in OIM User Form and I need to kick off my code each time the attribute is updated.
    If only 1 value in the LocationCode changes, I want to only add users to the group for this value not the older values that have not changed.
    How do I handle this scenario where the code adds the user to the same group twice in OIM. In AD the user is only added once. Do I need to write additional code to read all existing groups of the user, compare them with the new requests and then add new groups?

    Not a big deal.
    Create a trigger in Xellerate users process defn. There u'l get option for old and new value. take both values and compare both values using stringtokenizer and update the child form or group membership.

  • Request for Help - Very slow and programs crash, etc. since upgrading to Lion

    I have searched the forum for a while looking for answers, but everyone seems to have different issues.
    Since upgrading to Lion last week, EVERYTHING is running slow.  I have an iMac (late 2009) with 4GB ram and over 700GB of free hard drive space.
    I am not running a ton of heavy duty programs -- just the basics - word, entourage, safari, preview, and occasionally Photoshop, iPhoto, etc.  I haven't even tried to edit any video since upgrading.
    I continually get the "spinning wheel" when doing the most simple tasks like deleting a mail message, or opening a pdf file.
    I have done all software updates.
    Any help is greatly appreciated!
    Thanks,
    Kim

    Entourage & Photoshop are both serious memory hogs.    Export your data to Mail, Addressbook and iCal*:
    http://www.macmaps.com/entouragemigration.html
    Next for Photoshop, make sure to follow tips on the http://roaringapps.com/apps:table website for your version of Photoshop, to ensure you aren't overtaxing your system, and that you are usign any applications that are current for Lion. If you have any WiFi routers, make sure WPA2 password protection is on, and not WEP, and not an open network, and that their firmware has been tested with Lion.  Lastly, speed issues may be due to website design.  Try different browsers*: http://www.macmaps.com/browser.html

  • ME5A Report - Request for Help

    Dear All,
    I am working on the Report (ME5A) - Purchase Requisition List.  I have completed the following items, viz,
    a) Additon of Two more fields MRP Type and Lot Size in the Screen Input.
    b) Appended the structure MEREP_OUTTAB_EBAN with the above two fields in order to get that in ALV layout.
    Now I am stuck up in the place - to populate this field. I debugged it lot and not able to identify it.
    Can some one give me a hint on a Function / place where this can be updated.
    Thanks a lot
    Regards,
    Venkat

    Thanx Venkat
    Your really helped me. However, i would like to add some points :
    1:   When you enhanced PR screen using MEREQ001 enhancement, and adding your customer field in CI_EBANDB include, then this field automatically becomes part of MEREP_OUTTAB_EBAN structure. Hence, no additional Append to MEREP_OUTTAB_EBAN is required.
    2:   Secondly, while enhancing function exit "EXIT_SAPLMEREQ_003" in MEREQ001 enhancement, you can code to save new fields' data in DB. E.g. use this code:
    data : l_mereq_item type mereq_item.
    if not im_req_item is initial.
       l_mereq_item = im_req_item->get_data( ).
         if ( CI_EBANDB-ZZNEWFIELD ne l_mereq_item-ZZNEWFIELD ).
            move  CI_EBANDB-NEWFIELD to l_mereq_item-NEWFIELD.
            call method im_req_item->set_data( l_mereq_item ).
            ex_changed = 'X'.
          endif.
    endif.
    Doing this will display the new column in ME5A!
    Regards

Maybe you are looking for

  • Is it possible to independently manipulate a snapped handle of a corner anchor point?

    I stopped reading what's new since many versions and simply learn the new stuff when I need to or by discovery so, today I had to create various vector shapes and I got very annoyed that I can't pull a snapped handle of a corner point back and manipu

  • No NTFS option in Boot Camp

    I used Boot Camp in Snow Leopard to prepare the hard drive on two different MacBooks, and there was no option to choose the format of the Windows partition. It simply formatted FAT-32 even though it shows an info window about putting the Windows inst

  • Restarting Macromedia JRun CFusion Services

    In development and prod here (both MX6.1), there is no doc on what the CFAdmin password is. In dev, I used one of the tutorials posted in this forum to remove the password.properties file, then stop the CF services and restart. It worked fine in dev.

  • How to delete a bookmark

    How to delete a bookmark

  • [JS] TSelection "class" : just a simple selection manager

    TSelection is a JS object to make the "user-selection" management more easy in your scripts : http://marcautret.free.fr/geek/indd/selection/ Just a beta-version... Some feature: - TSelection.getBounds() (as geometricBounds) - TSelection.getType() (ch