ok I got the NSTextView working fine, it took me a sec to figure out that the very top of the Scroll View is the Text View and I have to connect this very small portion with the AppController. Got that fine
I also have the insertText working as well with one small problem. New line is needed.
Here is what I got:
However when I add the \n right after the first ']' i get syntax and I think that obvious, but I had to try.
How do I get the simple new line with out setting the array to a tmp variable then adding the variable? Basically looking for a shortcut lol
I also have the insertText working as well with one small problem. New line is needed.
Here is what I got:
Code:
[textView insertText:[arrPRN objectAtIndex: i]];
However when I add the \n right after the first ']' i get syntax and I think that obvious, but I had to try.
How do I get the simple new line with out setting the array to a tmp variable then adding the variable? Basically looking for a shortcut lol