Decompile compiled storyboard / xib files?

2015-03-13 Thread Aaron Lewis
Hi, Xcode cannot open compiled storyboard files, e.g MainStoryboard.storyboardc Is there any way to open them? Or decompile them into storyboard files -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33

What's the right way to "remove the footerView" of a UITableView?

2015-03-13 Thread Aaron Lewis
Hi, To demonstrate what I'm doing, here's the code of two delegate methods: (I also disabled scrolling in this table view) - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 3; } - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)sectio

Trying to hide a NSProgressIndicator upon finishing of table rendering

2015-03-13 Thread Patrick J. Collins
I am trying to have a progress spinner show upon processing of data, and hide upon completeion of rendering all the columns/rows of my table... The problem is, if I do something like: if (row == lastRow) [self hideSpinner] This does not get called until I physically scroll to the end of my vie

Re: Cocoa GUI app getting slower on MacPro or MacMini when disconnecting all screens

2015-03-13 Thread Philip Ershler
I use a flock of Mac Minis as servers. Most if not all run headless. In my experience Finder operations and other apps seem fine. But I seldom if ever run anything terribly graphics intensive. Phil > On Mar 13, 2015, at 8:08 PM, Georg Seifert wrote: > > Macs still do that. I needed to get an

Re: Cocoa GUI app getting slower on MacPro or MacMini when disconnecting all screens

2015-03-13 Thread Georg Seifert
Macs still do that. I needed to get an adapter to get decent performance out of my headless macMini. Am 12.03.2015 um 21:18 schrieb Matthieu Beghin : > Yes I do OpenGL… I can’t see any process using CPU, so I was thinking it’s > not related, but maybe for some reason the glSwap is blocking for

Re: Full-screen mode broken after upgrading to Yosemite

2015-03-13 Thread Ken Thomases
On Mar 13, 2015, at 4:29 PM, Daryle Walker wrote: > My main browser window supports full-screen and optimized zoom. In Yosemite, > those two functions share the green titlebar button. When I activate > full-screen mode, with either the green button or the menu item, the window > freezes withou

Re: Weird crashes on Yosemite

2015-03-13 Thread Marek Hrušovský
I do not have a solution but hopefully i can point you to right direction: It crashes when the window is trying to become key window. "becomeKeyWindow " [NSWindow becomeKeyWindow]. It crashes in _dataSourceValueForColumn:row: It crashes on selector objectAtIndex: According to dissasembly column is

NSStatusItem Popover doesn't work in Full Screen mode

2015-03-13 Thread Alex Kac
If I have a NSStatusItem which brings up a popover when tapped, it works normally and it works in Full Screen mode if our app is the one being shown. But if you are in full screen mode with another app, it doesn’t show up. I’d like to get some ideas on what to do here. -(void) statusItemSelect

Re: Weird crashes on Yosemite

2015-03-13 Thread Peter Hudson
I don't get to the situation where I would need to set the delegate to zero - the user isn't closing the app down when the crashes occur. The whole relationship of delegate and datasource is setup when a project is opened - and remains the same throughout. ‎It simply hoses along the way.  Peter

Full-screen mode broken after upgrading to Yosemite

2015-03-13 Thread Daryle Walker
[My first attempted post was 3KB too big.] I restarted work on my web browser project from a few months ago. Since then, I upgraded my MacBook Air from Mavericks to Yosemite, and Xcode from 6.0 to 6.1.1 (and, as of yesterday, 6.2). The deployment level is still (implicitly) 10.9, but the SDK wa

Re: Weird crashes on Yosemite

2015-03-13 Thread Lee Ann Rucker
Your code may not have changed, but Apple's code has - are you still using reference counting? Because I'm willing to bet that NSTableView isn't, and I filed rdar://17733863 over a situation very much like this one - the workaround was to setDelegate:nil earlier than you might think necessary.

Re: Weird crashes on Yosemite

