I zoomed in and out of pages, trying to get the right view to take a screen shot for facebook, and now my email homepage is HUGE when every other screen looks normal.

When I set the view to Zoom Font only, my email page looks normal, but facebook is off. I can't seem to get the settings back to where they were before I tried taking that screen shot. I have tried restarting the computer, but that doesn't help. Am I just screwed?

Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
* http://kb.mozillazine.org/Zoom_text_of_web_pages

Similar Messages

  • VB2008 - Trying to get the Win Viewer to ShowNextPage when scrolling

    I am trying to get the viewer to sense when I scroll to the bottom of the page and then trigger a new page automatically in my Windows application.  I am using VB2008 (in VS) and .Net 2.
    The problem is that many of the standard events don't seem to trigger or the VerticalScroll.Value is always 0.  Here are some examples that will not trigger:
       Private Sub CRViewer_Scroll(ByVal sender As Object, ByVal e As System.Windows.Forms.ScrollEventArgs) Handles CRViewer.Scroll
          If CRViewer.VerticalScroll.Value = 100 Then
             MsgBox("at the end")
             CRViewer.ShowNextPage()
          End If
       End Sub
    And one that will not show a scroll value greater than zero.
       Private Sub frmViewer_MouseWheel(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseWheel
          If CRViewer.VerticalScroll.Value = CRViewer.VerticalScroll.Maximum Then
             MsgBox("at the end")
             CRViewer.ShowNextPage()
          End If
       End Sub
    Does anyone know why the .Scroll event does not trigger or why the value of the VerticalScroll is always at zero?
    I have the viewer toolbar and grouptree set to false but I can't see why that would cause a problem.  Is there anything else I should be setting so that the viewer will trigger events of standard forms?
    TIA rasinc

    You will have to use the winform scroll event, not the Crystal Report vieweru2019s event.
    1) Create a winform thatu2019s the full width of the viewer page, but shorter (vertically) than the page being previewed
    2) Adjust the size of the viewer vertically so it does not fit on the form and views without scrollbars
    3) Add a vertical scrollbar to the winform. A winform has the property Autoscroll which is False by default, set it to True and scrollbars show up.
    4) Use the winformu2019s scroll event and change pages when you scroll to the bottom of the winform.
    5) The code:
    Private Sub Form1_Scroll(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ScrollEventArgs) Handles MyBase.Scroll
            If Me.AutoScrollPosition.Y <= -450 Then
                CrystalReportViewer1.ShowNextPage()
            End If
        End Sub
    And/oru2026
        Private Sub Form1_MouseWheel(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.MouseWheel
            If Me.AutoScrollPosition.Y <= 450 Then
                CrystalReportViewer1.ShowNextPage()
            End If
        End Sub
    The code has the vertical position hardcoded.  You would need to figure out a fancy formula to calculate the bottom scroll coordinate if the window is resizeable or if viewer zooming is enabled (ie keep track of the size of the form, the size of the viewer control and I believe the size of the slider in the scrollbar (I think there are max/min properties that can be set for the slider so it might be possible to set its size).  Iu2019ve only tried showing that it will work by testing with the fixed value.  The easiest solution would be to disable resizing of the form hosting the viewer control.  The behavior is a bit annoying in that you may not get to view the bottom of a page when scrolling down since it jumps to the next page.
    Finally, creadit , where credit due. The solution is not mine. I was able to get Dan P. who on ocassion post here also to do all the heavy lifting on this one.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Anything I try to do on my iMac is suddenly slow and I typically get the pinwheel or it takes a few minutes for the app to start. This includes just typing into an email or pages doc etc.

    I was using WildBlue Satellite service for my internet connection. I recently changed to a Broadband connection. Since the change my computer is slow. I click on the mail application icon (or any other icon) and then wait and wait for it to open. It used to be instantanious. While I am editing in Pages or Numbers I will type almost an entire sentence before the characters actually appear on the screen.  This happens when I am typing an email as well. I often get the pinwheel and cannot do anything until the system catches up with me. It doesn't make sense that the broadband connection has anything to do with this. My internet upload and download speeds are great.  It is mostly the internal apps that do not require an internet connection. Any ideas?

    I've got activity monitor open and nothing is popping out at me. But I will check it the next time I get the pinwheel.
    No software was installed - either related to the new broadband connection or otherwise. I checked for updates to the OS (nothing).
    I tried turning Airport off and at first it seemed better and I also did not have the ethernet connected.  I also did an SMS reset? No change.
    Good suggestions though.
    Oh, I am running Parallels6.  I've shut windows down, performed a clean disk and system clean with Trend Micro. 
    Message was edited by: christinefrommountainair

  • Heey i bought an iphone 3gs about 2-3 months ago (used) today i blanked off the phone itself and then tried to get the newest update cuz i wasnt able to before so i did and now im locked out and it says sim failure invalid sim i can even get into it :(

    heey i bought an iphone 3gs about 2-3 months ago (used) was in mint condition well taken care of not even a scratch as soon as i got home i tried syncing it to my computer but didnt work it didnt even sync or notice my iphone software .. so i went to my friends and synced it there it has been working for music but videos wont work? but i didnt care  and then the pop up that says update so we would click it wait and it wouldnt work ever since ive had it so i left it like that so i went to my friend today i blanked it off the phone itself and then tried to get the newest update cuz i wasnt able to before so i did and now im locked out and it says sim failure invalid sim i can even get into it PLEASE HELP and cant get a new sim at the moment or take it into the apple store because i live about an hour and a half away from the city and rarley go to it please help me !!!!!!!!!!!!!!

    When I use find file http://www.macupdate.com/app/mac/30073/find-file (which does tend to find files that "Finder" can't), it's not coming up with any other itunes library files that have been modified in the past week, which I know it would have been - unfortunately, I don't have a very recent backup of the hard drive.  It would be a few months old so it wouldn't have the complete library on it....any ideas?  I'm wondering if restarting the computer might help but have been afraid to do so in case it would make it harder to recover anything...I was looking at this thread https://discussions.apple.com/thread/4211589?start=0&tstart=0 in the hopes that it might have a helpful suggestion but it's definitely a different scenario.

  • While trying to open the mail , it shows a blank screen then went to home page.

    while trying to open the mail , it shows a blank screen then went to home page.

    Hello there, Nina2800.
    It sounds like you are having issues connecting to the iTunes Store and getting a blank page.  The following Knowledge Base article offers up some great steps for verifying connectivity:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Troubleshooting on a Mac
    If you haven't been able to connect to the iTunes Store, a software conflict or your internet service provider (ISP) may be blocking your access. 
    Update iTunes to the latest version.
    If you have a firewall, your settings may be preventing you from connecting to the iTunes Store. To configure your firewall, please refer to the "Blocked by firewall" section in this article.
    You may need to reset your keychain. Connection issues are occasionally caused by keychain issues. Click here to find out how to use Keychain First Aid to resolve any issues with your keychain.
    If you are receiving a specific error message you may want to see, the "Specific Conditions and Alert Messages" section in this article as needed.
    If the issue still persists, contact your internet service provider and confirm that the ports and servers in this article are enabled over your network.
    Additionally, this article provides some additional recomendations if the issue persists:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Ive just got a new iPhone4 and I am trying to get the App's ie games from my iPhone3 onto the 4 and retain the same levels that I have reached on the 3, The Apps have gone onto the 4 but its making me re-start everything from level 1?

    Ive just got a new iPhone4 and I am trying to get the App's ie games from my iPhone3 onto the 4 and retain the same levels that I have reached on the 3,
    The Apps have gone onto the 4 but its making me re-start everything from level 1?
    Ive paid $$ for the games and then more $$ within the games via iTunes for in game purchases and desperatly want the games on the 4 with the levels that I have reached on the 3!
    Can anyone help!! Please!!!! My Smurfs and Animals are starving Hahahaha

    Mate, it's good to hear that you have gotten the iPhone 4 but sorry to burst your bubbles. Not all games can have the "saved" data ported over.
    Normally when you save a game in iPhone, the memory used is in the flash memory of the device. Those that can be ported over, reason is due to the data being saved over the air and when you logged in on a new device, it recognises you via the userID.
    Maybe you can try to backup your iPhone 3, and restore the file onto your iPhone 4. Not too sure if that would brick your phone though.

  • I've been trying to get the spreadsheet in numbers to be portrait rather than landscape, but cannot seem to be able to work out how. Maybe it's not possible, does anyone know how?

    I've been trying to get the spreadsheet in numbers to be portrait rather than landscape, but cannot seem to be able to work out how. Maybe it's not possible, does anyone know how?

    Open the inspector by selecting the menu item "View > Show Inspector", then click the "Sheet" segment at the top, then click the landscape button in the "Page Layout" section:
    I suggest you download the free Users Guide from Apple.  Here's the link:
    http://support.apple.com/manuals/#productivitysoftware

  • I have been trying to get the full version of lightroom after using a trial version but it says something about "GB" ? And i need to log into different account or set up a new one? Please help?

    I have been trying to get the full version of lightroom after using a trial version but it says something about "GB" ? And i need to log into different account or set up a new one? Please help?

    I would love to give you more information but i cannot access that page again? i can add Lightroom to my cart but when i go into my cart it says there is nothing in there? I have a red bubble above "my cart" with a number 4 in it to show there is something there but there is not? It just wont let me buy anything?

  • Trying to get the Opening and Closing Balance, 0TOTALSTCK and 0VALSTCKVAL

    Hi Experts, Good Day.
    I am developing a query for Stock Balances, Using Custom cube created with copy from 0ic_c03.
    I am trying to get the Opening and Closing Balance, based on Non-Cumulative KF - 0TOTALSTCK and 0VALSTCKVAL.
    Both The KF's Behaviour for Exception Aggregat. = Last Value
    I am using VARIABLE OFFSET as -1 to get Opening Balance, and just restriction for Closing Balance based on 0CALMONTH
    Unfortunately i am getting data for the periods which does not have data in my Cube. It is taking the total value as closing balance for the periods which we don't have transaction in the cube.
    For Ex. I have data for 09.2010 & 10.2010 a particular material, when i enter 08.2010 as input i am getting the total value of the material.
    I hope you understand the problem and solution soon.
    I will give you more explanation if needed.
    Thanks in Advance....
    Have a great Day Ahead.....
    GopalN

    Hi GopaIN,
    can you explain us process you have done about initialization of data (2LIS_03_BX, cube compression)? it seams like there was data before 09.2010 and you load it with 2LIS_03_BX data source. That data is not in cube, but just used for update markers.
    Edited by: Sasa Todorovic on Mar 25, 2011 9:48 AM

  • I was trying to get the iOS 8.2 on my iPhone 5 but then it stopped and my phone is now on recovery mode I have pictures I need and they did not all fit on iCloud  how can I use the phone again with ALL my pictures and videos without restoring it?

    I was trying to get the iOS 8.2 on my iPhone 5 but then it stopped and my phone is now on recovery mode I have pictures I need and they did not all fit on iCloud  how can I use the phone again with ALL my pictures and videos without restoring it?

    Contacts are designed to be synced to a supported application on the computer or a cloud service.
    Pictures taken with the device are designed to regularly be copied off the device to a computer as would be done with any digital camera.
    If you have failed to use the device as designed it may be too late to recovery anything.
    Is the device regularly backed up to a computer via iTunes?  If so, the most recent backup (when restored to a replacement iOS device) should contain all contacts and pictures as of when the backup was created.

  • Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days

    Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days, is there any problem ideally or, please leave a reply
    <Email Edited By Host>

    Hi vivekanandanganesan,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you are unable to connect to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

  • HT1373 i have a broken desktop which had my itunes account on it. I am trying to get the information onto a new laptop and itunes programme but cannot. I also cannot get my iphone 5 to be recognized on the new itunes. HELP

    i have a broken desktop which had my itunes account on it.
    I am trying to get the information onto a new laptop and itunes programme but cannot. I have only managed to copy over some of my music as i had it on an external drive.
    I also cannot get my iphone 5 to be recognized on the new itunes.
    HELP

    iTunes as you see it in the application window uses a series of files and folders contained in the iTunes folder.  Some people make the mistake of only backing up their media in which case all you have is a bunch of media files without the iTunes structure.  In that case you have to build a new library yourself.
    What exactly do you mean "not recognized"?  The phone does not show up on the computer at all, or it does but it says it will wipe the phone?  The wipe the phone stuff is again because it cannot find the original library to which it was synced.  You need to transfer the entire iTunes folder from the old computer or the backup you made of it.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • I have adobe photoshop CS6 and I am trying to use the analysis tools but all of them except for the ruler tool are unavailable. Am I missing certain plug ins?

    I have adobe photoshop CS6 and I am trying to use the analysis tools but all of them except for the ruler tool are unavailable. Am I missing certain plug ins?

    Which operating system?
    If I recall, some features were not fully supported on XP.
    Nancy O.

  • Ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    Make sure it is charged for about 10min using the adapter, then connect in recovery mode, explained in this article:
    If you can't update or restore your iOS device

  • HT5373 How do I enable a calendar subscription in my iCloud calendar? I'm using a Windows laptop (Home Office 7) and am trying to get the rugby and footfall fixtures to appear on my iCloud calendar.  Thanks for your help.

    How do I enable a calendar subscription in my iCloud calendar? I'm using a Windows laptop (Home Office 7) and am trying to get the rugby and footfall fixtures to appear on my iCloud calendar.  Thanks for your help.

    I suspect you had the same issue I did and downloaded the 64-bit version of the OpenSC libraries, but your firefox is 32-bit. You can see the opensc-pkcs11.dll in the System32 folder via windows explorer, but when you browse that directory via firefox to add the module, you are acutally being redirected to the SysWOW64 directory. Try intstalling the 32-bit OpenSC libraries, and adding the appropriate library from the C:\Windows\SysWOW64 directory.

Maybe you are looking for

  • How to config Free goods process like rebate

    Dear Masters, I have a problem like this: Our customer want using free goods by accrual sales volume. If in a period, sales volume can have exp 1000 m3, buyer will get a free goods. But as I know SAP std does not support like this! Is there anyway to

  • Enter GL account

    Hi Friends, In the VKOA I have defined the data for combo (V/KOFK/Ch Ac/Sales org/DC/AAg/AAG/orderAAG/Act Key/GL account) But when I am creating standard debit memo request and chkng incompletion log showing as complete but when am saving getting err

  • COFC error

    Hi Guys, I need some basis information on COFC transaction, 1. In which process of CATS record tranfer to PS does errors occur which are listed in COFC,m either during CATA or CAT5. 2. In my case both CATA and CAT5 are done by back ground job, but in

  • Magic mouse suddenly acting strange?

    My magic mouse stopped functioning normally... single click acts like double click... Text selection tool is wonky; drag select words ends up selecting entire paragraph... could not move objects around in InDesign... can barely move finder and applic

  • IME mode disables on file dialog

    We have this custom photo uploader that we designed to help non-computer types to be able to figure out what pictures they were about to send us before actually using their often limited bandwidth. It turns out that in Japan as soon as the multi-file