Single Horizontal Line in JTable

Hello,
is there a way to draw a single horizontal (colored) line within a JTable? (reason: we want to mark a seperation of the upper and lower part of the table). I dont mean the showHorizontalLines feature.
Example: the JTable contains 100 rows, row 1 - 30 belong to the "upper" part (according to a certain logic), 31- 100 to the lower part. The line should be between row 30 and 31, and only there.
Any help very much appreciated.
Matthias

You might be able to use a cell renderer to add a border to the bottom of every cell in row 30. The code would look something like:
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.table.*;
class LineCellRenderer extends DefaultTableCellRenderer
     final Border bottomBorder = BorderFactory.createMatteBorder(0, 0, 2, 0, Color.black);
     public Component getTableCellRendererComponent(JTable table,
                                    Object value,
                                    boolean isSelected,
                                    boolean hasFocus,
                                    int row,
                                    int column)
          super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
          if (row == 30)
               setBorder( bottomBorder );
          else 
               setBorder( null );
          return this;
}

Similar Messages

  • Single horizontal line (picture attached)... bad LCD?

    Out of the blue one day, my display suddenly showed a thin 1 pixel line that goes from the left to the right of the screen. It changes color depending on what I've got on the screen.
    I opened up the computer to make sure everything was clean and dust free. Things looked fine. Do you think that the LCD is toast? Maybe a cable needs to be tightened? I have no clue.
    If I've got to replace the LCD screen, it's probably not worth it.
    What do you guys think?
    http://img299.imageshack.us/img299/9831/pamscreenshotcopy.jpg

    Welcome to the Apple discussions.
    I would want to run the Apple hardware test, or either of the TechTool programs, to verify if there is an obvious hardware issue. Insert your original OS X disk that came with the system that says in small print on the label 'AHT Version x.x'. Reboot holding the alt key down, choose the Apple hardware test, and when prompted, choose the extended test. What you're looking for is whether it identifies any issues with the video circuit. If the issue is on the logic board, that leads you down one path. If no issues are identified, more likely it's an issue with the LCD.

  • How to insert horizontal lines in alv report?

    hi,
        i have to insert horizontal lines in alv report.( RM07MLBB )
            actually my requirement is:
                               basis list = RM07MLBB.
    first secondary list = another report is called here ( RM07DOCS )
                      i want to insert horizontal lines in the first secondary list, when i execute individually RM07DOCS , i can get horizontal lines, but when i dounle click in the basic list --> in the first secondary list , i am not getting the horizontal lnes.
    functional modules used are REUSE_ALV_HIERSEQ_LIST_DISPLAY & REUSE_ALV_GRID_DISPLAY.
        here in this program,
                        is_layout = alv_layout.
    hence i tried to give     
                  alv_layout-no_hline = ' '. 
    but not effecting.
              can some one please tell me , how to insert lines in the alv report.
    thanks in advance,
    Dastagir.

    hello,
         so i cannot insert horizontal lines in the first secondary list according to my sorting condition, i.e., in a single block there should be :
           if same delivery challan number is repeating they should come in the same block,
    for the corresponding delivery challen number, if have po number, is repeating , they also should come in the same block.
                       in this way i have to seperate the blocks containing EXNUM , EBELN CONDITIONED.

  • Report Painter / Writer - Horizontal Line

    Hi
    Can anybody please let me know how to get a horizontal line after a particular row in a report painter/writer report.
    this is very urgent!!
    helpful answers will be rewarded!!
    raghav

    Hi there.  This is from SAP help:
    On the Create Report: Rows screen, move the cursor to the row set for which you want to enter characteristic information and choose Edit --> Choose.
    The Row Characteristic dialog box appears. You can switch between characteristics using the Prev. characteristic and Next characteristic buttons.
    Enter data in the Totals display group box as required:
    The Totals display fields allow you to enter a number range of levels and then:
    - Underscore or overscore with single or double lines or format characters at these levels.
    - Insert additional blank lines between levels.
    - Highlight lines between levels.
    - Define colors for lines.
    Set the Lower border indicators depending on how you want the lower border for the row characteristic totals to appear. You can define the lower border so that no lower border appears, a single line appears, a double line appears, or a user-defined character is used for the border.
    Set the Upper border indicators depending on how you want the upper border for the row characteristic totals to appear. You can define the upper border so that no upper border appears, a single line appears, a double line appears, or a user-defined character is used for the border.
    I hope this helps.
    - April King

  • Thin black horizontal lines on 24" iMac screen/transparent dock icons

    I have a 24" 3.06 GHz iMac (purchased in August 2008) and noticed after about a half hour of running basic programs (Mail, iTunes, Firefox) I start to get horizontal lines near the top and bottom of my screen. Then if I watch a full screen video I can see my dock icons look almost transparent through the video. I took my iMac into the Apple store last month and told them about it and they kept it for 3 days and ran their "tests" and stressed the computer out to get it to do it for them but they couldn't replicate the problem. They suggested that it might be my cordless phone is too close to the screen and the frequency of the cordless phone could be causing the problem but I tried moving the phone and it still does it. When the display is off for hours and I turn it back on the lines are not there, but once I have it on for a half hour they come back and don't go away until I power off or sleep the display. I've attached a few pics of what I'm experiencing. Thank you very much.
    http://img.photobucket.com/albums/v626/xxbrankxx/IMG_0091.jpg
    http://img.photobucket.com/albums/v626/xxbrankxx/IMG_0092.jpg
    http://img.photobucket.com/albums/v626/xxbrankxx/IMG_0090.jpg

    Since the Apple Store folks could not replicate the problem, you may want to consider a cause that is part of your particular environment.
    For example, if you use a power strip (surge suppressor), what else is connected to the same power strip? Is it possible that you may have too many power-hungry devices connected to the same single wall outlet, and the iMac is not getting sufficient power? Or maybe it's some electrical interference with another device on the same circuit? As a test, try disconnecting everything else, and see if the problem recurs, or connect the iMac directly to a wall outlet by itself to see if the problem recurs.
    Try moving the iMac to a different location in your home and running it to see if the problem recurs.

  • How do I insert a horizontal line in an email?

    Getting emails from Windows guys that have lots of horizontal lines that divide the text into sections is commonplace. It is easy for them (bless their souls) I have tried everything possible to do it in Apple Mail. Adding <hr> does not work (there is no HTML editor built into either Mail or Safari). So, other than putting in ugly dashes across the page, is there no way to do this other than exporting the message to a Windows machine and editing it there?

    Here is what I did to get this result when composing from Mail 6 and sending to my gmail account. Do not have a Outlook account to test how Windoze handles this rich text.
    Be sure you are sending rich text messages.
    When you want to insert a line:
    Right mouse btn click and choose Font > Show Fonts
    In the dialog that pops up, there are a row of icons across the top.
    Choose the third icon to set the color of your line.
    Choose the second icon to choose the strike-through feature, single-line.
    Press and hold the space bar across your email -- say 80%.
    Turn off strike-through feature and any color to resume mail message.
    Want another one, copy and paste.
    Message was edited by: VikingOSX

  • Horizontal Line & Non-Horizontal line...

    I tried to fix the Horizontal Line and Non-Horizontal line because it is not work. I put the public void paint(graphic g) then I already put the rectangle -> g.drawrect(100,100,300,250)
    2) Horizontal Line: y-coordinate is 300 --> g.drawline(0,0,0,300) 3) Non-horizontal line: through points (185,100) and (310,350) --> g.drawline(185,100,125,150) let me know.. If i am wrong for Horizontal Line. ???
    Thanks

    Could you please let us know what is the current status of the screen.How did you solve it.
    I am facing the same problem and mine is 13 inch macbook pro early 2011 model.
    A line of single pixel width comes on my screen and it has been like that for over a week now.
    I am worried ...Please suggest if I can use the laptop and if the line propagates further?.
    Thanks...

  • Smart form footer issue in 2nd page - Horizontal line is not displayed

    Dear Experts,
    I am working on a smartform. Which has a table (Header, Main area, Footer), When there are more records and footer alone is printed in the 2nd page, i am not getting the first horizontal line for the footer and it does not look like a table in second page.
    My smartform table exactly looks like this when printed in a single page.
    |_________|______________|_________________|____________|________________|__________|  - Header
    |_________|______________|_________________|____________|________________|__________|  - Main Area
    |_______________________________________________________|___________________________|  - Footer
    When the footer alone is printed in second page, i want to print as
    |_____________________________________________________|__________________________|  - Footer
    But its printed as
    |_____________________________________________________|__________________________|  - Footer
    When the item records are printed in multiple pages, i will have header and item records in every page. The problem comes only when the footer alone gets printed in separate page.
    Please suggest me how to fix this issue. Thanks in advance.
    Rajesh.

    hi rajesh..
    check the line type for that footer. It's getting displayed properly on multiple pages because the lower line of other rows is getting overlapped on the upper one of footer. This is why you dont recognize it.
    On single page there arent any other rows. So it shows a blank.
    So as samreen said make the top line of that line type bold.
    Regards,
    Sumit.
    Edited by: Sumit Nene on Aug 28, 2009 7:02 AM

  • Reader X printing horizontal lines

    Hi
    I am having a problem printing from Adobe Reader X. When I copy a PDF to my computer and choose to print it, the printed page comprises horizontal lines.
    This occurs with text and graphics. It usually occurs at the start of the document. Also, when I try to print a PDF that has been combined using other PDF editing software, the start of each combined document contains the horizontal lines.
    You can view an example here:
    http://img442.imageshack.us/img442/1959/adobepdfhorlines.jpg
    This is happening with old and new PDF's.
    Anyone else seen this or have a solution, please?
    Thanks.

    Hi, Agarwal.
    This issue cropped up with many PDF documents. The printer is an Oce CS193. The issue was reproducible using both PCL and PS drivers connecting via a print server and directly to the printer's IP address. I can't share the pdf's because they contain private information.
    For your information the PDF's affected by the printing problem were created during the last year. We use CutePDF Writer to create a PDF then use CutePDF Professional to merge the PDF's into a single document and edit it.
    The horizontal lines ocurred when printing from Adobe Reader or from CutePDF Professional. However, please note that CutePDF Professional uses the default PDF reader software to control the open document. Therefore, when Foxit Reader is the default reader, CutePDF Pro will use Foxit Reader.
    Cheers!

  • I7 MBP 8.2 AMD 6750M 2011 Crashes, Red Horizontal Lines, won't boots

    Crash, horizontal red lines, won't boot, SMC PRAM reset, failed boots, successful boot cycles:
    For about a week, I have been struggling with crashes, followed by red horizontal lines on the screen, and inability to boot into multi-user mode.  It will boot into single user mode, with red stripes on black background.  To get it to boot again I "shutdown -h now" from single user mode, SMC reset, PRAM reset 3 times, and attempt boots with <command> R two to three times unsuccessfully.  Then, if I am lucky, when I do a boot into single-user mode (power, <command> S), it boots into single user mode with a black background and no stripes, then I "exit" to boot.  If I am unlucky, the black screen will have red stripes or red snow in single-user mode.  After several crashes, I also have to remove my hard drive, and do a disk repair and permission repair, while connected to a different mac, or format and restore ML.  (I have two backups of my personal data.)  The failed multi-user boots are terminated by grey or black screens of death, accompanied by heat and the fands running fast.  The fans also run in single user mode without processor load if they red stripes are on the screen.  A successful multi-user boot is cool without fans running.  I didn't have any crashing problems before switching to ML recently.
    Memtest fails in multi-user mode (but not single-user mode):
    Running memtest on 8GB RAM in multi-user mode fails at a single address on the most significant byte (with 1 bit difference).  However, memtest does not show a failure in single-user mode, nor with only a single 4GB module in multi-user mode.
    Increased stability with gfxCardStatus and Flash unininstall:
    Using gfxCardStatus Integrated Only mode, and uninstalling Flash, seems to help.  However, I do get crashes or inability to wake up display which seems to be associated with processes like (google Chrome renderer) which forces gfxCardStatus out of "Integrated Only" mode.  http://gfx.io/switching.html
    Future plans:
    I am in Mexico where RAM is outrageously expensive.  So I will order RAM from the USA and try new 16 GB RAM because it is cheaper part swap than the logic board.  It makes sense to try the cheap stuff first.  I would rather switch to Linux and continue my bioinformatics work than pay and wait to replace the i7 logic board which warranty expired a few months ago.    I refuse to hit it with a heatgun to reflow the BGA solder on the GPU.  I really need the i7 data processing throughput I paid for. 
    Suggestions?
    Does anyone understand the ambiguous memtest results?

    I tested if my computer would hang, if I don't use the Mountain Lion GUI.  I didn't log in on the GUI.  I used ssh from my Mac Mini, to launch scripts while heavily load the i7 CPU while not logged on to the GUI.  I woke up the screen a few time successfully.  However Dec 30, early in the morning, the screen remained black and the login screen would not appear pressing a key.  My ssh sessions were still working and I could continue to run scripts and load all the CPU cores verified by "top" on the command line.  However, I could not ssh to my MacBook Pro! 
         ssh [email protected]
         ssh: Could not resolve hostname hanalei.local: nodename nor servname provided, or not known
    (Previously established SSH sessions continued to work, but new ones could not be started.)
    I ran memtest afteward 4 times without failure while I went to sleep. 
    Looking at the console log, something killed authentication, which I assume disabled the ability to ssh into my MacBook Pro.
         Dec 30 02:26:00 hanalei com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[318]) <Notice>: Exited: Killed: 9
    There were also lots of GPU restarts. 
         Dec 29 22:23:41 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    syslog -C | grep Killed
    Dec 29 13:48:54 hanalei com.apple.launchd.peruser.503[137] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[295]) <Notice>: Exited: Killed: 9
    Dec 29 15:27:59 hanalei com.apple.launchd.peruser.503[150] (com.apple.talagent[170]) <Notice>: Exited: Killed: 9
    Dec 29 16:58:42 hanalei com.apple.launchd[1] (com.apple.metadata.mds.scan[294]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:00 hanalei com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[318]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:01 hanalei com.apple.launchd[1] (com.apple.audio.SandboxHelper[210]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:01 hanalei com.apple.launchd[1] (com.apple.xpcd.CA000000-0000-0000-0000-000000000000[209]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:02 hanalei com.apple.launchd[1] (com.apple.xpcd.F7010000-0000-0000-0000-000000000000[186]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:02 hanalei com.apple.launchd.peruser.503[140] (com.apple.tccd[153]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:43 hanalei com.apple.launchd.peruser.503[140] (com.apple.cfprefsd.xpc.agent[148]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:44 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[31]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:35 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14574]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:48 hanalei com.apple.launchd.peruser.503[140] (com.apple.cfprefsd.xpc.agent[14579]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:49 hanalei com.apple.launchd.peruser.503[140] (com.apple.distnoted.xpc.agent[144]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:50 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14591]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:51 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[21]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:01 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14595]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:14 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14601]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:14 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14598]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:38 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14602]) <Notice>: Exited: Killed: 9
    Dec 30 02:31:27 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14611]) <Notice>: Exited: Killed: 9
    Dec 30 03:15:05 hanalei com.apple.launchd.peruser.503[14604] (com.apple.cfprefsd.xpc.agent[14610]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:42 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14615]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:43 hanalei com.apple.launchd.peruser.503[14604] (com.apple.distnoted.xpc.agent[14608]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:43 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14606]) <Notice>: Exited: Killed: 9
    Dec 30 03:46:06 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14684]) <Notice>: Exited: Killed: 9
    Dec 30 04:26:44 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14690]) <Notice>: Exited: Killed: 9
    Dec 30 04:26:45 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14685]) <Notice>: Exited: Killed: 9
    Dec 30 04:42:03 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14699]) <Notice>: Exited: Killed: 9
    Dec 30 04:55:58 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14698]) <Notice>: Exited: Killed: 9
    syslog -C
    Dec 29 11:05:40 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 11:05:40 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 11:06:29 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 11:06:34 hanalei com.apple.launchd[1] (com.apple.bsd.dirhelper) <Notice>: Throttling respawn: Will start in 10 seconds
    Dec 29 11:07:43 hanalei com.apple.launchd.peruser.503[209] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 11:07:43 hanalei com.apple.launchd.peruser.503[209] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 11:07:43 hanalei.local distnoted[213] <Warning>: # distnote server agent  absolute time: 124.947278009   civil time: Sat Dec 29 11:07:43 2012   pid: 213 uid: 503  root: no
    Dec 29 11:08:43 hanalei com.apple.launchd.peruser.503[209] (com.apple.afpstat-qfa[299]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 11:08:43 hanalei com.apple.launchd.peruser.503[209] (com.apple.afpstat-qfa[299]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 11:08:43 hanalei com.apple.launchd.peruser.503[209] (com.apple.mrt.uiagent[293]) <Error>: Exited with code: 255
    Dec 29 11:09:03 hanalei com.apple.launchd.peruser.503[209] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 5 times ---
    Dec 29 13:17:09 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 13:17:09 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 13:17:38 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 13:18:40 hanalei com.apple.launchd.peruser.503[137] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 13:18:40 hanalei com.apple.launchd.peruser.503[137] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 13:18:40 hanalei.local distnoted[141] <Warning>: # distnote server agent  absolute time: 95.663712636   civil time: Sat Dec 29 13:18:40 2012   pid: 141 uid: 503  root: no
    Dec 29 13:18:50 hanalei com.apple.launchd.peruser.503[137] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 5 times ---
    Dec 29 13:18:53 hanalei com.apple.launchd.peruser.503[137] (com.apple.afpstat-qfa[267]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 13:18:53 hanalei com.apple.launchd.peruser.503[137] (com.apple.afpstat-qfa[267]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 13:18:53 hanalei com.apple.launchd.peruser.503[137] (com.apple.mrt.uiagent[261]) <Error>: Exited with code: 255
    Dec 29 13:39:25 hanalei com.apple.launchd.peruser.503[137] (com.apple.NetworkDiagnostics[388]) <Warning>: Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    Dec 29 13:42:21 hanalei.local spindump[403] <Notice>: Saved hang report for Mail version 6.2 (1499) to /Library/Logs/DiagnosticReports/Mail_2012-12-29-134221_hanalei.hang
    Dec 29 13:48:54 hanalei com.apple.launchd.peruser.503[137] ([0x0-0x16016].com.apple.AppleSpell[277]) <Notice>: Exited: Terminated: 15
    Dec 29 13:48:54 hanalei com.apple.launchd.peruser.503[137] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[295]) <Notice>: Exited: Killed: 9
    Dec 29 14:29:38 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 14:29:38 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 14:29:49 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 14:32:05 hanalei.local distnoted[118] <Warning>: # distnote server agent  absolute time: 155.593274130   civil time: Sat Dec 29 14:32:05 2012   pid: 118 uid: 503  root: no
    Dec 29 15:21:29 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 15:21:29 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 15:21:40 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 15:22:23 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:22:28 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 15:22:33 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:22:34 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    Dec 29 15:22:40 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 15:22:43 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:22:46 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 6 seconds
    Dec 29 15:22:53 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:22:58 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    --- last message repeated 6 times ---
    Dec 29 15:23:04 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:23:20 hanalei com.apple.launchd.peruser.503[150] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 15:23:20 hanalei com.apple.launchd.peruser.503[150] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 15:23:20 hanalei.local distnoted[154] <Warning>: # distnote server agent  absolute time: 114.027753124   civil time: Sat Dec 29 15:23:20 2012   pid: 154 uid: 503  root: no
    Dec 29 15:23:28 hanalei com.apple.launchd.peruser.503[150] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 5 times ---
    Dec 29 15:23:33 hanalei com.apple.launchd.peruser.503[150] (com.apple.afpstat-qfa[285]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 15:23:33 hanalei com.apple.launchd.peruser.503[150] (com.apple.afpstat-qfa[285]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 15:23:33 hanalei com.apple.launchd.peruser.503[150] (com.apple.mrt.uiagent[278]) <Error>: Exited with code: 255
    Dec 29 15:23:46 hanalei com.apple.launchd.peruser.503[150] (com.apple.NetworkDiagnostics[297]) <Warning>: Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    Dec 29 15:25:53 hanalei com.apple.launchd.peruser.503[150] (com.apple.NetworkDiagnostics[335]) <Warning>: Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    Dec 29 15:27:59 hanalei com.apple.launchd.peruser.503[150] (com.apple.talagent[170]) <Notice>: Exited: Killed: 9
    Dec 29 15:35:00 hanalei com.apple.launchd.peruser.503[150] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 15:35:00 hanalei com.apple.launchd.peruser.503[150] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 15:35:27 hanalei com.apple.launchd.peruser.503[150] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 2 times ---
    Dec 29 15:35:27 hanalei com.apple.launchd.peruser.503[150] (com.apple.afpstat-qfa[482]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 15:35:27 hanalei com.apple.launchd.peruser.503[150] (com.apple.afpstat-qfa[482]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 15:35:28 hanalei com.apple.launchd.peruser.503[150] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 3 times ---
    Dec 29 15:35:28 hanalei com.apple.launchd.peruser.503[150] (com.apple.mrt.uiagent[475]) <Error>: Exited with code: 255
    Dec 29 15:35:46 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 15:35:51 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 15:35:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    Dec 29 15:35:58 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    --- last message repeated 1 time ---
    Dec 29 15:45:55 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 15:45:55 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 15:46:06 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 15:48:21 hanalei.local distnoted[147] <Warning>: # distnote server agent  absolute time: 149.513792853   civil time: Sat Dec 29 15:48:21 2012   pid: 147 uid: 503  root: no
    Dec 29 16:42:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 16:42:57 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 16:43:02 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 16:43:03 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 16:43:09 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 16:43:12 hanalei com.apple.launchd.peruser.503[144] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 16:43:12 hanalei com.apple.launchd.peruser.503[144] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 16:43:24 hanalei com.apple.launchd.peruser.503[144] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 5 times ---
    Dec 29 16:44:12 hanalei com.apple.launchd.peruser.503[144] (com.apple.afpstat-qfa[311]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 16:44:12 hanalei com.apple.launchd.peruser.503[144] (com.apple.afpstat-qfa[311]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 16:44:12 hanalei com.apple.launchd.peruser.503[144] (com.apple.mrt.uiagent[304]) <Error>: Exited with code: 255
    Dec 29 16:44:29 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 16:44:34 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 16:44:35 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    Dec 29 16:44:41 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    --- last message repeated 1 time ---
    Dec 29 16:55:35 localhost com.apple.launchd[1] <Notice>: *** launchd[1] has started up. ***
    Dec 29 16:55:35 localhost com.apple.launchd[1] <Notice>: *** Shutdown logging is enabled. ***
    Dec 29 16:55:45 localhost com.apple.launchd[1] (com.apple.automountd) <Warning>: Unknown key for boolean: NSSupportsSuddenTermination
    Dec 29 16:56:21 hanalei com.apple.launchd.peruser.503[140] (com.apple.gamed) <Warning>: Ignored this key: UserName
    Dec 29 16:56:21 hanalei com.apple.launchd.peruser.503[140] (com.apple.gamed) <Warning>: Ignored this key: GroupName
    Dec 29 16:56:21 hanalei.local distnoted[144] <Warning>: # distnote server agent  absolute time: 47.520354484   civil time: Sat Dec 29 16:56:21 2012   pid: 144 uid: 503  root: no
    Dec 29 16:57:09 hanalei com.apple.launchd.peruser.503[140] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 4 times ---
    Dec 29 16:57:14 hanalei com.apple.launchd.peruser.503[140] (com.apple.afpstat-qfa[272]) <Notice>: Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Dec 29 16:57:14 hanalei com.apple.launchd.peruser.503[140] (com.apple.afpstat-qfa[272]) <Notice>: Job failed to exec(3) for weird reason: 2
    Dec 29 16:57:15 hanalei com.apple.launchd.peruser.503[140] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    Dec 29 16:57:15 hanalei com.apple.launchd.peruser.503[140] (com.apple.mrt.uiagent[265]) <Error>: Exited with code: 255
    Dec 29 16:58:42 hanalei com.apple.launchd.peruser.503[140] ([0x0-0x19019].com.apple.AppleSpell[289]) <Notice>: Exited: Terminated: 15
    Dec 29 16:58:42 hanalei com.apple.launchd[1] (com.apple.metadata.mds.scan[294]) <Notice>: Exited: Killed: 9
    Dec 29 16:59:35 hanalei com.apple.launchd.peruser.503[140] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    --- last message repeated 2 times ---
    Dec 29 19:13:33 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 19:13:38 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 19:13:43 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 19:13:44 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 19:13:50 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 20:14:05 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 20:14:10 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 20:14:15 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 20:14:16 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 2 times ---
    Dec 29 20:14:22 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 21:16:12 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 21:16:17 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 21:16:22 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 21:16:23 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 21:16:29 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:23:41 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:23:46 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:23:51 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:23:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 2 times ---
    Dec 29 22:23:58 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:24:56 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:25:01 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:25:06 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:25:07 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:25:13 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:26:11 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:26:16 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:26:21 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:26:22 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 2 times ---
    Dec 29 22:26:28 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:27:26 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:27:31 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:27:36 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:27:37 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:27:43 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:28:42 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:28:46 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:28:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:28:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:28:59 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:29:57 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:30:01 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:30:07 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:30:07 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:30:13 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:31:12 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:31:16 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:31:22 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:31:22 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:31:29 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:32:27 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:32:32 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:32:37 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:32:38 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:32:44 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 22:33:42 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:33:47 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 22:33:52 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 22:33:53 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 22:33:59 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 29 23:17:28 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 23:17:33 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 4 seconds
    Dec 29 23:17:38 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 9 seconds
    Dec 29 23:17:39 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 8 seconds
    --- last message repeated 1 time ---
    Dec 29 23:17:45 hanalei com.apple.launchd[1] (com.apple.DumpGPURestart) <Notice>: Throttling respawn: Will start in 2 seconds
    Dec 30 02:24:01 hanalei com.apple.launchd.peruser.503[140] <Error>: Bug: 12C60: launchd + 112364 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x1
    Dec 30 02:26:00 hanalei com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[318]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:01 hanalei com.apple.launchd[1] (com.apple.audio.SandboxHelper[210]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:01 hanalei com.apple.launchd[1] (com.apple.xpcd.CA000000-0000-0000-0000-000000000000[209]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:02 hanalei com.apple.launchd[1] (com.apple.xpcd.F7010000-0000-0000-0000-000000000000[186]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:02 hanalei com.apple.launchd.peruser.503[140] (com.apple.tccd[153]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:43 hanalei com.apple.launchd.peruser.503[140] (com.apple.cfprefsd.xpc.agent[148]) <Notice>: Exited: Killed: 9
    Dec 30 02:26:44 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[31]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:35 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14574]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:48 hanalei com.apple.launchd.peruser.503[140] (com.apple.cfprefsd.xpc.agent[14579]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:49 hanalei com.apple.launchd.peruser.503[140] (com.apple.distnoted.xpc.agent[144]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:50 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14591]) <Notice>: Exited: Killed: 9
    Dec 30 02:29:51 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[21]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:01 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14595]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:14 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14601]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:14 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14598]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:38 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14602]) <Notice>: Exited: Killed: 9
    Dec 30 02:30:39 hanalei.local distnoted[14608] <Warning>: # distnote server agent  absolute time: 18252.455382446   civil time: Sun Dec 30 02:30:39 2012   pid: 14608 uid: 503  root: no
    Dec 30 02:31:27 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14611]) <Notice>: Exited: Killed: 9
    Dec 30 03:15:05 hanalei com.apple.launchd.peruser.503[14604] (com.apple.cfprefsd.xpc.agent[14610]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:42 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14615]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:43 hanalei com.apple.launchd.peruser.503[14604] (com.apple.distnoted.xpc.agent[14608]) <Notice>: Exited: Killed: 9
    Dec 30 03:26:43 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14606]) <Notice>: Exited: Killed: 9
    Dec 30 03:46:06 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14684]) <Notice>: Exited: Killed: 9
    Dec 30 04:26:44 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14690]) <Notice>: Exited: Killed: 9
    Dec 30 04:26:45 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14685]) <Notice>: Exited: Killed: 9
    Dec 30 04:42:03 hanalei com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[14699]) <Notice>: Exited: Killed: 9
    Dec 30 04:55:58 hanalei com.apple.launchd[1] (com.apple.sleepservicesd[14698]) <Notice>: Exited: Killed: 9
    Dec 30 10:00:37 hanalei.local distnoted[14778] <Warning>: # distnote server agent  absolute time: 45252.245296175   civil time: Sun Dec 30 10:00:37 2012   pid: 14778 uid: 503  root: no

  • How to generate a report with Courrier font and no horizontal lines?

    Hi guys,
    In a wizard-generated report, I want to accomplish the following things.
    1. Print table data (I'm only printing one column) in a non-proportional font (e.g. Courrier).
    2. Suppress the vertical lines that Apex automatically puts in between each record.
    How can these two things be accomplished?
    Thanks,
    Kim
    P.S. I'm running Apex 4.1.

    Fair enough. I'll try to be more specific. Assume you're running a query from SQL Developer on a single column from a single table. In the table, the data is already formatted to be displayed using a non-proportional font (old-time religion here). SQL Developer will show the contents of the column formatted exactly like the author intended (non-proportional font and no "helpful" horizontal lines between the rows). That's exactly what I want Apex to do. In the rectangular area that Apex creates for the report contents display, I want Apex to show the rows from that table in a non-proportional font with no horizontal lines between the rows. The report query will be just about as simple as possible (i.e. select col1 from tab1 order by col 2). How should I go about achieving this result?
    Thank you so much!

  • Columnchart with horizontal line representing setpoint

    Hi,
    I have a simple column chart. I want to be able to draw a single thin line horizontally across the chart to represent a setpoint. How can I accomplish this?
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script><![CDATA[
         import mx.collections.ArrayCollection;
         [Bindable]
         public var expenses:ArrayCollection = new ArrayCollection([
            {Month:"Jan", Profit:2000, Expenses:1500},
            {Month:"Feb", Profit:1000, Expenses:200},
            {Month:"Mar", Profit:1500, Expenses:500}
      ]]></mx:Script>
      <mx:Panel title="Column Chart">
         <mx:ColumnChart id="myChart" dataProvider="{expenses}" showDataTips="true">
            <mx:horizontalAxis>
               <mx:CategoryAxis
                    dataProvider="{expenses}"
                    categoryField="Month"
               />
            </mx:horizontalAxis>
            <mx:series>
               <mx:ColumnSeries
                    xField="Month"
                    yField="Profit"
                    displayName="Profit"
               />
               <mx:ColumnSeries
                    xField="Month"
                    yField="Expenses"
                    displayName="Expenses"
               />
            </mx:series>
         </mx:ColumnChart>
         <mx:Legend dataProvider="{myChart}"/>
      </mx:Panel>
    </mx:Application>
    Thanks in advance

    Thanks, I thought of that but...This line needs to span the width of the graph at all times. also it will be a variable passed in and I want the line to rise or fall across the entire graph based on that value, like a gridline.

  • Converting to flash video produces a single fine line

    Hi
    I export a video as a self-contained quicktime movie (1 min long) from FCP 5 and then use Sorensen Squeeze to convert it to a .flv (flash video) - the resulting flash video looks great except there is always (not the entire way through - usually in a couple of scenes) the occurrence of either a vertical or horizontal line (just a single one usually) on the video. It's subtle, but NOT good! It doesnt look like an interlacing issue as it is just the one line!
    The video was de-interlaced in FCP ( upper field ) and I am choosing OnVP6 Flash video - and have tried numerous settings.
    Anyone know how i stop these annoying lines?
    Thx

    Have you examined the area affected to see if it has excessive chroma or is too brite/dark?
    Patrick

  • The horizontal line of photos....

    How do I make the horizontal line of photos, the one you can scroll through, appear at the bottom of the page of photos?
    Did it disappear with 4.3.2 or am I doing something wrong?

    I'm on 4.3.2, and with a photo in full screen mode, a single tap on the photo still shows/hides the small thumbnails at the bottom for me (and shows/hides the time bar and slideshow menu at the top)

  • How can I create a horizontal line under a line of text?

    Hi,
    I have FM 12.0.3.424.
    Does anyone know how to create a horizontal line under heading text that is the width of the page?  Similar to creating a border but without the top and sides.
    Is it even possible?
    thank you in advance!

    Use the "Frame Below" attribute in the Advanced tab of the Paragraph Designer for your heading tag to use a named Reference Frame from your Reference page. If you're using the default templates for your documents, you could try the Single Line selection (or make your own).

Maybe you are looking for

  • Mac mini 2009 . Mini DVI - VGA adapter with Monitor LG L1953S . No sleep .

    Hi .. Yesterday i started in the fabulous world of MAC with my brand new MAC MINI . The problem that i have is that when the MAC mini is in stand-by the monitor is not in sleep state , and i get in the monitor screen " check cable " . So i have to di

  • Save As Dialog Window Size Problem

    I'm having an issue with the Save As and Save Linked File As dialog windows. When using the expanded dialog window, the sides and bottom of the window extend beyond the edges of my screen. Thus the New Folder, Cancel, and Save buttons are cut off and

  • I've accidently duplicated a ton of songs in my itunes

    How do I easily consolidate all the duplicates back to their original forms? I really don't want to spend an hour or more deleting all the extras. PLEASE help me. The worst part is, some of my library wasn't duplicated, so i'd really have to look thr

  • How do I remove the 2 dashed lines (dashes) from above my html signature (from file) appearing in new mail I write?

    I have saved an HTML signature to file (as per Mozilla instruction). When I write new mail the signature is present but it is preceded by 2 dashes. I have no idea why and would like to have them removed please.

  • Data base in to a Vector.

    Hi folks, I'm writing a program using JDBC with a data base that holds details of stock held by a company, my intention is to write a till system for it. I've got the JDBC part working now. However I am left with one or two questions. One of my initi