2015-03-13 Thread Markus Spoettl
On 13/03/15 16:11, Peter Hudson wrote: Thanks for these suggestion Steve and Markus. The table datasource and delegate code has been running very sweetly for a number of years and has not been changed since it was written some time back. We had a similar crashs when running our app on Yosemit

Re: NSButton (radio button) not calling action when overlapped by invisible NSButton?

2015-03-13 Thread Aandi Inston
(This is odd. I did not receive a copy of my post and therefore assumed it had not posted. Clearly it did as you were kind enough to reply) Happily I found the solution. This list earlier helped me to understand a problem which appeared in recent Mac OS, where radio buttons would all work as an au

Re: NSButton (radio button) not calling action when overlapped by invisible NSButton?

2015-03-13 Thread Fritz Anderson
On 10 Mar 2015, at 5:01 PM, Aandi Inston wrote: > The dialogs are frequently very complex, with areas showing different > groups of controls according to context. Individual controls are > shown/hidden by the higher level code to make this work. Radio buttons are > naturally implemented as an NSB

Re: setting table view rows and columns?

2015-03-13 Thread Patrick J. Collins
> Also make sure that that "headers" is checked in the table view attributes > inspector, or the headers won't be exposed to set in the first place. aargh! Totally missed that checkbox, and yeah that was my problem!!! thanks! Patrick J. Collins http://collinatorstudios.com _

Re: Weird crashes on Yosemite

2015-03-13 Thread Alex Zavatone
We had something like that recently on iOS where the delegate was disposed of and then on a timer call up to a minute later, one of its method calls was invoked resulting in an NSZombie related assertion coming up. What was the assertion thrown? Sent from my iPad. Please pardon typos. On Mar

Re: Weird crashes on Yosemite

2015-03-13 Thread Peter Hudson
Thanks for these suggestion Steve and Markus. The table datasource and delegate code has been running very sweetly for a number of years and has not been changed since it was written some time back. The table datasource in this case is completely central to the program - and I never change the

Re: Weird crashes on Yosemite

2015-03-13 Thread Steve Mills
On Mar 13, 2015, at 09:46:36, Peter Hudson wrote: > Crashed Thread:0 Dispatch queue: com.apple.main-thread > > Exception Type:EXC_BAD_ACCESS (SIGSEGV) > Exception Codes: KERN_INVALID_ADDRESS at 0x > > objc_msgSend() selector name: objectAtIndex: > > Threa

Re: Weird crashes on Yosemite

2015-03-13 Thread Markus Spoettl
On 13/03/15 15:46, Peter Hudson wrote: Any comments or suggestions gratefully received ! Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x938810ab objc_msgSend + 27 1 com.apple.AppKit0x9184a305 -[NSTableView _dataSourceValu

Weird crashes on Yosemite

2015-03-13 Thread Peter Hudson
Hi All I have ongoing crash problems - and I have no idea where to start looking around for an answer ! The application is built using Xcode 6.1 on 10.10.2. ( and was running on a new Macbook Pro running 10.10.2 ) The users have given me a detailed account of what they were doing when the

Re: setting table view rows and columns?

2015-03-13 Thread Keary Suska
On Mar 13, 2015, at 1:29 AM, Steve Mills wrote: > On Mar 13, 2015, at 02:18:00, Patrick J. Collins > wrote: >> >> The inspector shows the text set under 'Title', yet when I build, there >> is no text.. it's all blank.. Quite frustrating. > > You're sure you have an NSTableColumn selected, n

Re: setting table view rows and columns?

2015-03-13 Thread Steve Mills
On Mar 13, 2015, at 02:18:00, Patrick J. Collins wrote: > > The inspector shows the text set under 'Title', yet when I build, there > is no text.. it's all blank.. Quite frustrating. You're sure you have an NSTableColumn selected, not Table View Cell that's in the column? Both have a Title fi

Re: setting table view rows and columns?

2015-03-13 Thread Patrick J. Collins
Yeah I did that.. > Just double-click the column header title and type in the title you want. Or > select the table column in the hierarchical view and enter text in the Title > field of the editor panel. The inspector shows the text set under 'Title', yet when I build, there is no text.. it's