Re: help! (book)

2017-06-27 Thread Jerome Krinock
> On 2017 Jun 26, at 08:36, J.E. Schotsman wrote: > > Hello, > > I still cannot get my help book anchors to work programmatically (using > NSHelpManager.shared().openHelpAnchor). For some reason, in my apps, I use the method which also passes the help book name, and i

help! (book)

2017-06-26 Thread J.E. Schotsman
Hello, I still cannot get my help book anchors to work programmatically (using NSHelpManager.shared().openHelpAnchor). I checked the Help Book works when double-clicked in ~/Library/Documentation/help I’ve checked the help index file in the terminal (hiutil -A and -D). The anchors and the

Re: Help with Storyboard Problem

2017-06-20 Thread Dave
. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help with Storyboard Problem

2017-06-20 Thread Dave
Hi Doug and thanks for the help. Please see comment below. > On 19 Jun 2017, at 21:22, Doug Hill wrote: > > The process to set up a 'Show' segue is: > - Control-Click on the button in the Storyboard > - Drag to the View Controller window you want to present > - Selec

Re: Help with Storyboard Problem

2017-06-19 Thread Quincey Morris
not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help with Storyboard Problem

2017-06-19 Thread Alex Zavatone
Dave. I’ll help you out if you need it on Skype or whatever. But first, have you embedded your first view controller in a navigation controller? Select your first view controller in the storyboard. From the Editor menu, select “Embed In” and then select “Navigation Controller”. If that

Re: Help with Storyboard Problem

