Re: NSOutlineView Travails

2013-04-21 Thread Gordon Apple
Our view-based NSOutlineView still has a few annomalies, but mostly works. Now, we are attempting to install a hoverView in our outline column to launch a popover (display only) when mousing over a row. This works just fine with NSTableViews, but so far does not work at all with NSOutlineView. We

Re: Clang "File not found" - in cocoa app

2013-04-21 Thread Christ Levesque
I'm coding an app that generates document. For generating document of XML i used the NSXMLParser and for generating document of source code i used libclang. If you want to know more I can help you to find how to use libclang for accomplish the same task as me. Because you are curious I want to d

Re: Problems converting to ARC

2013-04-21 Thread Christ Levesque
>> I want to convert my code to ARC but this problems doesn't let me to do >> this. I read the errors but I couldn't do nothing. All the problems are in >> these else if statement and are colored Red. >> >> else if (isupper(character)){ >> 1) Pointer to non-const type 'NSString *' with no e

Re: Problems converting to ARC

2013-04-21 Thread Christ Levesque
>> I want to convert my code to ARC but this problems doesn't let me to do >> this. I read the errors but I couldn't do nothing. All the problems are in >> these else if statement and are colored Red. >> >> else if (isupper(character)){ >> 1) Pointer to non-const type 'NSString *' with no e