Easy one i hope

How do i turn off error reporting....

I don't know but there's this:
http://blog.vucica.net/2009/11/mac-os-x-turning-off-error-reporting.html
sudo launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
Note that this was only tested in 10.5.8. so proceed at your own risk.
-mj

Similar Messages

  • Easy one I hope: How do I change text color?

    For the life of me I can't seem to find anything with a color pallette (except for background fill). I need to change text color but don't know where to find it.  Everything's always black. When I highlight the text, and goto "Font", I see something that looks like the "Select Text Color" (like the one above but as soon as you mouse over it, it turns to a crossed-out "ABC", and can't get the pallette.
    Thanks for your help.

    Hi,
    Question: Are these fields that you had changed the type of in the Object Pallet/Field Tab/Type ? If so, try deleting the object and put a new one in its place from the Object Library.
    If no, what sort of parent do these items have? Table Row? or SubForm?
    Good luck!
    Stephen

  • Hi there! First post (easy one I hope)

    Hey Archers!
    First time on the forums New to Arch and Linux as a whole--loving it though!
    Just having one issue that's really giving me a headache: whenever I open a window in GNOME the greater portion of the window spawns above the top panel making it difficult to view/move.  Just wondering if there's a way to change to default spawn location of a window.  I tried the window behavior under system settings but I couldn't find any relevant options.
    Does that make sense? Let me know if you need clarification.  Probably a silly question, but I figured the combined genius of the forums would spare me some tears.
    Thanks!
    -Alex

    Leprkan wrote:Does that make sense? Let me know if you need clarification.  Probably a silly question, but I figured the combined genius of the forums would spare me some tears.
    Please post a descriptive title. And do your own searching first, Arch encourages lots of DIY, not asking other people to do it for you. Closing.

  • Easy one for someone, I hope

    This is probably an easy one for someone:
    I have a simple password function in a child movie and am
    using the standard code to activate the enter key
    on (release, keyPress "<Enter>") {
    It works fine on it's own, but doesn't work when it's loaded
    into the parent movie. What's the solution?
    Simonster

    create a submit button that works the same as the keypress
    Dan Mode
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    "Simonster" <[email protected]> wrote in
    message
    news:e940j1$a8o$[email protected]..
    > This is probably an easy one for someone:
    > I have a simple password function in a child movie and
    am using the
    > standard
    > code to activate the enter key
    >
    > on (release, keyPress "<Enter>") {
    >
    > It works fine on it's own, but doesn't work when it's
    loaded into the
    > parent
    > movie. What's the solution?
    >
    > Simonster
    >

  • Import statements-- Please clarify Easy one...For You

    Hi,
    Please clarify and i hope it would be easier one.
    I have imported two packages of same type like:
    import java.util.*;
    import java.util.*;
    in my programme and what will be the cause, i know that i dont get error, i wan to know that wat compiler will do>>>
    1. Whether it will tak more compilation time?
    2. It will take more memory?
    Please clarify???
    Thanks in Advance.

    1. Whether it will tak more compilation time?Probably not
    2. It will take more memory?No

  • Hopefully this is an easy one

    Hopefully this is an easy one. how do you disable timed slide advance in Captivet 3? I have not been able to find it anywhere. Thanks

    Welcome to the all volunteer Captivate forum.  Several options.
    - Add <Back and Next> buttons on each slide manually
    - Place click boxes on the screen.  This is a neat way to do it because the click box can be the entire screen with a 100% transparency.  However, users must know to click the screen to advance and then there is no <Back or rewind type option
    - Correct interactions can be added with click boxes.  Use Captions to ask the user to do something and when they click the right place, the series advances.
    Hope this helps a bit.
    Joe C.

  • Search Webserver and only follow one specific hop

    Hello,
    we want to crawl our external website with sharepoint 2010 search. the files that are linked on the website are stored on another server.
    in order to crawl these files i have to set the content source to do one server hop. by doing this the content source will also include content from other servers - but i only want to have the content from a specific one.
    can you help me archiving this?
    Thanks
    Marco

    Hi Marco,
    It is by design that other servers will be included with one server hop in the content source.
    If you can ping the server where the files exist from SharePoint server and you only want to crawl the files, then I recommend to use file shares as the content source type and give the URL of the folder where the files stored. (remember to grant permission
    to the crawl account on the folder)
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Getting redirect to work  -- easy one?

    Hopefully this is an easy one for someone to answer -- I'm simply trying to set up an action-mapping that performs a redirect instead of a forward. If I use the following xml in struts-config.xml (I'm using struts-faces), then everything "works":
    <action
    path="/search"
    type="com.wheels.struts.SearchAction"
    name="searchForm"
    scope="request"
    input="search">
    <forward
    name="results"
    path="faces/results.jsp"
    />
    </action>
    I get an error if I change the forward to be a redirect, however, as in:
    <action
    path="/search"
    type="com.wheels.struts.SearchAction"
    name="searchForm"
    scope="request"
    input="search">
    <forward
    name="results"
    path="faces/results.jsp"
    redirect="true"
    />
    </action>
    The error I get is:
    java.lang.IllegalStateException: Cannot forward after response has been committed
    Any thoughts on this one? Is there something I need to change in my Action class to properly redirect instead of forward? Something in struts-config.xml??
    Thanks very much.
    -Adam

    I would agree this is probably an easy one, but only on the STRUTS-USER mailing list :-). To subscribe, send an empty message to [email protected] Alternatively, you can find links to various archive sites for previous postings on this list at:
    http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42
    Craig

  • A REAL easy one-display 10

    Greetings;
    This should be an easy one, just one that is driving me crazy.
    I have 10 instances from 2 tables displayed on a form. The first field is to enter a stock number, the second field looks up the description in a reference table. This works fine in the first row, but, when a stock number is entered in the second row, instead of entering a description in the second row, the description in the first row is "updated". Please, what am I missing??

    I'm not sure I got it right.
    Does that mean you have 2 data blocks? If so, it's quite clear that, when being in the first block and refferencing the items in the second, that would have effect on the record that is current in the second block, that, in your case happens to be the first record.
    If it is like I imagine, then you should put both fields (including the refferenced one(s)) in the same data block with a data source set as the table you update, but have the refferenced field(s) set as non-database item. The refferenced field(s) are to be populated through a select in the post-query trigger on the given block, or, eventually in when-validate-item.
    Sorry, but if this can't help you, you should study more and especially be more specific in what you ask.

  • An easy one, hopfully

    Sorry if this is Flash 101, but is it possible to have a
    button goToAndPlay a frame in whatever scene the viewer is
    currently in? That is, if they are in Scene 1, pressing the button
    would take them to frame 50 of Scene 1. But if they were in Scene
    2, that same button when pressed would take them to frame 50 of
    Scene 2. If so, how is this coded?
    Thanks.

    Use frame names rather than frame numbers. Once you publish
    your movie, the scene information disappears.

  • This is an easy one: One Apple TV with two Account (MusicMatch and PhotoStream)

    Hi,
    How can I setup Apple TV with my iTunes Account (for music, movies, etc) and a different iCloud account for Photostream. This is easy in IOS and OS devices, but I could not figure this out on Apple TV. Apple TV configuration takes the iTunes account and uses it as the default for music match and Photostream, can this be different?
    If not how can I merge the two with least hassle.
    Thanks.

    That isn't correct, when you go to setup photo stream, it asks you if you wish to use the account associated with the iTunes store, or use a different one.

  • Easy one (?) - multiple results in one query

    Hi,
    I am trying to return multiple (say, 2) columns, each column containing the result of one query; executed in one statement.
    Basically the following set of subqueries is working, but I would like to know if there is an easier, less cumbersome way?
    select
    (select count(field1) from table1) as count1,
    (select count(field2) from table2) as count2
    from dual
    I tried the UNION ALL but it returns multiple rows.
    Ah well, it works but the 'from dual' seems a little odd to me.
    Cheers.

    thanks - I just looked at the 'from dual', and wondered if I would really need to make it a subquery.
    Ah well, thanks for the reply.

  • 16 x9 viewer: I think this is an easy one?

    I'm working on an independent (super low budget) feature length documentary but am new to Final Cut after having been an AVID editor for a PBS station for the last 8 years.
    I opened the software for the first time and my viewer windows are in 4 x 3 aspect ratio - I looked for the simple setting change that will change it to 16 x 9 but am not able to locate it. I know it's gotta be there somewhere.
    Thanks!

    You need to set up FCP using an easy set up that you elect when you first open the app.
    That would likely be the 1080i/60 HDV set up.
    You can change this by hitting command-I and clicking on the easy set up button and getting the right one.
    Might want to start with a basic book on FCP.

  • E17 edge resistance question (solved, easy one!)

    hey guys,
    I have wanted to like enlightenment for a long time, and both it and I have progressed enough that it is my primary desktop, with only a few annoying issues.  The biggest one is concerning desktop switching. I do not want to be able to flip to a new desktop by moving the cursor to the edge of the screen.  With other pagers I have been able to turn that behavior off.  With the e17 module, I can't figure out how, or whether it is even possible. I've adjusted edge resistance and some other things but no luck.
    Help? Thanks.
    Last edited by scrawler (2011-04-01 10:05:13)

    I will try that. And I'm embarrassed, a little.  I searched, honest!  I've been using duckduckgo as a search engine lately, so the search results were not as good as yours.  Yeah, that's the excuse I'm going with.
    Thanks a lot.  Easy answer or complex, I've found that sometimes it just takes asking.
    edit: worked like a charm.  I'm all giddy now, thanks again.
    Last edited by scrawler (2011-04-01 10:04:18)

  • Probably a really easy one - please help!

    Hi everyone,
    What i have is a country class:
    import java.awt.*;
    class Country {
         static int count = 0;
         private String name;
         private int population = 0;
         private int xCoord, yCoord;
         public Country neighbours[];
         Country(String name, int xCoord, int yCoord) {
              this.name = name;
              this.xCoord = xCoord;
              this.yCoord = yCoord;
              count++;
         //public void Paint(Graphics g) {
         //     g.drawString(population+"", xCoord, yCoord);
         static int getCount() {
              return count;
         public String getName() {
              return name;
         public void setNeighbours(Country[] neighbours) {
              this.neighbours = neighbours;
    In my main main program i have the following methods:
         public void paint(Graphics g) {
              super.paint(g);     update(g);
         public void update(Graphics g) {
              g.setColor(Color.black);
              g.drawRect(6,24,801,399);
              g.drawImage(now,7,25,null);
    In the main program there is a main image (a map of the world), which is re-drawn now and again. My problem is that in the country class, i want to add a paint method so that for each instance of the country class, the population should be painted on top of the main image in the appropriate place. This is probably really easy to do but i am having big problems, ive tried putting a paint method in but it obviously needs to be more sophisticated than that - can anyone help?
    Many thanks
    Cath

    This is Java, not C#. There's nothing magical in the method names - your class does not become a graphical component just because you define a method called paint(Graphics). A method is a method is a method.
    You could give the method that draws the country on a Graphics object a name like drawYourSelf(Graphics) and then call "someCountry.drawYourSelf(graphicsObject)" in the paint method of some Component (= your "main program"?). But the method can well be called "paint" or "Paint" or "hr_7Guj8T�GYr" as well if you just call it from the paint method of some Component.
    I'm afraid that you are doing one of worst things there is: mixing GUI with business logic. Are countries necessarily things that have a name, population, x coordinate, y coordinate, 0 or more neighbours, and that can be drawn on something?
    OTOH, if your Countries are really GUI components, they should probably inherit from java.awt.Component

Maybe you are looking for

  • External authentication for Essbase 7.1.6.

    Hi all, We are trying to set up external authentication for Essbase 7.1.6. We have a customized version of Essbase which does not use DLL. we do not have a Hyperion Hub or any CSS set up. All we have is an authentication module from the vendor to be

  • Firefox 6 messed up Smarter Mail

    How do I downgrade back to firefox 5- Smarter Mail (my crappy email client) was not ready for the switch to 6 and it has caused all sorts of problems.

  • IPhoto hangs when trying to set places

    so far iPhoto 09 is a complete bust for me. Among other things iPhoto is unusable if i try to set places. after typing in a location the pinwheel of death comes up and stays. anyone else seeing this? any fixes?

  • Agent 18 Case - Help!!!

    How the heck do you get the darn thing off? I've got the 30 Gb film but can't get the shield off to put in the cradle!!! Help

  • Infotype description document

    Hi, Can you please let me know the details & description of the infotype which has the following: 1) Benefits 2) Pay of the employee. Can you please let me know the full details of those particular infotypes(what all data they contain) Thanks! Manish