<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>Is there anything special to getting NSTimer to work via the bridge?  I don't see anything wrong with this code but the timer doesn't seem to be firing.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>(defclass timer-test (ns:ns-object)</DIV><DIV>  ()</DIV><DIV>  (:metaclass ns:+ns-object))</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>(ccl::define-objc-method ((:void :timer-fired the-timer) timer-test)</DIV><DIV>  (#_NSLog #@"timer fired"))</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>(setf mytimer-objc (objc:make-objc-instance "TimerTest"))</DIV><DIV>(objc:send (objc:@class "NSTimer")</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">       </SPAN>   "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">      </SPAN>   1.0d0</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>   mytimer-objc</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">      </SPAN>   (objc:@selector "timerFired:")</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">  </SPAN>   nil</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">       </SPAN>   nil)</DIV><BR> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Thanks,</DIV></SPAN><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Phil</DIV><BR class="Apple-interchange-newline"></SPAN> <BR></BODY></HTML>