Making GUI update at correct time

I'm creating an engine that can display experimental stimuli for my lab working with kids with reading disabilities. I have a GUI which can display the next stimuli in the test. Once the stimuli are displayed, the program does nothing until the user presses a button and a key event is called.
I'm now trying to get my GUI to play recorded words to the user. Because it's the responsibility of the GUI to display stimuli, the GUI will be the one playing the sound (even though that's not typically thought of as a GUI responsibility). Unfortunately, even though the commands to update the GUI display are placed before the command to play the sound, the GUI does not update until it has finished playing the sound.
This has nothing to do with the sound itself: if I replace the clip.play() line with a loop that wastes time and spins around for five seconds, the GUI does not update for those five seconds.
The GUI updates itself the moment the program leaves the setStimuli() method. How can I get it to update itself before then? Commands such as this.repaint() don't appear to work.
Any thoughts on how to get the GUI to update itself before exiting the method?
public class TestingEngine {
public void setStimuli(String[] values) {
   gui.setStimuli(values);
public class GUI extends javax.swing.JFrame {
public void setStimuli(String[] values){
       switch (testType){
         case SOUND:
               String soundImageFile = "Headphones.jpg";
               ImageIcon soundImage = new ImageIcon(soundImageFile);
               JLabel soundImageLabel = new JLabel(soundImage);
               SoundImageJPanel.removeAll();
               SoundImageJPanel.repaint();
               SoundImageJPanel.add(soundImageLabel);
               soundImageLabel.setVisible(true);
               label_S_Option1.setText(values[1]);
               label_S_Option2.setText(values[2]);           // <-- nothing has updated yet
               SoundClip clip = new SoundClip(values[0]);
               if (clip.isInitialized())                     // <-- this section could also be replaced
                   clip.play();                             // by a time-wasting loop
               break;
    }      // <-- once program reaches here, GUI finally updates
}

Ok, so just for the sake of it, I tried using the Timer method as suggested in the thread you pointed me to. This doesn't do anything, but thinking about it, I don't see why it would. Timer calls repaint() every 50 ms, but, after all, the setStimuli() method also called repaint() before playing the soundclip. If the original call of repaint() didn't do anything, then I don't think that calling it more often would.
Is there another command that I should be using? In other words, how can I tell my JFrame and JLabels to "UPDATE RIGHT NOW, NOT IN A MINUTE!"? (It would be easier if I were the JFrame's mother...)
Current version of code, with Timer class:
public class GUI extends javax.swing.JFrame {
   private Thread refresh;
   public GUI() {
       initComponents();
       refresh = new Timer(this);
       refresh.start();
   public void setStimuli(String[] values){
       switch (testType){
         case SOUND:
               String soundImageFile = "Headphones.jpg";
               ImageIcon soundImage = new ImageIcon(soundImageFile);
               JLabel soundImageLabel = new JLabel(soundImage);
               SoundImageJPanel.removeAll();
               SoundImageJPanel.repaint();
               SoundImageJPanel.add(soundImageLabel);
               soundImageLabel.setVisible(true);
               label_S_Option1.setText(values[1]);
               label_S_Option2.setText(values[2]);           // <-- nothing has updated yet
               SoundClip clip = new SoundClip(values[0]);
               if (clip.isInitialized())                     // <-- this section could also be replaced
                   clip.play();                              // by a time-wasting loop (same problem)
               break;
   }      // <-- once program reaches here, GUI finally updates
   public void callback(){
       repaint();
class Timer extends Thread
     private Gui parent;
     public Timer(Gui g) {
          parent = g;
     synchronized public void run() {
          while(true) {
               try{
                   wait(50);
               }catch(InterruptedException ie) {return;}
               parent.callBack();
}

Similar Messages

  • Delayed Gui Update / Observed effect / Timer problem

    Hello-
    I've a small jpanel I wrote that intercepts mouse clicks and performs some logic with them. When used independently on a jframe, it highlights where the user clicked with a red square.
    I have since modified it to use a notification object so that I can tell a gui window when it has received a valid mouse click... but I need still to be able to display the red square and 'pause' for about 500ms before advancing to the next target.
    Currently, when the high level GUI receives a notification of a valid mouse click it immediately goes to the next target. I'd like it to pause for 500ms... but if I use something similiar to Thread.sleep(500) or SwingUtilities.invokeLater the red patch won't show since it still takes time to update .
    So.... suggestions as to how I can 'know' when my panel is presented properly and can pause before moving onto the next one?
    Thanks in advance-
    Jason

    There's a 'target' on the screen consisting of a couple of boxes. When the user selects one, they turn red to notify they've been selected... and then about 500ms later you move onto the next 'target' (different look and feel, same handling).
    Yes I've found out that sleeping and drawing in the same thread doesn't work at all ;)

  • TS3694 I was making the update for my iphone 4s . then he stops. My phone in this time is in the recovery mode and do not take the firmware to open my phone, please can u help me to recover my phone. My current  ios 6.0.1. plese send me some thing that is

    was making the update for my iphone 4s . then he stops. My phone in this time is in the recovery mode and do not take the firmware to open my phone, please can u help me to recover my phone. My current  ios 6.0.1. plese send me some thing that is useful

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

  • UC320: how to set (correct) time and date, upload own AA messages, get caller ID, telnet?

    Hello there,
    Just trying out the UC320 I got borrowed from Cisco AT for testing with firmware 2.1.2 (1) localized for Austria.
    The device is connected to the cable modem of my ISP (Kabelsignal) utilizing two FXO ports, getting an IP address from my DHCP being connected to a WS-C2960G-24TD (LAN 1@UC320 connected to Gi0/18@C2960G port macro Cisco Switch enabled).
    Now I would like to try/see the following features:
    - a correct time and date: huh? hwo/where???
    No option to set this right??? No NTP option??? Am I just blind or too stupid to find that option/s?
    - upload own messages for the AA: ok, there are german messages but someone might have a little bit personalized ones - maybe telling callers the company name before asking them to dial the extension if they know it. Making custom messages is not the problem - but how to upload and in which sound/data format?
    - caller ID: my ISP told me that he transfers the caller ID correctly to analoge end devices if caller ID is available and not suppressed. All I can see when a call comes in is which FXO Port is being used by that call. So callback entries on the SPA phone is senseless. Any advise?
    - CLI: You can telnet the device - but which credentials to use to successfully logon? The pre-assigned credentials form Cisco AT are not accepted for logon.
    BTW @Cisco guys: I am also voting for support for the older SPAs (e.g. 942)

    Hi Claus,
    Thanks for giving the UC320W a spin and glad you found the support community!  Let met see if I can help answer your questions....
    Time/Date & NTP -- The UC320W is preconfigured with Cisco's Small Business NTP server.  The preferred method for correct time you will need the UC320W WAN to be connected with Internet access.   If there is no WAN connectivity there is a feature in the 2.1.x firmware where you can set the time on a SPA phone GUI and it will then update the system time.  Alternatively, if you have a LAN side NTP server that is on the same subnet as your Data VLAN subnet, you can use the NTP.pmf file found here:  https://supportforums.cisco.com/docs/DOC-16301
    Upload custom Music on Hold and Auto Attendant prompt files.  We are currently in beta of a new Cloud service.  To participate in the Beta, please send an e-mail to [email protected] requesting MoH/AA Custom files Cloud Beta participation.
    Caller ID on FXO:  Make sure that you have run the impedance matching tool on each of your FXO ports.  For additional information on running the Impedance Matching tool and Caller ID troubleshooting, please see the UC320W Troubleshooting Guide.
    CLI access -- This is for Cisco Support personnel only for low level debugging.  This is not a IOS based device and there is no command line access for provisioning.
    Cheers,
    Chris

  • 10.5.6 update broke clock / time

    Hi guys,
    I'm having trouble with my clock since this weekend when daylight saving time started. It has reset to Dec. 31, 1969. I think its 10.5.6, I updated about two weeks ago. I usually have clock set to the Americas-Apple server using my LAN. I lose correct time after reboots. My G4 w/ 10.4.11 at work gives me no trouble with the time change.
    I used the downloaded combo from apple, not the auto update version since most forums/sites say it causes less bugs. All updates for apps are applied.
    Here is what I have tried so far:
    1) I had loaded Magnifique, an Leopard theme application. Removed it using app cleaner.
    2) Tried to just set clock, w/o sync to apple server. Back to 1969 after reboot.
    3) My clock battery is new, changed about 2 months ago. Used PRAM reset button, restarted in 1969.
    4) Used TechToolPro 4 in case the Magnifique app did something, still got 1969.
    5) I have a generic PCI Airport card for my G5, which works fine once I set clock, otherwise won't take password for network.
    6) Time Machine works, just initially did a full back up when clock went screwy. Tested it and gives me my old stuff fine.
    Any ideas would be apprecieated - don't let my Mac G5 act like a Zune.

    It's fixed now, these are all my steps & results:
    1) I suspected generic wireless card - plugged in wired ethernet, turned off Airport. Clock worked for about 2-3 restarts only.
    2) Used Ext. Firewire HD. and loaded Original G5 10.3.5 discs. Clock improved to 2001 : ) Still would lose time after restart. I set clock manually & with server and neither would keep after restart.
    3) Got new problem when I used Firewire HD. On a restart G5 seemed to load, but no video. (I have a Samsung 940bw widesrceen) A problem I have had before, so I tested it on a different monitor. G5 booted immediately on my brother's Sony in 1024x768 and readjusted to 1200x1024. But kept clock problem.
    So I opened up G5, removed & reinstalled my ATI 128MB video card. Also removed wireless card and went back to ethernet just to be sure. Reset PMU. G5 again worked with my Samsung.
    4) My brother thought it might be the HD, but I ran TechToolPro 4 and hardware test seemed ok. (previously I just ran it just to fix OS)
    5) So He suggested I used the standard Windows repair solution: complete wipe & fresh install. I have always used the upgrade & save old OS on my G5 and not had problems. But since I have had it for 5+ years w/o a new install, I went ahead & used it as an excuse to do some spring cleaning on my unused apps. & files.
    I loaded everything on my Firewire HD (listening Apple?) both from my main HD and my 2nd media HD. I did a complete wipe on both hardrives, and reinstalled everything from scratch. Loaded 10.3.5 G5 system discs and then straight to my Leopard disc with all updates. Did a PMU reset just to be sure too.
    Clock now works. Several restarts from loading apps, and no problems. Fully unplugged overnight and started fine today.
    Hope someone finds something usefull in my notes.

  • TS1702 The Calendar app that came on my i4S Phone does not sync the correct time for items posted on my Yahoo Calendar.  Actually, they post exactly 4 hours earlier than the correct time on my Yahoo Calendar.  Does anyone have a "fix" to correct the "time

    The Calendar app that came on my i4S Phone does not sync the correct time for items posted on my Yahoo Calendar. Actually, items post exactly 4 hours earlier than the correct time on my Yahoo Calendar.   My i4S is in the correct New York time zone.  Help?

    I posted this question a while ago and didn't receive any responses but there are a lot of people who have viewed it and 10 have said they have the same question so I thought I would update you that I added my nanny to my exchange server account (created an email for her) and I send all invites to that email address and they work.  So sending invites from an exchange server account to a non-exchange server account apparently is a bug so to solve it, get on an exchange server I guess.

  • HT201210 When I try to update my iphone to the latest iphone software on my MacBook in itunes a message displays "This iphone cannot be updated at this time because the iphone software update server could not be contacted or is temporarily unavailable.

    Hi guys, When I try to update my iphone4s to the latest software on itunes via my MacBook a message displays a message: 'This iPhone "Seans iphone" cannot be updated at this time because the iphone software update server could not be contacted or is temporarily unavailable'. This has happened a few time s now. I have look through the FAQ's but no luck. Can someon help? Cheers

    Try posting to the correct forum.
    This is the iPhone for the Enterprise forum... there is nothing about the issue that appears to apply to using an iPhone in an Enterprise (corporate) environment.
    Try posting to the iTunes for the Mac forum.

  • Update the correct profit center in tables BSEG / BSAS / BSIS / BSIK / BSAK

    Hi FI Gurus,
    I am looking after a Support Project in SAP IS-Retail. I am from the FI functional and possess very limited knowledge in FI.
    My client has done the sales posting in SAP using IDOC's. During the postings, it was found that wrong Profit Centers were assigned. Due to this, the sales reports based on Profit Center are coming wrong. It was suggested to the client to reverse the IDOCs, do necessary changes in Profit Centers and re-post the IDOCs. The client wanted a short method to get the reports right. A senior consultant (Non FI) in the Company and the Management are forcing me to write a ABAP program to update certain (not all) FI tables. According to me, it will have some negative impact on the system for which reason I am not ready to take the call as a Project Manager. The management wants me to do the following (I am quoting the same mail which I received from the consultant ) :
    We need to update the correct profit center in tables BSEG / BSAS / BSIS / BSIK / BSAK / BSID / BSAD, wherever the records exists against billing document numbers provided.
    BAPI for updating profit center in Accounting documents: BAPI_ACC_DOCUMENT_POST
    Function Module : 'BAPI_DOCUMENT_CHANGE'
    Also look at SAP Note: Note 966428 - FB02: Functional area (FKBER) can be changed on coding block
    Based on the above, the ABAPer has written the program, the program will update the tables BSEG, BSIS, BSIK, according to the selection criteria of document number, company code and line item number with the new profit centers.
    Please clarify me about the following :
    1. This program is updating profit center in just the FI tables (BSEG, BSIS, BSIK etc.), but the New GL tables (faglflexa and faglflext) which have approx. 65 lakh entries in PRD do not get updated with the correct profit center.
    2. The Controlling tables also do not get updated with this program yet. Also since the previoius updation of Profit centers did not happen correctly, most of the times the controlling document has not been generated at all. Since we will be updating the profit center in just the FI tables, the controlling document will not be created still. Though there are SAP notes suggesting re-creation of the Controlling documents, which is still an option you can choose. Please confirm.
    3. The Special GL also does not get updated because of this.
    This is a very critical and hot issue. My job is at Stake as the Management has threatened me of sacking if I do not follow their directives as they are only concerned with their money.
    Is the consultant who suggested this change RIGHT ?
    Your early replies will help me take the decision.
    Regards

    Hi,
    There is no standard program or BAPI that would update profit centre in a posted document. You should either develop your own process for it,which is not recommended, but sometimes is essential, or reverse the existing documents and post them with the correct profit centre.
    Regards,
    Eli

  • Clocks feature doesn't show the correct time

    It's 11:30 pm here in Tokyo. I have clocks set for Boston and San Francisco, but they are showing the time off by an hour.
    It's 10:30 am in Boston, right? But the clock says 9:30 am.
    I have DST turned off because Japan doesn't have DST. I tried it with DST turned on also, but that didn't help. If I have the correct time set here, the wrong time shows in the U.S.
    It's a world clock, but I think the algorithm is broken.
    doug

    Doug,
    This is genuinely comical. I had time to kill so I called back tonight with my case number. A lovely lady answered and confirmed that "William" had walked through all the steps. She was going to get a "product specialist" from Cupertino.
    It took five minutes but soon she was instant messaging to this product specialist, presumably in Cupertino, which is a mere 5 miles from me.
    His first suggestion was to do nothing - In October California would come off DST, then I could change my Nano G3 and everything would be right. I asked my friend to tell the "specialist" that his first suggestion was unacceptable. I can't believe Apple is selling a product that is purposely WRONG six months a year.
    His second suggestion was to take the Nano out of DST mode. Once again I asked my Bangalore friend to tell the Cupertino specialist all that did was make Singapore time correct and California time wrong. Also unacceptable.
    Finally he offered that this might be a known bug, might be getting corrected as we speak, and that maybe a software update will be available soon.
    I'm guessing this guy is a politician???
    Anyway, the bottom line is there's nothing 800-APL-CARE can do or will do. Our only option is to wait for the software update that might come and might fix the problem.
    Sorry, I don't know what else to try ...

  • Why Is Keeping Correct TIME in Arch Such A PITA?

    Why has this happened again. Why is keeping correct time in Arch such a constant struggle and general pain in the ass?
    My latest Ubuntu install doesn't even use ntp or openntpd, and never looses track of time. It keeps correct time running in an
    Arch Vbox along with most other virtual Linux distros.
    Does this have to be this way. I could care less if my time is off by a min or so, but to be off 10min every 2-3 days is not good.
    It seems the info in the wiki is ether obsolete or inaccurate and or overly complex.....with too many....some people do this....you may want to try that....
    If I was a Linux GURU, I'd figure this problem out and correct/update the wiki......but since I'm not, and can't...
    I have no choice but to beg for help, Please!!
    This is the problem again!!!
    [jeff@Arch2009p2 ~]$ ntpq -p
    No association ID's returned
    Last edited by jeff story (2009-12-02 22:45:58)

    Thanks for the help and patience Rookie.
    I guess I am kinda guilty in not wanting to put much into "just want to see close to the correct time on my desktop" problem!!!
    I tend to prioritize the time I spend on my new Linux hobby by what I find interesting and or FUN.....
    To be honest, this time issue has been neither, and is something I'd like to find a quick fix, and move on.
    I haven't spent much/any time actually "studying" it....my bad!!
    And no, I didn't just randomly guess 4 numbers between 0 and 255, put them together with decimal points, and hope for the best....
    I used my random time server IP address generating algorithm ....just kiddn!!
    I got them from my ntpq -p output (#8 post above) that was when ntp was working.
    My ntp.log file:
    8 Dec 00:00:47 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 00:06:10 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 00:08:17 ntpd[1668]: time reset +1.958317 s
    8 Dec 00:13:01 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 00:23:40 ntpd[1668]: time reset +1.960090 s
    8 Dec 00:27:59 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 00:33:21 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 00:38:42 ntpd[1668]: time reset +1.951408 s
    8 Dec 00:45:30 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 00:48:24 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 00:54:22 ntpd[1668]: time reset +2.034356 s
    8 Dec 01:00:26 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 01:08:57 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 01:10:28 ntpd[1668]: time reset +2.060369 s
    8 Dec 01:16:26 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 01:20:45 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 01:26:26 ntpd[1668]: no servers reachable
    8 Dec 01:31:32 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 01:31:34 ntpd[1668]: time reset +2.768349 s
    8 Dec 01:38:23 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 01:47:01 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 01:47:03 ntpd[1668]: time reset +1.893794 s
    8 Dec 01:58:09 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 01:58:14 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 01:58:48 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 02:02:31 ntpd[1668]: time reset +1.940767 s
    8 Dec 02:08:04 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 02:12:17 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 02:18:14 ntpd[1668]: time reset +1.977182 s
    8 Dec 02:22:57 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 02:28:14 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 02:34:06 ntpd[1668]: time reset +1.986197 s
    8 Dec 02:39:11 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 02:42:50 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 02:50:01 ntpd[1668]: time reset +2.012326 s
    8 Dec 02:54:36 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 02:57:59 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 03:05:31 ntpd[1668]: time reset +1.900115 s
    8 Dec 03:15:00 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 03:16:03 ntpd[1668]: no servers reachable
    8 Dec 03:16:03 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 03:21:27 ntpd[1668]: time reset +1.951422 s
    8 Dec 03:27:49 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 03:36:30 ntpd[1668]: time reset +1.871193 s
    8 Dec 03:42:13 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 03:51:38 ntpd[1668]: time reset +1.902758 s
    8 Dec 04:00:30 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 04:01:18 ntpd[1668]: synchronized to 206.55.70.42, stratum 2
    8 Dec 04:03:35 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 04:06:42 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 04:07:03 ntpd[1668]: time reset +1.878555 s
    8 Dec 04:11:43 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 04:14:38 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 04:17:21 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 04:22:09 ntpd[1668]: time reset +1.820429 s
    8 Dec 04:26:44 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 04:37:33 ntpd[1668]: time reset +1.884735 s
    8 Dec 04:41:59 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 04:52:49 ntpd[1668]: time reset +1.904257 s
    8 Dec 05:01:26 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:02:14 ntpd[1668]: no servers reachable
    8 Dec 05:02:18 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:08:45 ntpd[1668]: time reset +1.934852 s
    8 Dec 05:15:36 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:24:32 ntpd[1668]: time reset +1.989070 s
    8 Dec 05:33:32 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 05:35:41 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:39:52 ntpd[1668]: time reset +1.848521 s
    8 Dec 05:45:38 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:49:53 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 05:55:34 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 05:55:36 ntpd[1668]: time reset +1.964663 s
    8 Dec 06:00:30 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 06:10:38 ntpd[1668]: time reset +1.842886 s
    8 Dec 06:15:04 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 06:25:49 ntpd[1668]: time reset +1.844650 s
    8 Dec 06:31:03 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 06:41:32 ntpd[1668]: time reset +1.951328 s
    8 Dec 06:48:37 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 06:56:54 ntpd[1668]: time reset +1.887304 s
    8 Dec 07:01:44 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 07:12:27 ntpd[1668]: time reset +1.920628 s
    8 Dec 07:18:13 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 07:28:29 ntpd[1668]: time reset +1.980813 s
    8 Dec 07:33:42 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 07:38:39 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 07:43:49 ntpd[1668]: time reset +1.881431 s
    8 Dec 07:50:03 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 07:53:34 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 07:59:46 ntpd[1668]: time reset +1.965866 s
    8 Dec 08:04:45 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 08:08:26 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 08:15:38 ntpd[1668]: time reset +1.909397 s
    8 Dec 08:21:58 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 08:31:06 ntpd[1668]: time reset +1.875074 s
    8 Dec 08:37:27 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 08:41:17 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 08:45:00 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 08:46:43 ntpd[1668]: time reset +1.901449 s
    8 Dec 08:51:02 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 08:56:23 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 09:02:11 ntpd[1668]: time reset +1.913327 s
    8 Dec 09:07:47 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 09:11:36 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 09:17:35 ntpd[1668]: time reset +1.879629 s
    8 Dec 09:26:08 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 09:28:47 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 09:33:41 ntpd[1668]: time reset +1.955124 s
    8 Dec 09:39:45 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 09:43:00 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 09:49:32 ntpd[1668]: time reset +1.956294 s
    8 Dec 09:53:52 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 09:58:09 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 10:05:09 ntpd[1668]: time reset +1.870515 s
    8 Dec 10:10:46 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 10:20:30 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 10:20:56 ntpd[1668]: time reset +1.943897 s
    8 Dec 10:26:15 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 10:31:36 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 10:36:01 ntpd[1668]: time reset +1.847729 s
    8 Dec 10:40:58 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 10:51:45 ntpd[1668]: time reset +1.889479 s
    8 Dec 10:57:04 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 11:01:49 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 11:06:50 ntpd[1668]: time reset +1.839236 s
    8 Dec 11:14:02 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 11:19:16 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 11:22:41 ntpd[1668]: time reset +1.968947 s
    8 Dec 11:27:02 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 11:32:23 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 11:38:41 ntpd[1668]: time reset +1.903414 s
    8 Dec 11:47:32 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 11:54:16 ntpd[1668]: time reset +1.915699 s
    8 Dec 11:59:17 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 12:04:31 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 12:10:06 ntpd[1668]: time reset +1.846985 s
    8 Dec 12:15:07 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 12:20:32 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 12:25:53 ntpd[1668]: time reset +1.985553 s
    8 Dec 12:32:53 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 12:41:32 ntpd[1668]: time reset +1.929433 s
    8 Dec 12:46:47 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 12:57:15 ntpd[1668]: time reset +1.946246 s
    8 Dec 13:02:05 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 13:07:30 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 13:13:10 ntpd[1668]: time reset +1.927305 s
    8 Dec 13:19:04 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 13:28:49 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 13:29:15 ntpd[1668]: time reset +1.972395 s
    8 Dec 13:34:22 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 13:39:47 ntpd[1668]: synchronized to 128.105.39.11, stratum 2
    8 Dec 13:44:19 ntpd[1668]: time reset +1.838454 s
    8 Dec 13:48:51 ntpd[1668]: synchronized to 128.105.37.11, stratum 2
    8 Dec 13:59:42 ntpd[1668]: time reset +1.850518 s
    8 Dec 14:06:32 ntpd[1668]: ntpd exiting on signal 15
    8 Dec 14:07:25 ntpd[1609]: signal_no_reset: signal 17 had flags 4000000
    8 Dec 14:09:31 ntpd[1609]: ntpd exiting on signal 15
    8 Dec 14:09:31 ntpd[1608]: ntpd exiting on signal 15
    8 Dec 14:10:32 ntpd[1622]: signal_no_reset: signal 17 had flags 4000000
    8 Dec 14:10:59 ntpd[1621]: ntpd exiting on signal 15
    8 Dec 14:10:59 ntpd[1622]: ntpd exiting on signal 15
    8 Dec 14:11:55 ntpd[1591]: signal_no_reset: signal 17 had flags 4000000
    8 Dec 14:19:56 ntpd[1659]: signal_no_reset: signal 17 had flags 4000000
    8 Dec 14:21:01 ntpd[1657]: Listening on interface #4 eth0, fe80::224:8cff:febc:ccee#123 Enabled
    8 Dec 14:21:01 ntpd[1657]: Listening on interface #5 eth0, 192.168.2.2#123 Enabled
    8 Dec 14:21:01 ntpd[1657]: new interface(s) found: waking up resolver
    9 Dec 01:21:04 ntpd[1657]: ntpd exiting on signal 15
    9 Dec 01:25:33 ntpd[1649]: signal_no_reset: signal 17 had flags 4000000
    9 Dec 01:27:42 ntpd[1649]: ntpd exiting on signal 15
    9 Dec 01:27:42 ntpd[1648]: ntpd exiting on signal 15
    9 Dec 01:28:33 ntpd[1600]: signal_no_reset: signal 17 had flags 4000000
    9 Dec 01:32:01 ntpd[1629]: signal_no_reset: signal 17 had flags 4000000
    9 Dec 01:32:01 ntpd[1628]: bind() fd 20, family AF_INET6, port 123, scope 2, addr fe80::224:8cff:febc:ccee, mcast=0 flags=0x11 fails: Cannot assign requested address
    9 Dec 01:32:01 ntpd[1628]: unable to create socket on eth0 (5) for fe80::224:8cff:febc:ccee#123
    9 Dec 01:32:01 ntpd[1628]: failed to initialize interface for address fe80::224:8cff:febc:ccee
    ntpq -p
    Last edited by jeff story (2009-12-10 10:07:18)

  • Ical events not displaying correct time zone

    Hi All,
    I have a weird issue and I'm not sure if it's an iCal or an entourage problem. When one of our Entourage2008 (exchange) users sends a meeting invite to a user in a different time zone using ical, the meeting shows in ical as the time the entourage user who created it, aka not adjusting for the time zone. Entourage to outlook calendar or another entourage calendar works fine, and iCal to iCal works fine; just not Entourage to iCal. Also, a calendar event from the iCal user to the Entourage user does adjust correctly for the time zone difference, which is why i'm exactly sure where the problem lies. I did post in the mactopia forums too so please don't yell at me for posting an 'entourage' problem in a mac forum. any help anyone could provide would be appreciated.
    Thank you.
    i'm on 10.5.7 with the latest updates for mac os x and the latest office for mac updates, and we are running off a hosted exchange server. we've experienced the same issue whether we have iCalis ("turn on time support") option enabled in iCal or not enabled.

    It's annoying as it should not be this complicated. I've implemented a work around, but it's not ideal. I have entourage running but not open, and have sync services set to sync with ical. A new invite comes into mac mail, the user clicks on the ics file (which opens entourage calendar), accepts the meeting, and closes the entourage window. The correct time is in entourage calendar, and then syncs with ical and the meeting has the correct time for that time zone.
    If anyone has found a real fix for this problem, please let me know.
    Thanks for letting me know I'm not the only one Jim.
    Slater

  • I cannot open pages on my MacBookPro. I get a message to update it. In my software update in the apple menu drop down, it shows no updates at this time. I have iWork '09.

    I cannot open pages on my MacBookPro. I get a message to update it. In my software update in the apple menu drop down, it shows no updates at this time. I have iWork '09.

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.1 files can not be opened in Pages 5.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 100 features from Pages 5 and added many bugs, including files that refuse rto open:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick

  • 10.4.6 update problems = Exchange - time of mail delivery is wrong

    10.4.6 update
    Entourage 11.2.3
    Exchange 2003 mail server
    date/time server my Mac is using: internal company time server
    When I send an e-mail, the users with MS office 2003 (on a PC) have a time received of 1 hour later. If I send it a 9am, they get it ASAP, but it is marked a 10am.
    MS office 2000 (on a PC) has the correct time.
    Any insights?

    This is the iPod nano forum.
    Don't you need to post this in the Tiger Forum?

  • Why does iphoto 11 tell me to update library every time i open it?

    why does iphoto 11 tell me to update library every time i open it?
    iPhoto '11 OSX 10.8.5
    I open iphoto and I get the message
    "the Photo library needs to be upgraded to work with this version of iPhoto"
    I click upgrade and after a few seconds the photos show fine, the application works correctly.
    then I quit the app. and reopen and i get the same message and the same results.
    this was happening before I did a complete erase of the Macbook Pro and install of Mt Lion
    upgraded from lion.
    only thing thats the same is the computer and the library I restored.
    RT

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • DST fall-back: Will iPhone correct time if left on?

    Hello!
    If I leave my iPhone 4 on, will it automatically switch to correct time tomorrow and thus alarm correctly?
    Thanks

    roaminggnome wrote:
    http://www.cnn.com/2010/TECH/mobile/11/05/apple.alarm.daylight.savings/index.htm l?hpt=Sbin
    Thanks. I also stumbled upon this:
    http://www.tipb.com/2010/11/06/attention-trust-iphone-alarm-clock/
    I guess this issue is all over the place. Apple's update is just too late (and too early for next Spring).

Maybe you are looking for