Re: How to pretty print (big)numbers?

2014-10-11 Thread Ronald Hofmann
[sumString UTF8String]); Greetings from Switzerland, Ronald Hofmann --- > Am 11.10.2014 um 08:03 schrieb Gerriet M. Denkmann : > > On iOS 8.0: > > UInt64 sum = 16494631536958186120UL; > NSString *sumString = [ NSNumberFormatter > locali

Re: Program Crash

2015-01-30 Thread Ronald Hofmann
What are you talking about. I'm using Safari very often and can't rember the last time I had a crash. I asume you are using some extensions or/and Flash which are resposinble for that. Regards Ronald Hofmann --- > Am 30.01.2015 um 16:43 schrieb Raglan T. Tiger : > > If my

dynamic typing in a text field

2010-01-25 Thread Ronald Hofmann
Hi all, I want a textfield in my project which triggers a method while I´m writing in it. I saw this option 'continous' in the interface builder which works fine with sliders. While I move the slider the method executes. How can I do the same thing with a textfield? I can´t find it. Is there a

Re: developer.apple.com under maintenance for a few days now?

2013-07-23 Thread Ronald Hofmann
Are both of your Apple IDs paid developer accounts? Greetings from Switzerland, Ronald Hofmann --- Am 23.07.2013 um 09:02 schrieb Daniel Höpfl : > Nope, not all got it. I did get it for one of my Apple IDs but did not > get it for the other. (No, it didn't end in the SPAM folder

How to convert an NSString to

2013-08-07 Thread Ronald Hofmann
ngs from Switzerland, Ronald Hofmann --- ___ 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.apple.com Help/Unsubscribe/Upda

Re: How to get a "Normal" button in iOS 7/IB / One Solution

2013-10-03 Thread Ronald Hofmann
myObject.layer.shadowOffset = CGSizeMake (0, -3); myObject.layer.shadowOpacity = 0.00; myObject.layer.shadowRadius = 3.00; myObject.layer.masksToBounds = NO; return myObject; } // generateUITunerObject

tableViewSelectionDidChange does not fire on deselect

2014-03-31 Thread Ronald Hofmann
, row); } The problem is that this method is not called when I deselect a row using cmd-click on a row. Any idea how I could do that? Greetings from Switzerland, Ronald Hofmann --- ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Plea

Re: tableViewSelectionDidChange does not fire on deselect

2014-04-01 Thread Ronald Hofmann
/returns row number } } Greetings from Switzerland, Ronald Hofmann --- Am 01.04.2014 um 15:25 schrieb Michael Starke : > I can report the same error in my own project. It's a view based table view, > single selection not firing on deselect. > > The table view bound is bound to an NSAr

Problem with getting access to fields of Core Data model

2014-08-04 Thread Ronald Hofmann
/Users/ronny/Dropbox/CoreDataYouTube/vcMain.swift:73:16: 'AnyObject' does not have a member named 'username' What I don´t understand. If res.password is correct res.username should work as well. What am I doing wrong? Any idea? Greetings from Switzerland, Ronald Hofmann --- My