2017-06-19 Thread Dave
t; myGameViewController = [self.storyboard > instantiateViewControllerWithIdentifier:@"LTWChaosBoardViewController1”]; > myView = myGameViewController.view; > } > > This returns the correct View Controller but does not actually present it. > How do I do this? > &g

Re: Help with Storyboard Problem

2017-06-19 Thread davelist
ntifier:@"LTWChaosBoardViewController1”]; > myView = myGameViewController.view; > } > > This returns the correct View Controller but does not actually present it. > How do I do this? > > The documentation is sooo poor that I just can’t find anything that is of > hel

Help with Storyboard Problem

2017-06-19 Thread Dave
The documentation is sooo poor that I just can’t find anything that is of help. All the Best Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at coco

Re: iOS AVPlayerViewController and AVPlayer Documentation/Help

2017-05-11 Thread Peter Tomaselli
anged so much since then….. > > Any help on this greatly appreciated. > > All the Best > Dave > > -(void) viewDidAppear:(BOOL) theAnimatedFlag > { > NSURL* myMovieFileURL; > AVPlayer*

iOS AVPlayerViewController and AVPlayer Documentation/Help

2017-05-11 Thread Dave
myPlayerViewController.view.frame but this doesn’t seem to work. I found some iOS 6 code that I wrote ages ago which does this, but of course this has changed so much since then….. Any help on this greatly appreciated. All the Best Dave -(void) viewDidAppear:(BOOL) theAnimatedFlag { NSURL

Re: Help Indexing

2017-04-27 Thread Jerome Krinock
> On 2017 Apr 24, at 18:29, Frank D. Engel, Jr. wrote: > > At this point, since it is really only one of these anchors to a page of help > anyway, I am thinking I will rework to name the files what I was previously > calling the anchors and just open the online help in a web br

Re: Help Indexing

2017-04-24 Thread Frank D. Engel, Jr.
Help index seems fine, and I finally tried on a fresh Mac (with a newer OS version at that) and no joy there either. At this point, since it is really only one of these anchors to a page of help anyway, I am thinking I will rework to name the files what I was previously calling the anchors

Re: Help Indexing

2017-04-18 Thread Jerome Krinock
> On 2017 Apr 18, at 01:22, Frank D. Engel, Jr. wrote: > > I switched them to “id"… > > I tried clearing the cache… > > … still no good. Sorry, I forgot to mention that Apple Help can be frustrating. I would try to determine if the .helpindex file which was produce

Re: Help Indexing

2017-04-18 Thread Frank D. Engel, Jr.
I switched them to "id" and this made no difference. I logged "locBookName" and it matches what was used as the CFBundleIdentifier of the help book. I tried clearing the cache as indicated and this made no difference. I then noted that the Apple help on anchors uses &q

Re: Help Indexing

2017-04-17 Thread Jerome Krinock
> On 2017 Apr 14, at 18:17, Frank D. Engel, Jr. wrote: > > In my Help Book, my working anchors use `id` instead of `name`. I forgot why. Example: 2.3.1  Testing Syncing in Smarky >NSLog(@"help: '%@'", what); >NSString *

Re: Help Indexing

2017-04-14 Thread Frank D. Engel, Jr.
Thanks; I managed to clear all of the errors (which took some doing), but the anchors still are not working. As an example, one of my files contains: I added some debugging output to my method: - (void)showHelpAnchor:(NSString *)what { NSLog(@"help: '%@'",

Re: Help Indexing

2017-04-13 Thread Jerome Krinock
> On 2017 Apr 13, at 16:46, Frank D. Engel, Jr. wrote: > > Hi, I am trying to create an Apple Help book … help buttons on the interface > trying to access specific pages using anchors, and these are not working. > > I generated an index using the "hiutil" comman

Help Indexing

2017-04-13 Thread Frank D. Engel, Jr.
Hi, I am trying to create an Apple Help book. It is working if I choose the help option from my application's Help menu, but I have some help buttons on the interface trying to access specific pages using anchors, and these are not working. I generated an index using the "hiuti

Re: Current, preferred way to add help to your Mac app?

2017-04-10 Thread Alastair Houghton
useful: >> >> <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/> > > The help file for iDefrag 5 is very impressive! I really like the clarity of > expression, fonts and font sizes, layout and style of presentation, etc. I > think this is a great example of

Re: Current, preferred way to add help to your Mac app?

2017-04-10 Thread J.E. Schotsman
> On 09 Apr 2017, at 21:00,Alastair Houghton wrote: > > You might find the following article interesting/useful: > > <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/ > <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/>> Interes

Re: Current, preferred way to add help to your Mac app?

2017-04-09 Thread Richard Charles
> On Apr 9, 2017, at 11:55 AM, Alastair Houghton > wrote: > > The documentation isn’t exactly great (at least, the last time I had to use > it). You might find the following article interesting/useful: > > <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2

Re: Current, preferred way to add help to your Mac app?

2017-04-09 Thread Alastair Houghton
On 9 Apr 2017, at 10:31, J.E. Schotsman wrote: > > On 08 Apr 2017, at 21:00,Jeff Szuhay wrote: > >> Nevermind. I found the “Apple Help Programming Guide.” > > Good luck. That’s a weird mix of obsolete and newer API descriptions. The > newer ones don’t work for me.

Re: Current, preferred way to add help to your Mac app?

2017-04-09 Thread J.E. Schotsman
On 08 Apr 2017, at 21:00,Jeff Szuhay wrote: > Nevermind. I found the “Apple Help Programming Guide.” Good luck. That’s a weird mix of obsolete and newer API descriptions. The newer ones don’t work for me. openHelpAnchor:inBook: fails to open help pages for me. Or maybe the Help Indexer

Re: Current, preferred way to add help to your Mac app?

2017-04-07 Thread Jeff Szuhay
Nevermind. I found the “Apple Help Programming Guide.” My apologies for the noise. > On Apr 7, 2017, at 3:37 PM, Jeff Szuhay wrote: > > Andrew Stone wrote this > <http://www.stone.com/The_Cocoa_Files/Help_On_The_Way_.html> > in 2001. Is it still valid? > > What is

Current, preferred way to add help to your Mac app?

2017-04-07 Thread Jeff Szuhay
Andrew Stone wrote this <http://www.stone.com/The_Cocoa_Files/Help_On_The_Way_.html> in 2001. Is it still valid? What is the current, preferred way to add help to your Mac app? Thanks, Jeff Sz. QuarterTil2.com ___ Cocoa-dev mailing list (Coc

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
k! Best P ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lis

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
xperimenting. Best Phil ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/opti

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread Keary Suska
.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
find a solution that’s going to be my only recourse. > > Anyone else got any thoughts? > > > > Best > > > Phil > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin re

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
houghts? Best Phil ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https:/

Re: Some help with NSComparisonPredicate please

2017-02-16 Thread Shane Stanley
On 17 Feb 2017, at 10:54 am, sqwarqDev wrote: > > Still looking for help with this, if anyone’s got any idea? Use LIKE instead of CONTAINS? -- Shane Stanley , ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Some help with NSComparisonPredicate please

2017-02-16 Thread Steve Mills
On Feb 16, 2017, at 17:54, sqwarqDev wrote: > > Still looking for help with this, if anyone’s got any idea? > >> On 15 Feb 2017, at 22:50, sqwarqDev wrote: >> >> Building with Xcode 7.3.1, macOS 10.11.6 >> >> I’m using an NSPredicate with the form:

Re: Some help with NSComparisonPredicate please

2017-02-16 Thread sqwarqDev
Still looking for help with this, if anyone’s got any idea? > On 15 Feb 2017, at 22:50, sqwarqDev wrote: > > Building with Xcode 7.3.1, macOS 10.11.6 > > I’m using an NSPredicate with the form: > > NSString *targetString = @“some string or other”; > NSPredicate *search

Some help with NSComparisonPredicate please

2017-02-15 Thread sqwarqDev
un on 10.7? TIA Phil ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription

Re: Help - Epic Browser SPDY Encrypted Proxy Failing in Sierra

2016-10-08 Thread Jens Alfke
. That my be your problem. —Jens ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/

Help - Epic Browser SPDY Encrypted Proxy Failing in Sierra

2016-10-07 Thread alok
ct the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need some NSComboBox debugging help

2016-08-05 Thread Quincey Morris
he first responder status jumped between controls. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscri

Re: Need some NSComboBox debugging help

2016-08-05 Thread Keary Suska
ill be fine. Not be able to repeat the > issue is the biggest problem. > > My next step to solve this issue will be to catch the popupwillopen > notifications so I can re-set the delegate. > > Does anyone have any ideas on how to solve this issue? There is not much anyone

Need some NSComboBox debugging help

2016-08-04 Thread livinginlosangeles
the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-06 Thread Stevo Brock
duplicating as necessary. Thanks everyone for all your help. -Stevo Brock Sunset Magicwerks, LLC www.sunsetmagicwerks.com 818-478-9758 > On Dec 4, 2015, at 12:12 AM, Roland King wrote: > > >> On 4 Dec 2015, at 16:07, Stevo Brock wrote: >> >> This seems to do

Re: Need Help with Swift

2015-12-04 Thread Roland King
oilà! Everything is working. > > So now to clean things up… > > Thanks guys so much for your help. well that’s just a whole bunch of ugly. Before you get TOO far, try and optimized release build, make sure it doesn’t go optimize that out and break it all again. You know these comp

Re: Need Help with Swift

2015-12-04 Thread Stevo Brock
This seems to do the trick. I wasn’t able to just do ABC.class, as the “.class” wasn’t registered as valid. What I ended up with was a static method on the class, and calling the static method, and voilà! Everything is working. So now to clean things up… Thanks guys so much for your help

Re: Need Help with Swift

2015-12-04 Thread Stevo Brock
ay not do so for the > specialization. Whether the generic specialization is in the class name > string is anybody’s guess. > ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the

Re: Need Help with Swift

2015-12-03 Thread Roland King
ojects which just do SomeClassIWantToLoad.class ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscr

Re: Need Help with Swift

2015-12-03 Thread Quincey Morris
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40m

Re: Need Help with Swift

2015-12-03 Thread Stevo Brock
equests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Roland King
mments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Stevo Brock
ersions > of it actually exist (you can probably dump your binary to see what they are > called, I don’t know the mangled naming convention for generics) > > > > ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Quincey Morris
not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Roland King
dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Stevo Brock
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Need Help with Swift

2015-12-03 Thread Quincey Morris
t. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Need Help with Swift

2015-12-03 Thread Stevo Brock
do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Toolbar Template Image help

2015-09-23 Thread Lee Ann Rucker
__ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40

Re: Toolbar Template Image help

2015-09-23 Thread Jens Alfke
requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Toolbar Template Image help

2015-09-23 Thread Costas Chatzinikolas
. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com

Re: Crash help?

2015-08-20 Thread Michael David Crawford
Assert the validity of all your method parameters. While it can help to assert return results thats less helpful as most return results are later used as input parameters: #import - (void) foo( int *p, int n ) { assert( NULL != p && n > 0 && n < 10 ); ... ret

Re: Crash help?

2015-08-20 Thread Jens Alfke
ans that the receiver of a method-call is a dealloced object. (Enabling Zombies will help track it down.) * The other 1% of the time, it’s a live object that’s been overwritten by a buffer overflow or random heap corruption. (Guard Malloc or, in Xcode 7, the Address Sanitizer, can h

Re: Crash help?

2015-08-20 Thread Shane Stanley
tanley ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/m

Re: Crash help?

2015-08-20 Thread Mike Abdullah
e. Try running your app with zombies enabled, or using Instruments’ zombie tool and see if that narrows it down at all. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Crash help?

2015-08-19 Thread Shane Stanley
mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help understanding Apple's approach in documentation a little better.

2015-08-17 Thread Steve Christensen
work for developers to use, would you leave in all of your private methods forever even if you made radical internal changes, just so that you didn't break a developer who used one of them? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Marco S Hyman
coa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Alex Zavatone
ot for the developer to access. At the least, it's confusing, because the docs say it's not supposed to be there, yet there it is. Fun. Thanks, Ken. Dearly appreciated. - Alex Zavatone ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Ken Thomases
particular case of this general rule. > Is there anything that shows that they are private? Their non-presence in the documentation and headers. Regards, Ken ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or modera

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Mike Abdullah
en, any instance variables that appear in headers are almost always marked as private there, either using @private or a comment, depending on the age of the code. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Alex Zavatone
Is it in Apple's documentation for storyboards but I don't know where to >> look? >> >> If it is, what concept am I missing about understanding Apple's way of >> documenting their classes that would help me better understand how to look >> and where

Re: Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Ken Thomases
change without notice. You can't rely on them in any shipping code. > Is it in Apple's documentation for storyboards but I don't know where to look? > > If it is, what concept am I missing about understanding Apple's way of > documenting their classes that wou

Help understanding Apple's approach in documentation a little better.

2015-08-16 Thread Alex Zavatone
ality and can be launched and disposed of as needed. Naturally, I'm relying on Apple's docs to help me build this and access UIStoryboard properties, methods and set up my little methods to manage this process. So, I look at UIStoryboard.h and the docs and see that there are 3 methods.

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-07 Thread Ken Thomases
pple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-07 Thread Kyle Sluder
AppKitOlderNotes/> (section Auto Layout NSSplitView Improvements) --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsu

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-07 Thread Jens Alfke
adigm. Kind of. I’ve been working intermittently with auto-layout for a few years on smallish projects, but just figuring it out by messing with IB. I had actually not managed to find the full Auto Layout Guide before, and that should help a lot because I’m the type that likes to learn by curling

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Luther Baker
me. Hang in there! It isn't that difficult! Thanks, -Luther > —Jens > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact t

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Jens Alfke
moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Uli Kusterer
gt; constraints. To the scroll view and content view I understand. But the clip view? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Roland King
com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Uli Kusterer
t (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-06 Thread Uli Kusterer
v@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread dangerwillrobinsondanger
et it in code or just return NO from a > getter override. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscriptio

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread dangerwillrobinsondanger
ng list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Roland King
layout originally showed up, I now mostly find it fairly quick to look at my layouts and get a mental picture of how the constraints work. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contac

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Jens Alfke
do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Jens Alfke
ng list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Luther Baker
:] + 470 >> frame #33: 0x7fff956d9312 AppKit`-[NSApplication sendEvent:] + 2504 >> frame #34: 0x7fff95602c68 AppKit`-[NSApplication run] + 711 >> frame #35: 0x7fff9557f354 AppKit`NSApplicationMain + 1832 >> frame #36: 0x00013732 Hops`main(argc=3, argv=0

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread dangerwillrobinsondanger
7fff5fbff930) + > 34 at main.m:12 >frame #37: 0x7fff982285c9 libdyld.dylib`start + 1 > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the l

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Roland King
ps`main(argc=3, argv=0x7fff5fbff930) + > 34 at main.m:12 >frame #37: 0x7fff982285c9 libdyld.dylib`start + 1 > > __ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Jens Alfke
__ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive

Re: Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Graham Cox
re difficult cases possible, rather than the trivial cases annoyingly difficult as well. —Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-de

Help: NSScrollView is resizing its documentView down to (0, 0)

2015-05-05 Thread Jens Alfke
the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com

Re: Help with Swift changes to optionals

2015-04-15 Thread Rick Mann
Xcode's error reporting). Thanks! -- Rick Mann rm...@latencyzero.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)l

Help with Swift changes to optionals

2015-04-15 Thread Rick Mann
yzero.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lis

Re: Help Bundle Trouble...

2015-04-01 Thread Alex Zavatone
o the bundle is in there. On Mar 27, 2015, at 10:39 PM, Peters, Brandon wrote: > Jerry, > > I found the .app bundle in the derived data folder. The help is not making it > into the resources folder for the bundle. > >> On Mar 27, 2015, at 10:20 PM, Peters, Brandon wrote

Re: Help Bundle Trouble...

2015-03-27 Thread Peters, Brandon
Roland/Jerry/others, I got it to work. I had a few strings wrong between my app’s Info.plist and the help book’s Info.plist files. Correcting those solved the issue. Thank you for pointing me in the right direction. > On Mar 28, 2015, at 12:59 AM, Roland King wrote: > > >>

Re: Help Bundle Trouble...

2015-03-27 Thread Roland King
Yes it should be there, that’s where Xcode builds things for debug purposes, should be in a path something like /Users//Library/Developer/Xcode/DerivedData/-/Build/Products/Debug/.app If archiving then that’s different, that it will put in Library/Developer/Archives/… > >> The help i

Re: Help Bundle Trouble...

2015-03-27 Thread Jerry Krinock
> On 2015 Mar 27, at 19:39, Peters, Brandon wrote: > > I found the .app bundle in the derived data folder. It should not be there. Delete it and see if it reappears during the next build. > The help is not making it into the resources folder for the bundle. For something to

Re: Help Bundle Trouble...

2015-03-27 Thread Peters, Brandon
Jerry, I found the .app bundle in the derived data folder. The help is not making it into the resources folder for the bundle. > On Mar 27, 2015, at 10:20 PM, Peters, Brandon wrote: > > Jerry, > > In my project folder I am not seeing my .app bundle (this is embarrassing).

Re: Help Bundle Trouble...

2015-03-27 Thread Peters, Brandon
Jerry, In my project folder I am not seeing my .app bundle (this is embarrassing). > On Mar 27, 2015, at 10:06 PM, Jerry Krinock wrote: > > >> On 2015 Mar 27, at 16:26, Peters, Brandon wrote: >> >> I copied the .help bundle into my project by right-clicking Suppo

Re: Help Bundle Trouble...

2015-03-27 Thread Jerry Krinock
> On 2015 Mar 27, at 16:26, Peters, Brandon wrote: > > I copied the .help bundle into my project by right-clicking Supporting Files > > Add Files to , etc. Yet it seems my application still cannot > find the content. Any pointers from experience? 1. Look inside your

Help Bundle Trouble...

2015-03-27 Thread Peters, Brandon
Hello, I am trying to integrate my help bundle into my application. According to the Help Book Documentation from Apple, I needed to add the following two strings to my Info.plist file, and I did: CFBundleHelpBookFolder ArnoldTransformer.help CFBundleHelpBookName Learn to use Arnold

  1   2   3   4   5   6   7   8   9   10   >