| Sign In/My Account | View Cart |
| Article: |
Giving the Simple Text Editor 'Legs' | |
| Subject: | Xcode + Creating and connecting an outlet | |
| Date: | 2004-08-30 12:12:28 | |
| From: | hEADcRASH | |
| Couldn't find the correct outlet. Any help out there? | ||
Showing messages 1 through 1 of 1.
Have you tried to double-click on the Text View of your window? The text view is called "NSScrollView" and when I double-click on it, I get access to the real NSTextView hidden inside. Maybe this could be a part of your problem.