Does anyone know what the following logged error messages from console is all about - I am trying to track down the cause of a kernal panic I experienced yesterday:
13/01/2011 09:59:26 SpringBoard[2048] Unable to create linen from mapped file
13/01/2011 09:59:26 SpringBoard[2048] Unable to create linen from mapped file
13/01/2011 09:59:26…
I have gone to system preferences and set it to the absolutely maximum on the slider bar and its still fairly slow - much slower than I am used to on my PC!?
What is the best way of ensuring my xcode projects are backed up. I am new to Mac and I see there is a timemachine programme, but isn't that for all files?
I just want to make sure my xcode files are backed up on a network drive because this is for work not pleasure.
The rest of team uses TFS and CVS etc.
I want to stop iTunes from responding to the shortcut keys i.e. F7, F8, F9 because I use Spotify.
So what happens is when I pause Spotify iTunes starts bouncing around.
My friend is using Microsoft Word for Mac (which is a total train smash). and we want to change the spell check from English (US) to English (UK).
This is what I have tried:
Make a spelling mistake otherwise you can't get to spelling options.
Click Tools Spelling and Grammar Options Dictionaries
Change language to English (UK) and click…
I need to download a bunch of files from a website but I don't want to have to click on each file to add it to downloadall or whatever.
The structure of the website is as follows:
http://something.com/katalog/?get=Exclusive/group1/2012.09.03/
The directory has loads of randomly named files with .doc extensions. I can't use the batch…
(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
NSLog(@"bla %@", [section count]);
return [possessions count];
}
Does anyone know how to implement a simple NSLog because I am getting an error.
I am writing a little map kit app but it doesn't want to call the delegate method didaddannotationviews:
(void)mapView:(MKMapView *)mv didAddAnnotationViews:(NSArray *)views
{
//Get the first MKAnnotationView from the views returned
MKAnnotationView *annotationView = [views objectAtIndex:0];
//Get the annotation from the first…
I am seeing 2 strange access denied errors which I cant solve. This error occurs when a colleague checks out the project in SVN and it tries to find a file in my downloads folder - there is nothing in my download folder though:
ProcessPCH…
I am building a C# client for a CGI service (not sure what its called exactly).
It accepts a bunch of XML and spits out a response. I have tested it straight in Firefox and it works (see below).
Now I am not sure how to do this in C# code…
I noticed in Objective C that xcode automatically uses a strange position of braces:
if (statement) {
}
whereas I am used to using:
if (statement)
{
}
it just makes it easier to read. Is it a matter of preference or is a standard that…