Displaying 10 results from an estimated 10 matches for "nstimer".
Did you mean:
stimer
2008 Sep 01
1
Porting Swfdec to Mac OS X & Timing question
...rformSelector:@selector(scheduleNextEvent) target:self argument:nil
order:100 modes:[NSArray arrayWithObject:NSDefaultRunLoopMode]];
}
else
{
NSTimeInterval fMillisecondsToNextEvent = millisecondsToNextEvent;
fMillisecondsToNextEvent /= 1000000.0; // translate to seconds so we
can use NSTimer
_private->_timeOfLastTimer = CFAbsoluteTimeGetCurrent();
_private->_nextEventTimer = [[NSTimer
scheduledTimerWithTimeInterval:fMillisecondsToNextEvent target:self
selector:@selector(triggerNextEvent:) userInfo:nil repeats:NO] retain];
}
}
- (void)triggerNextEvent:(NSTimer *)timer
{...
2004 Dec 02
0
image() or plotting functions or something else broken in 2.0.1 on OS X?
...- y <- seq(-4*pi, 4*pi, len=27)
> r <- sqrt(outer(x^2, y^2, "+"))
> image(z = z <- cos(r^2)*exp(-r/6), col=gray((0:32)/32))
2004-12-02 10:35:27.815 R[2649] *** Assertion failure in -[RDeviceView
lockFocus], AppKit.subproj/NSView.m:2746
2004-12-02 10:35:27.817 R[2649] *** NSTimer discarding exception
'NSInternalInconsistencyException' (reason 'lockFocus sent to a view
whose window is deferred and does not yet have a corresponding platform
window') that raised during firing of timer with target 3b9a60 and
selector 'runRELP:'
And then R quits unex...
2005 Jun 01
1
saving in Tiger (Mac users)
...em
to Tiger (Mac OS 10.4). Since then (I think) I have been unable to
save scripts and get a message as follows in the R console:
2005-06-01 15:27:10.152 R[203] *** -[NSBigMutableString
writeToFile:options:error:]: selector not recognized [self = 0x6843d30]
2005-06-01 15:27:10.174 R[203] *** NSTimer discarding exception '*** -
[NSBigMutableString writeToFile:options:error:]: selector not
recognized [self = 0x6843d30]' that raised during firing of timer
with target 11cc230 and selector 'runRELP:'
Does anyone know what I might be doing wrong? or how to fix this error?
Than...
2005 Apr 21
0
Internal error on Max OS X?
...form, with
R 2.0.1
Here is the error message I get when doing such a basic thing as ls() or
summary(an_object):
2005-04-15 14:59:48.177 R[1147] *** Assertion failure in
-[NSMutableRLEArray objectAtIndex:effectiveRange:],
String.subproj/NSAttributedString.m:1009
2005-04-15 14:59:48.178 R[1147] *** NSTimer discarding exception
'NSInternalInconsistencyException' (reason 'Access invalid attribute
location 65505 (length 65505)') that raised during firing of timer with
target 3b0a60 and selector 'runRELP:'
or
2005-04-15 15:21:04.851 R[1221] *** NSTimer discarding exception
'...
2005 May 27
1
crash in R OS X GUI (PR#7903)
When I type an open paren the (otherwise absolutely wonderful)
help dialog at the bottom crashes R.
For example
> polygon(c(
[all is well
> polygon(c((
2005-05-27 14:13:14.843 R[478] *** -[NSCFDate
characterAtIndex:]: selector not recognized
2005-05-27 14:13:14.881 R[478] *** NSTimer discarding
exception 'NSInvalidArgumentException' (reason '*** -[NSCFDate
characterAtIndex:]: selector not recognized') that raised
during firing of timer with target 3c8350 and selector
'kickstart:'
------------
But I can't now reproduce it. Do you know about this bug?...
2005 Jun 10
1
R.app (PR#7926)
Full_Name: Christian Meisenbichler
Version: 2.1.0a
OS: 10.3.9
Submission from: (NULL) (143.50.77.182)
problem with terminal
R terminal in aqua interface exits with
2005-06-10 16:51:03.826 R[1464] *** -[NSCFType characterAtIndex:]: selector not
recognized
2005-06-10 16:51:03.827 R[1464] *** NSTimer discarding exception
'NSInvalidArgumentException' (reason '*** -[NSCFType characterAtIndex:]:
selector not recognized') that raised during firing of timer with target 3cab80
and selector 'kickstart:'
Reproduceable:
mistype "demo()" like "demo()(" short...
2005 Mar 12
1
New user of R on Mac OS X - Please help
Brand new Mac OS X user, I am transfering my R stuffs from my windows
machine.
When porting some of my functions, I got messages such as :
2005-03-12 15:37:52.456 R[673] *** NSTimer discarding exception
'NSRangeException' (reason '*** NSRunStorage, _NSBlockNumberForIndex():
index (3607) beyond array bounds (2000)') that raised during firing of
timer with target 3ba850 and selector 'runRELP:'
Does any body of you have any idea where I should be start...
2005 Mar 13
0
Objet: New user of R on Mac OS X - Please help
...r-help at stat.math.ethz.ch
> Objet: [R] New user of R on Mac OS X - Please help
>
>
> Brand new Mac OS X user, I am transfering my R stuffs from my windows
> machine.
>
> When porting some of my functions, I got messages such as :
>
> 2005-03-12 15:37:52.456 R[673] *** NSTimer discarding exception
> 'NSRangeException' (reason '*** NSRunStorage,
> _NSBlockNumberForIndex(): index (3607) beyond array bounds (2000)')
> that raised during firing of timer with target 3ba850 and selector
> 'runRELP:'
>
> Does any body of you have an...
2004 Nov 18
0
R bug ?? (PR#7378)
--Apple-Mail-1-74005136
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=SHIFT_JIS;
format=flowed
Sometime, R generates following warning message.
To restore, I must press command+.
> edit(tolerance)
2004-11-18 11:07:27.003 R[420] *** NSTimer discarding exception=20
'NSInvalidArgumentException' (reason '*** -[NSTextView=20
replaceCharactersInRange:withString:]: nil NSString given.') that=20
raised during firing of timer with target 3bd520 and selector=20
'runRELP:'
By the way, function 'tolerance' is des...
2005 Aug 24
1
extra parentheses cause death of kernel (PR#8094)
...istakes that cost me more
than I think they should... It appears that any time I quickly type a
sequence such as:
quartz()
I am rewarded with the following text in red:
2005-08-24 11:02:42.388 R[2198] *** -[NSCFDate characterAtIndex:]: selector not recognized
2005-08-24 11:02:42.390 R[2198] *** NSTimer discarding exception 'NSInvalidArgumentException' (reason '*** -[NSCFDate
characterAtIndex:]: selector not recognized') that raised during firing of timer with target 3c8e40 and selector 'kickstart:'
printed above the command line, an extra opening parenthesis at the
end of...