Re: AVCaptureMovieFileOutput + encryption

2017-06-23 Thread Steve Bird
> On Jun 23, 2017, at 1:22 PM, Carl Hoefs > wrote: > I'm currently recording 1280x720 at 240fps H.264 video on the iPhone Just curious - can you tell us what you are recording at 240 fps ? -------- Steve Bird Culv

Re: Binary floating point format

2017-03-30 Thread Steve Bird
e semi-reasonable values if you swap bytes: BF49E37D5372053C = -0.000790058 C0A8E32F5B13094F = -3185.59 Do you know that those values are wrong? ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com

Re: Do Debug Apps Expire on iOS?

2016-07-21 Thread Steve Bird
oper for the current version”. That would seem to be the polite thing to do, rather than driving off into the ditch and staying there. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.C

Re: Can I Hide / Show an NSTextField / NSSecureTextField in Cocoa?

2014-02-08 Thread Steve Bird
the folks standing behind you (don’t think that they aren’t there) can’t see your password. — So Applescript, et al, cannot snarf the password from the field. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use

Re: Fast hash of NSData?

2013-12-02 Thread Steve Bird
else IT AIN’T else IT AIN’T else IT AIN’T else IT AIN’T There are lots of ways to prove that they are DIFFERENT, and they are fairly quick. Use them first. Steve B

Re: Network and DarkWake

2012-08-31 Thread Steve Bird
hink I see the problem... -------- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-dev mailing list (Coc

Re: 10.7 Full-Screen transition animation corrupts my UI - how to avoid?

2012-07-19 Thread Steve Bird
#x27;t you put a check here? If (sizeRequested < minSize) sizeRequested = minSize Just disregard the invalid requests? ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Steve Bird
e is no such thing as a UITableDetailView. That's because David swiped it. Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 __

Re: Core Audio Help

2011-12-23 Thread Steve Bird
. Click on the LISTS link and you get "page not found" ANYWAY, there is a CoreAudio list, but if we tell you where to subscribe, we'll have to kill you. ---- Steve Bird Culverson Software - Elegant software

Re: Has anyone used the VOIP background mode for a non-VOIP app?

2011-05-17 Thread Steve Bird
it, will come on a public list and admit to it. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Is a file open in another application?

2011-03-20 Thread Steve Bird
ments to the list. >> Contact the moderators at cocoa-dev-admins(at)lists.apple.com >> >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/cocoa-dev/cocoa-dev%40softraph.com >> >> This email sent to

Re: iPad 4.1 (deploy to 3.2.2) error

2010-11-11 Thread Steve Bird
egal agreements. There were two instances of 4.2 (not 4.1) in the body of your first message, in addition to the subject. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com

Re: NSXMLParser parses line feeds in attribute strings as spaces

2010-07-08 Thread Steve Bird
hen removing the accented é, then removing the space, to see exactly what triggers the bad behavior. Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 _

Re: menu madness with retain count

2010-04-27 Thread Steve Bird
s around to it. Over the years, I think that looking at the retain count is the #1 cause of hairpulling on this list. Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 _

Re: CoreData validation question

2010-04-26 Thread Steve Bird
7;s very likely to never be zero. > if (inputNumberField2 <= numberField1Stat) { QUESTION: What data type is "numberField1Stat" ? ANSWER: it's a POINTER to an NSNumber (not a numeric value). therefore .. _ ? consider using the intValue of your NSNumber

Re: Delayed Autorelease

2010-04-08 Thread Steve Bird
apostrophe) "living well" if they are deallocated? ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-dev mailing list (Cocoa-dev@lists

Re: Delayed Autorelease

2010-04-08 Thread Steve Bird
one. > Is there perhaps a way to have it logged to the console whenever an > autorelease run happens? --- A log to the console on every event would swamp you in data, I think. ---- Steve Bird Culverson Software - Elegant software

Re: Weird Bug Report on 10.5

2010-03-08 Thread Steve Bird
On Mar 8, 2010, at 12:49 PM, Matt Neuburg wrote: > my experience is that one cannot > develop reliably for 10.x with a machine running 10.x on which test. Maybe change "with" to "without", and I'd agree with you ----

Re: Weird Bug Report on 10.5

2010-03-08 Thread Steve Bird
> > > On Mar 8, 2010, at 9:06 AM, Eric Gorr wrote: > >> ooo...good point. I missed that too. >> >> Problems involving objc_msgSend can usually be caught by reproducing the >> crash with zombies enabled. >> >> >> >> On Mar 8, 2010, at

Re: Weird Bug Report on 10.5

2010-03-08 Thread Steve Bird
0x7fff8043bd4d thread_start + > 13___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.app

Re: Localization help

2010-01-27 Thread Steve Bird
nks --- Just a thought - you might want to state exactly HOW it "doesn't work". Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ C

Re: to NIB or not to NIB

2009-06-15 Thread Steve Bird
better" is highly subjective. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-d

Re: How to get a NSButton (check box) state

2009-06-08 Thread Steve Bird
the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/sbird%40culverson.com This email sent to sb...@culverson.com -------- Steve Bird Culverson

Re: Rotating a CALayer more than once is not working

2008-12-13 Thread Steve Bird
sform:CATransform3DMakeRotation(90 * M_PI / 180, 0, 0, 1.0)]; ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-dev mailin

Re: ???& ??? in ICARegisterForEventNotification Apple Code Sample

2008-12-02 Thread Steve Bird
s ); --- The semicolon gives it away: somewhere there's a hyperactive HTML escaper program which couldn't leave this alone. "&" is HTML code for ampersand, and is escaped in URLs: http://htmlhelp.com/tools/validator/problems.html#amp --------

Re: how to complete c/s app

2008-10-15 Thread Steve Bird
y and Save? -------- Steve Bird Culverson Software - Elegant software that is a pleasure to use. www.Culverson.com (toll free) 1-877-676-8175 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: [MEET] CocoaHeads Frankfurt, TONIGHT 8PM

2008-08-03 Thread Steve Bird
On Aug 3, 2008, at 8:05 PM, Torsten Curdt wrote: Tonights it's on again! Drop by if you are around. More information at http://upcoming.yahoo.com/event/871648/ 8 PM - isn't that 5 hours ago, Frankfurt time? --------

Re: Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Steve Bird
:@"P1P1" toPort:@"1"]; --- Where's the closing brace here? @interface Class2 : NSObject { } - (NSString *)sendString:(NSString *)stringToSend; - (void)sendMSG:(NSString *)string toPort:(NSString *)port; ----

Re: Why can't I name a property `tag'?

2008-07-10 Thread Steve Bird
not. If it was using sizeof(), and assuming that sizeof(void) == 0, then that would cover the cases you mentioned. sizeof(int) == sizeof(float) sizeof(int) == sizeof(id) other combinations have mismatched sizes. FWIW. ---- Steve Bird C

Re: I Never get 'self' in Obj-C

2008-05-05 Thread Steve Bird
is complaining? First guess: It's not in a method of an object; it's in free-standing code. To use SELF, you have to be in an object's method. ---- Steve Bird Culverson Software - Elegant software that is a pleasure to use

Re: How to delay application quit?

2008-03-25 Thread Steve Bird
thods, which of course never get called. So when a (nameless) rookie puts a breakpoint on them, he might just wonder why his breakpoints never hit. Steve Bird Culverson Software - Elegant software that is a pleasure t