Colour glitch is making program unusable!

Everytime I open pages, all font is turned an incredibly faint whitey-blue and all colours are viewed in a strange washed out spectrum of whitey blues and purples.
Can Anybody help? Is this perhaps an issue with the whole display colour settings?

It can be hard for us to give an appropriate response when you post a Pages '08 problem in the Pages '09 forum.
If you have the same problem in another user it sounds as if it is a basic problem between Snow Leopard and Pages '08.
Even Pages '09 users are having to upgrade to the latest version.
Try downloading the Pages '09 demo and see if that changes things, then your choice is clear. Upgrade or move onto another application. Depending on your needs there are anumber of alternatives, several free:
http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=47&mforum=iworktipsn trick
Peter

Similar Messages

  • In Mac OS X, I installed a third party toolbar to Safari which is making the program unusable. How can I uninstall it? It did not have an uninstall option.

    In Mac OS X, I installed a third party toolbar to Safari which is making the program unusable by constantly giving a dropdown box requesting a sign-in to a mail feed. It came from http://WWW.BBshare.com/Products/gtoolbar-for safari
    How can I uninstall the toolbar? It did not come with an uninstall option.

    Instructions for manually uninstaling third party add ons >  Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues

  • Can Adobe make a music making program?

    Hello, I love Adobe and all of their products. However, there isn't a music making program. Can Adobe please make a program like GarageBand or Mixcraft? If Adobe makes a program like that, then it would be awesome. Thank you

    This is an open forum with "some" Adobe staff participation
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for feature requests

  • FCP X 10.1.3 is automatically cropping stills, making them unusable. Any ideas?

    FCP X 10.1.3 is automatically cropping stills, making them unusable. It is also doing the same thing to photos in existing projects. Unfortunately, I was trying to complete a project this morning and now it is worthless. Have rebooted and trashed preferences. Any ideas? Thanks.

    These are pictures from our iPhone 5 (3264 x 2448, jpg). The first attachment is the largest size FCP allows to be inserted. The second attachment is the full picture. The screen captures come from FCP's media viewer. If you hover over a picture you get the cropping,
    Project settings follow:
    Changing Spatial Conform settings has no effect. Deleting pictures and re-importing does not work either. Don't hesitate to ask for more information. Appreciate the help.

  • Error message in making program in SE38

    Dear Sir ,
    When I making a Z program in Tcode SE38, system through following messge
    You are not registred as a developer , please enter in the OSS (online service system),In the OSS you will recieve an access key .
    How can I solve this problem , plese provide some suggestion to me.
    thanks & Regards
    Shailendra

    Hi Shailendra,
    You are not authorized to work in transaction SE38, generally developer will have the access for this transaction to work on coding part.
    Consult Basis person, who are authorized to give u developer access.
    Regards,
    Nani.

  • New to java - glitch in my program/game? should be a simple fix :)

    hey everyone, I'm a student who's new to java programming :) It's is also the first programming language that I'm learning. I know the basics, but nothing very complicated.
    I'm making a pong-like game, in an applet.
    As I was making the paddle and using a mouselistener to make it move vertically, I came across this problem, the paddle will move vertically with the mouse's position, but one end of my paddle will grow abnormally (I want it to stay the same size as it moves up and down)
    Here's my code: (I'm not using most of the mouselistener and keylistener classes yet, so you can ignore them. I'm guessing the problem is probably in one of the last classes, at the bottom)
    ypaddle is the variable used for getting the co-ordinates of the mouse and transferring them to the paddle itself
    // The "Ping" class.
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    *Ping
    public class Ping extends Applet
        implements KeyListener, MouseListener, MouseMotionListener
        int width, height, x, ypaddle;
        Graphics g;
        char move;
         *Initializes variables
        public void init ()
            resize (700, 500);
            setBackground (Color.white);
            addKeyListener (this);
            addMouseListener (this);
            addMouseMotionListener(this);
        public void keyPressed (KeyEvent e)
        public void keyReleased (KeyEvent e)
        public void keyTyped (KeyEvent e)
        public void mouseEntered (MouseEvent e)
        public void mouseExited (MouseEvent e)
        public void mousePressed (MouseEvent e)
        public void mouseReleased (MouseEvent e)
        public void mouseClicked (MouseEvent e)
        public void mouseMoved (MouseEvent e)
            ypaddle = e.getY ();
            repaint();
        public void mouseDragged (MouseEvent e)
        public void paint (Graphics g)
            paddle (g, ypaddle);
         * Creates the paddle for hitting the ball
         *@param    y   value used to move the paddle vertically
        public void paddle (Graphics g, int y)
            g.fillRect (10, 10+y, 15, 60+y);
    } // Ping classI'm totally stumped, I've tried for 2 hours to find the problem, and I have a feeling it's something very simple that I'm passing over...
    If you have any questions about the variables or other things, please ask!
    And one last little quick question, is there a way I can restrict the movement of the paddle between two Y values? (i.e not higher than y=10 or lower than y=100)
    Thanks in advance :)

    soundweave wrote:
    I'm not exactly sure how to find out, Eh?
    You wrote this code:
    g.fillRect (10, 10+y, 15, 60+y);Do you understand what fillRect does? If I call fillRect(10, 20, 30, 40) where will that rectangle be drawn? If you don't know how to answer that, I don't see how you could have written that line of code.
    but here's some pictures of what happens ( I put in 0 and 80 as the y values in each picture, and left the code window open so you can see )I don't need to see them.
    Y at 0: [http://i731.photobucket.com/albums/ww314/len56/Untitled.jpg?t=1263077701|http://i731.photobucket.com/albums/ww314/len56/Untitled.jpg?t=1263077701]
    Y at 80: [http://i731.photobucket.com/albums/ww314/len56/Untitled2.jpg?t=1263077625|http://i731.photobucket.com/albums/ww314/len56/Untitled2.jpg?t=1263077625]
    So, given that the first one comes from fillRect(10, 10, 15, 60), (you get where that comes from I hope) and the second comes from fillRect(10, 90, 15, 150) (that too), does that not suggest that something is wrong with the numbers you're passing to fillRect? And since you have read the docs for fillRect and know what it does and what each of its parameters represents (right?), does it not suggest exactly what is wrong with those numbers?

  • Making programs in Mac OS 9

    How might I go about making a program in OS 9? I want a MUD program for my iMac so I can host it off of it. But the only one I have found isn't the kind I want or need.

    Hi,
    One option for F77 and F90 FORTRAN and C/C++ is Absoft . I have Absoft Pro FORTRAN 8.0 which was available 4 years ago. I don't see an Absoft available now for Mac OS 9.x. eBay may have one though.
    Another option is Think C. Again, used to be made by Symantec, but now discontinued. May be available on eBay.
    Finally, check out GNU freeware such as GCC . Here's some history on ports to OS9.
    You'll probably also need an IDE. Search the GNU site. Google is also useful here.
    Good luck!
    Ed
    PB G4 Mac OS X (10.2.x)

  • Marking words with background colour, the colour disappears when making pdf. How to do?

    Hi, I am working with a project that needs to highlight certain word or phrases with different colours. I use the background colour option to do this, but when making a pdf, the colour disappears. How do I get this to work? FM10 unstructured.
    JW

    Unfortunately, this doesn't work in FM10 (or 11) using the CMYK settings - you have to use RGB and convert the colours either in the PDF (with tools like Enfocus' PitstopPro) or during the postscript stage with a tool like PubliPDF (see: Grafikhuset Publi PDF for GPL licensed freebie version; usage details and other info is available at: Welcome to Grafikhuset Publi PDF ).
    You could also try using the CMYK joboptions setting in the RGB mode to see if you get an acceptable conversion (however be aware that any graphics and images in the documents may be affected). You should also set GetLibraryColorRGBFromCMYK=None to prevent FM from trying to do unnecessary colour conversions.
    The background colour feature works correctly in the CMYK mode starting only with FM12.

  • MacBook Pro Clock/Time Glitch Setting All program clocks to 11:03!!! Help!

    In the past few months my macbook pro has been changing all of my time/date stamps in skype, entourage and other assorted software programs to the time of 11:03. This happens when the date switches in skype, it's every "date modified" time stamp in my finder...it's what time EVERY EMAIL i receive is stamped. It's making things impossible...I have no idea why it's happening and cannot seem to find a fix anywhere. Any ideas, fixes, support would be much appreciated.

    !http://i46.tinypic.com/2nvn6f.gif!
    Disconnect all devices from your computer when troubleshooting.
    "In the past few months"
    Please detail all the things you have done in the way of troubleshooting for those +past few months.+ This will eliminate the +"been there, done that"+ scenarios when the knowledgeable users here try to help you. Thank you.
    Have you tried any of the following?
    http://support.apple.com/kb/HT1411 *Apple Portables: Resetting the System Management Controller (SMC)*
    http://docs.info.apple.com/article.html?artnum=2238 *Resetting your Mac's PRAM and NVRAM*
    !http://i50.tinypic.com/izvwo1.gif!

  • The context has expired and can no longer be used errors making farm unusable

    There are a couple of other posts on this forum about the message "The context has expired and can no longer be used" but they all suggest something related to time and time zone differences. This is not the case in my farm and I have disabled
    the security checking of requests on my web applications. Hopefully someone at Microsoft is very aware of this and is working to resolve it because my farm and many others are unusable like this.
    I have dug through all of the ULS errors when it happens and there is nothing useful. It barely even registers as a message although, I have not turned on verbose logging, which I am about to try. I have SP 1 installed. Just to be clear, this is happening
    on SharePoint 2013 Enterprise.
    I have been fighting this for a month. I can add a few things about the farm I am trying to fix:
    1. It was a WSS 3.0 farm that when through a 2007-2010-2013 migration in short order. 
    2. I believe it is under-powered on the hardware side. All VMs on a host shared with 40 other VMs, some fairly busy. Here's the virtual farm breakdown:
      -1 WFE with 12GB RAM and 2 cores
      -3 app servers with similar resources
      -No paging file on C: on any VM. This is a decision by sysadmin. Paging on D: is system managed. Probably irrelevant.
    3. Rapidly clicking from link to link seems to bring on the failure much sooner.
    Any suggestions even about how to troubleshoot this would be appreciated.

    Ultimately, I think it is a time sync issue across the farm. We still have request management off on all boxes because I cannot get the admins to resolve this issue but, in my lab environment I ran into a similar thing.
    I may turn RM back on later to see if it comes back but here's what I think happens: In production we have 2 ESXi hosts and our SP environment is all AD (of course). The clocks are all out of sync, sometimes beyond 5 minutes. (The time sync for AD is something
    I believe a lot of admins don't understand when running virtual.)
    If you allow ESXi to try to sync the time for all guests you run into problems. Maybe they are more pronounced with SharePoint. Anyway, VMware and AD start fighting over the time (check your event logs) and, for us, the clocks across the domain get out of
    sync beyond the 5 minute allowable window.
    I recommend disabling time sync from host to guest and do what MS recommends: make your domain controller the master time server and configure it to get its time from a reliable source (which can be a single hardware host over NTP). Make other domain controllers
    sync from the PDC. The other windows machines will all sync to the domain when they log in. This will prevent SharePoint from issuing tokens from one machine that are out of sync time-wise with the other machines and thus throwing the "Context has expired
    and can no longer be used" errors.
    Note that disabling host to guest time sync is not as simple as just clearing / un-checking the box in the VSphere client. That doesn't do it. You will need to Google for the 6 or so custom properties you must add to each guest to prevent VMWare from re-synchronizing
    after certain hardware events.

  • Looking For A "Beat Making" Program

    I'm looking for a program that makes beats and runs on the Mac os x. I've seen some but none of them have been pretty good. Like iDrum erc. I need professional stuff.

    You will like this application:
    http://www.apple.com/downloads/macosx/audio/traktordjstudio.html
    It is probably the best option for OSX!
    Hopefully this is helpfull or solved your problem. Consider rewarding some points!
    Please see the "helpfull" and "solved" button's on top off this message! Apple: Why reward points?

  • Has anyone else experienced a glitch when making cuts? Many of my cuts slip a frame or two when moved from source monitor to sequence and it started with the latest update

    Once I updated to the latest version of Premiere 2014.2 I started experiencing a glitch when my cuts would slip a frame or two. At first it was randomly. Then I had footage I was using that was an .avi file that I converted to .m4v using vlc and now in my Premiere project, are having the greatest difficulty keeping my original cut that I create in my source monitor. When I bring it into my timeline, the new frames are added. When I double click the clip into my source monitor, I see that my original cuts remain, not shifted. Looking back in my timeline, unwanted frames are still there. I have to bring it into my source monitor to guess where the right frame would be to compensate for this. It happens more often with the converted files but still happens to .mp4s as well. I am using a Mac Pro 15-in from Early 2011. Thanks for the advice in advance!

    I downloaded and installed the latest iTunes 11.2.1 (1) update yesterday. It appears to have corrected this issue to a large extent: plugging in an iThing to sync no longer seems to cause explosive growth in memory footprint. leaks reports a much slower growth in dead memory:
    leaks -nocontext -nostacks iTunes | grep total
    Process 27307: 353 leaks for 726488 total leaked bytes.
    20 minutes later:
    leaks -nocontext -nostacks iTunes | grep total
    Process 27307: 364 leaks for 1256056 total leaked bytes.
    20 minutes later, after DLing updated apps and doing another sync:
    leaks -nocontext -nostacks iTunes | grep total
    Process 27307: 364 leaks for 1256056 total leaked bytes.
    Memory allocation started at 70Mb, grew to 200Mb, and appears to have stabilized there.
    I'm going to keep an eye on it overnight, but it looks as if this may not be a complete system killer as it was before, at least in my case. In any case, I can highly recommend this latest iTunes update for anyone else experiencing this specific issue. Updating bug 16772016 with this new information.

  • Pop up, UAC warning me of Firefox making program changes

    I am running Windows 7 Professional (64 bit) and every time I launch Firefox 4 I receive a pop up which asks me "Do you want to allow the following program to make changes to this computer?" I realize this is a part of the UAC, which "I'm not going to disable" but why does Firefox constantly do this and is there a way (without disabling the UAC) to stop this from happening?

    Had the same problem and found that the only way to solve it was to delete all shortcuts and then go back to where the .exe is located and create a new shortcut and then ensure Uncheck "Run As Adminstrator" as above.

  • Making Programs "not there" for other account/users...

    I'm not even sure if I'm in the right place for posting this question. If not, my apologies. There are many programs installed on my computer that no one else uses or even knows what it is (I'm the computer savy person) and shows up in their account, like in applications or where ever it may be. So my question is, can I make it so that it's not there for that person to use, and only on my account for me to use (I am the administrator of the computer). Also, will it save any space on my HD if I made the programs "not there" on other accounts? Thanks.

    1. If you dragged the application onto your hard disk, create a new Finder window and click on the item in the sidebar with the house icon. Create a new folder and move the applications in here. Some application updaters may expect the application to be located in a specific place; this isn't an issue for updates you apply by dragging files into folders.
    2. No.
    (16972)

  • Graphics bug making software unusable. "Ghosting" effect whenever scrolling through piano roll or tracks window

    As stated in the title, a bug has started plaguing my copy of Logic Express 9 ever since I updated to Yosemite. Whenever I scroll back and forth through the tracks window or the piano roll, this sort of ghosting effect appears and makes manipulating anything onscreen impossible. I have found no other mentions of this problem on the support forums, but this issue has made the software completely unusable. Here is a screenshot of the bug:
    If anyone has experienced this problem and found a fix, please let me know.
    thanks

    Thanks Erik,
    If nothing else, this huge list of updates and fixes, shows clearly that the Logic Dev team is working hard on fixing and improving LPX to a major degree.... and from the list of fixes done.. show they do read the bug reports submitted!
    As an aside....
    I recall how all the 'naysayers' prior to LPX (and in some cases, since...)  were proclaiming how Logic was dead, the team was being disbanded, we won't see any further development, the Dev team doesn't listen or care... and so on....... I wonder where those people are now?

Maybe you are looking for

  • Self join or analytical function ..?

    Hi I have a table data like this: select * from s_table; ID ADDRESS ADDRESS1 CODE a1 Dallas Tx 10 b1 DFW Tx 20 c1 Houston Tx 30 d1 Elpaso Tx 40 e1 Austin Tx 50 e1 Austin Tx 51 6 rows selected Business rule: I want to concatenate code with a space in

  • Issues since updating to Windows 8.1

    Hello,  So I hope that this is the appropriate forums to be posting about this, if not don't hesitate to point me in the right direction. The issue I've been having since the time I have updated is that, my desktop background goes black, and the task

  • Metadata values?

    Can anyone please tell me where I can find info as to what the different numbers in the Metadata fields of Exposure program, Exposure mode and metering mode represent. I can not find anything in Aperture or my camera manual that explains this. Thanks

  • Help me to sort out the error

    import java.awt.*; import java.awt.event.*; import java.awt.image.*; class Image01 extends Frame{ //controlling class Image rawImage; //ref to raw image file fetched from disk Image modImage; //ref to modified image int rawWidth; int rawHeight; int[]

  • Nokia 7610: what earphones to use for music

    What type of earphones can I use to listen to music on my 7610? I tried HDS-3 and that does not work: "Enhancement not supported". Thanks Ari