In facebook app game yoville, normalizing the window reloads the game! How do I prevent this?

If I am playing YOVILLE (a facebook app game) and If I Normalize my window (using win7 on a laptop), the game reloads and looses all progress within the game. Simply normalizing the window should have no effect on the game other than to allow me access a partial view of my desk top. I am wanting to run yoville in half the screen and a text file in the other half. Ultimately, I will copy the text and paste it in to the game's chat bar. Internet explorer allows me to do this with no problem...BUT IE sucks in so many other aspects, that I MUCH prefer Firefox. Now if I MINIMIZE the window, the game is unaffected....it is when I attempt to NORMALIZE that forced reloading occurs....which is a DISSASTER within the game.

go to the app in the app store and contact the developer and they are the only ones that can help you

Similar Messages

  • I am trying to sync a new ipad with a mac but do not want to sync the 15000 photos from my mac to the ipad - how do I prevent this?

    I am trying to sync a new ipad with a mac but do not want to sync the 15000 photos from my mac to the ipad - how do I prevent this?

    See Here,
    Syncing photos via iTunes
    From here...
    http://www.apple.com/support/ipad/syncing/
    And Here...
    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf

  • When surfing random windows will open.  how can i prevent this?

    Almost every time I'm surfing the net random sites that I have not solicited will open.  Is there anything I can do to prevent this from happening?  Thanks!!!!

    I am also having the same problem.  It opens web sites I have visited in the past.  It happens despite clearing the history.  I have also tried to surf in private mode and I will still get past windows open of sites visited in private mode.
    I do have "block pop up windows" enabled.
    Any ideas what is going on and how to stop it?
    Thanks in advance.

  • Firefox for Android makes my Droid X freeze completely so I have to pop the battery - how can I prevent this?

    I can use Firefox for a page or two, then I realize the phone has frozen completely. This seems to happen especially if I've lauched Firefox through a link in another application. The Droid X battery is very hard for me to pop out, but I've had to do it several times and so have gone back to Dolphin browser for the time being.

    I'm having the same problem with the official Firefox 4 release.
    I'm not on the Droid X though, I'm on a Samsung Galaxy S phone (Vibrant) running Froyo.
    It is very easy to replicate, I keep trying to use firefox (because I like it), but my phone locks up pretty quickly every time.

  • JEditorPane always scrolls down to the bottom, how can I prevent this?

    Hello, I have the following code that contains a JTable and JEditorPane in a panel. When I click on a headline on the table, I have some text showing up in the lower pane. My problem is that the lower pane (that is inside a JScrollPane) always scrolls down to the end of the text, but I want to to always point to the beginning.
    Does anyone know how to do this?
    Your help will be appreciated.
    Thanks!
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Point;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JSplitPane;
    import javax.swing.JTable;
    import javax.swing.JViewport;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.ListSelectionListener;
    import javax.swing.table.DefaultTableModel;
    public class MyHTMLPaneTest {
         JFrame frame;
         JPanel panel;
         JSplitPane splitPane;
         JTable table;
         JEditorPane htmlPane;
         JPanel tablePanel;
         DefaultTableModel model;
         JViewport viewPort;
         public MyHTMLPaneTest()
              frame = new JFrame("MyCalHTMLPane Test");
              panel = new JPanel(new BorderLayout());
              splitPane = new JSplitPane();
              tablePanel = new JPanel(new BorderLayout());
              setTable();
              tablePanel.add(table.getTableHeader(), BorderLayout.NORTH);
              tablePanel.add(table, BorderLayout.CENTER);
              htmlPane = new HTMLPane();
              JScrollPane pane = new JScrollPane(htmlPane, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
              viewPort = pane.getViewport();
              viewPort.setViewPosition(new Point(0, 0));
              splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, tablePanel, pane);
            panel.add(splitPane, BorderLayout.CENTER);
              frame.getContentPane().add(panel);
              frame.setSize(new Dimension(400, 300));
              frame.setVisible(true);
         public void setTable()
              String[] columnNames = {"Date","Time","Subject"};
             Object[][] data =
                  {"03/31/05", "8:20 AM EDT", "Headline 1"},
                  {"08/24/05", "8:19 AM EDT", "Headline 2"},
                  {"08/18/05", "8:18 AM EDT", "Headline 3"},
                 {"08/12/05", "8:17 AM EDT", "Headline 4"},
                 {"06/20/05", "8:16 AM EDT", "Headline 5"},
                 {"06/20/05", "8:15 AM EDT", "Headline 6"}
             model = new DefaultTableModel(data, columnNames);
             table = new JTable(model);
             table.getSelectionModel().addListSelectionListener(new ListSelectionListener()
                 public void valueChanged(ListSelectionEvent e)
                      String text = "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING"+
                                "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING";
                      htmlPane.setText(text);
         public static void main(String[] args) {
              MyHTMLPaneTest test = new MyHTMLPaneTest();
    }

    try setCaretPosition:
            table.getSelectionModel().addListSelectionListener(
                    new ListSelectionListener()
                        public void valueChanged(ListSelectionEvent e)
                            String text = "LOOOOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nIIIIIIIIIIIIIIIIIIIII"
                                    + "\nIIIIIIIIIIIIIIIIIIIIING";
                            htmlPane.setText(text);
                            htmlPane.setCaretPosition(0);  // ******* here **********
                    });

  • Why do I have no cursor and cannot click on anything in Facebook app games?

    I use a Mac and updated Firefox to version 3.6. Ever since, I have not been able to click in any facebook app game that I play. The cursor doesn't even show up. I used to love Firefox, but not anymore. Please tell me if there is a way to fix this. Thank you in advance for your help.

    Thanks for your fast response.
    Unfortunately although this should have solved the problem (because the loudspeaker Ringer and Alerts slider sound and the Ringtone sounds are not turned off by having the headphone inserted) it did not. 
    I changed the headphone jack for a known good one and put the one from my machine in another iPad. 
    There was no improvement in my machine and the jack works normally in the other iPad. 
    Any other suggestions ?

  • Facebook apps/games

    I used to be able to play facebook apps/games even with latest flash/shockwave.  Loaded, reloaded, deleted cache, etc.  It used to work but now it doesn't.  It started to slow up the games and freeze up internet. I am on windows 7 and internet explorer 9.  Suggestions?  Thanks

    If it's working, but eventually gets slower/freezes, I'd start by clearing your Flash Player cache and settings.
    How do I clear my Flash Player cache and settings?
    If it's not working at all, please make sure it's enabled properly.
    Enabling Flash Player in Internet Explorer 9

  • News feed on my Facebook app doesn't show the correct time. Can the time be set?

    News feed on my Facebook app doesn't show the correct time.  Can the time be set?

    Does your phone show the correct time?
    If not, change the time on your phone, see if it helps.
    If it does, then sign out, sign back in. If that fails, the delete and reinstall. If that fails, then contact Facebook, as they're the developers of the app and will have the proper documentation to help you further.

  • For some reason my Firefox is no longer allowing me to stay logged on to certain sites e.g. Even though I now allows click the keep the keep me logged in on facebook I now have to log on each time. How do I fix this. Kind regards Bev Greene

    For some reason my Firefox is no longer allowing me to stay logged on to certain sites e.g. Even though I now allows click the keep the keep me logged in on facebook I now have to log on each time. How do I fix this.
    Kind regards
    Bev Greene

    Websites remembering you and automatically log you in is stored in a cookie.
    * Create an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    Make sure that you do not run Firefox in Private Browsing mode.
    * https://support.mozilla.com/kb/Private+Browsing
    * In [[Private Browsing]] mode all cookies are session cookies that expire if that session is ended, so websites won't remember you.
    * Do not use [[Clear Recent History]] to clear the "Cookies" and the "Site Preferences"
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    * http://kb.mozillazine.org/Cookies

  • Why when I open an app (i.e. Word) some of the files I previously worked on also load/open? How do I prevent this from happening?

    Why when I open an app (i.e. Word) some of the files I previously worked on also load/open? How do I prevent this from happening?

    System Preferences>General...remove the check for the box labeled "Restore Windows when Quitting & re-opening apps".

  • Me and my mom share the same itunes account, everytime i download a app it goes to her phone automattically as well, how can i stop this?

    me and my mom share the same itunes account, everytime i download a app it goes to her phone automattically as well, how can i stop this?

    Open itunes
    Connect her iphone.
    Go to the apps tab.
    Uncheck the box that says automatically sync new apps

  • I currently have my credit card on my iTunes account and when I have no money in my bank account it won't let me download the free apps even though they don't cost anything. How do I stop this so I can download or remove my credit card?

    I currently have my credit card on my iTunes account and when I have no money in my bank account it won't let me download the free apps even though they don't cost anything. How do I stop this so I can download or remove my credit card?

    All downloads from iTunes are tied to the account that downloaded it, you can't re-download content via a different account. You checked the spam folder on yourr old account as well as the Inbox, and depending upon how long ago you did it, have you retried getting it reset : http://appleid.apple.com, then 'reset your password' ?

  • I get "an error has occurred in the script on this page" it comes up for no reason on Firefox and I can't remove the message, it then goes away on it's own after 3 minutes? how do I prevent this message coming up? I have Windows 7.

    I get "an error has occurred in the script on this page" it comes up for no reason on Firefox and I can't remove the message, it then goes away on it's own after 3 minutes? how do I prevent this message coming up? I have Windows 7.
    I can work the screen behind the message which stays in the centre of my screen.

    Windows version is...?
    What pages are giving you problems? [post links to same]
    Are you getting the script errors only when attempting to print or...?
    Has your printer's manufacturer confirmed that your currently installed printer software is IE11-compatible (yet)?
    ~Robear Dyer (PA Bear) MS MVP-Windows Client since 2002 Disclaimer: MS MVPs neither represent nor work for Microsoft

  • I'm always losing all of my music and get a lot of apps that i don't need when i plug my i4 into my mac. I only ticked the box 'Manually manage music and videos' but it's always syncing itself. How can i prevent this? I don't want to put bacPlease Help!!!

    I'm always losing all of my music and get a lot of apps that i don't need when i plug my i4 into my mac. I only ticked the box 'Manually manage music and videos' but it's always syncing itself. How can i prevent this? I don't want to put back 1500 any more because of this. Please Help!!!

    I'm always losing all of my music and get a lot of apps that i don't need when i plug my i4 into my mac. I only ticked the box 'Manually manage music and videos' but it's always syncing itself. How can i prevent this? I don't want to put back 1500 any more because of this. Please Help!!!

  • So i went yesterday to the apple store and they told me my battery was dying because i had apps crashing so i had to reset the phone. how do i do this?

    so i went yesterday to the apple store and they told me my battery was dying because i had apps crashing so i had to reset the phone. how do i do this?

    Your post doesn't really make sense, because if all you had to do was reset the iPhone, they would have helped you do that at the Apple Store.
    Are you sure "reset" is the correct verb - that "reset" is exactly what they told you to do?
    Anyway, you reset the iPhone by holding the home and on/off buttons together for about 10 seconds till the Apple logo appears.

Maybe you are looking for

  • Video i took on iphone 4 will not open. can i recover this video?

    i took several videos over the last two days. all are fine except one that says it cannot be opened. not sure why it won't, it was only maybe 3-4 mins long. anyone know if there is any way to recover this video? it was for a band that just won a huge

  • License problem with WCS and WLC

    Hi All, I have planned to implement three WLCs and one WCS to manage them. AP count is as below :-      WLC #1     -     10 AP      WLC #2     -     10 AP      WLC #3     -     20 AP When WLC #1 is down that connected 10 APs should failover to the WL

  • Mac Mini Server Hd disappeared. Will not boot anymore!

    I have a Mac Mini Server about 3 years old running Leopard. I noticed that my server HD had disappeared and was not even showing in disk utilities. The 2nd HD which I had setup for backup was still there and presumably bootable. I checked with disk u

  • What should I do if there isn't a link to send me an email to reset my security questions?

    When I go to appleid.apple.com to reset my security questions it tells me to click on a link to send a reset to my email. However, the link isn't there and I don't know how to fix it.

  • Systemd journald logging before /sbin/init?

    dear arch experts---I understand that I have an initrd stage that eventually invokes /sbin/init (which is systemd) on a switch_root.  the initrd stage can echo various log information, too.  so, now I am curious: how can the pre-systemd process log o