|
|
#1 |
|
Expression is not Assignable
Hello,
I am working on a window that is a subclass of the INAppStoreWindow. I am attempting to add an NSTextField to the window, which I have done, but there are some "fine tuning" issues. The INAppStoreWindow is a window that lets you get its "titlebarview" and add stuff to it. I have added a textfield to it like this: Code:
[_window setTitleBarHeight:60.0]; //1
NSView *titleBarView = self.window.titleBarView; //2
newTitleView.bounds.size.width = titleBarView.bounds.size.width; //3
[titleBarView addSubview:newTitleView]; //4
Thanks! |
|
|
|
0
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:19 PM.







Threaded Mode