Linking CFBundle with static libraries

2008-12-03 Thread frank
to enable text relocs On seeing this, I added the '-read_only_relocs suppress' CFlag to my build options as the compiler suggested but the error remains. Does anyone know how I might get around this problem? Thanks in advance, Frank __

Re: Linking CFBundle with static libraries

2008-12-04 Thread frank
On 4 Dec 2008, at 05:33, Nick Zitzmann wrote: On Dec 3, 2008, at 7:33 AM, frank wrote: The reason I have elected to use CFBundle is that I require the ability to load and unload plugins and as far as I have seen, this is not possible with NSBundle. See: It doesn't matter; CFBundl

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
? Thanks, Frank+++ ___ 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

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
? Thanks, Frank+++ ___ 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

Xcode 7.2.1 - Apps not running on 10.8 and 10.9

2016-03-15 Thread Frank Bitterlich
advance, Frank+++ ___ 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

[MEET] Chicago CocoaHeads Tuesday Sept. 8

2009-09-08 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, September 8th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Book Report - What's new in Snow Leopard Under the Covers - adjournment to O'Toole's

[MEET] Chicago CocoaHeads / CAWUG Tuesday October 13th

2009-10-13 Thread Bob Frank
Hi All, Sorry for not sending out a reminder email. Our next meeting is tonight. I hope you can make it and it was on your calendar. The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, October 13th, at 7:00 PM at the Apple Store on Michig

[JOB] Mac Software Developer (Cocoa)

2011-11-29 Thread Frank Fenn
/companyinfo/careers/ca/1002006403007.html Frank Fenn Sr. Software Developer @ Sophos, Inc. ___ 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

Distributed Objects communication with a launchd "on-demand" daemon

2009-12-17 Thread Frank Rizzo
am supposed to do with the additional sock file descriptors (filedesc)? I can certainly create NSSocketPorts and then NSConnections with them, but isn't Distributed Objects supposed to do that automatically? Is it even possible to do it for Distributed Objects manually? Thanks in advance for an

Pasteboard file promises under 10.6

2010-01-04 Thread Frank Illenberger
ate method pasteboard:item:provideDataForType: is never called. If I use "public.data" instead of my custom UTI, I get the following output in the console: "Looked for HFSPromises on the pasteboard, but found none" Sadly, the system documentation does not provide

Chicago CocoaHeads/ CAWUG Feb. 9 7:00 @ Apple Store

2010-02-07 Thread Bob Frank
Hi all, The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, February 9th, at 7:00 PM at the Apple Store on Michigan Ave. [sorry for the re-sends ... had some email problems today] Agenda: - My First iPhone App: Keith Alperin

Re: Problem using my own managed object context

2010-02-07 Thread Frank Illenberger
like you under-retain or over-relase your context. Have you tried using Instruments.app to record the retain/release history of the migration context? And by the way: Have you considered switching your app to garbage collection? Cheers Frank Am 08.02.2010 um 00:42 schrieb Gideon King: &g

4th Floor -- Chicago CocoaHeads/ CAWUG Feb. 9 7:00 PM @ Apple Store

2010-02-08 Thread Bob Frank
row and be sending out another email. -Bob On Feb 7, 2010, at 3:45 PM, Bob Frank wrote: Hi all, The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, February 9th, at 7:00 PM at the Apple Store on Michigan Ave. [sorry for the re-sends ..

Snow -- Chicago CocoaHeads/ CAWUG Feb. 9 7:00 PM @ Apple Store

2010-02-09 Thread Bob Frank
eb 8, 2010, at 9:52 PM, Bob Frank wrote: Hi all, A last minute update, the Apple Store might have a conflict on the 2nd floor tomorrow and might be giving us up to the 4th floor for tomorrow night's meeting (nice!). Please check your emails tomorrow and/or ask when you get there.

NSLocale and currency symbols

2010-03-04 Thread Frank Illenberger
? Does anybody know how I might create a locale with a defined currency symbol behavior? Thanks and cheers. Frank ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

[MEET] Chicago CocoaHeads / CAWUG tomorrow 7:00 @ Apple Store

2010-03-08 Thread Bob Frank
Hi all, Chicago CocoaHeads / CAWUG is holding our next meeting Tuesday, March 9th, at 7:00 PM at the Apple Store on Michigan Ave. in the 2nd floor theater. Agenda: - NSConference recap - CoreData Pro & Con - adjournment to O'Toole's When:

Re: Core Data: inverse relationship not updated until next Run Loop

2010-03-11 Thread Frank Illenberger
n accurate or is something wrong? > > Deletes are propagated at the end of he current event, or at save time, > depending how the MOC is configured. But you can call [moc processPendingChanges] directly after the delete to propagate the changes immediately. Frank ___

How heavy is NSLayoutManager?

2009-06-02 Thread Frank Canova
s so it's hard to judge from looking at the header file. Would it be a problem handing out several dozen of them? Cheers, Frank ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comm

[MEET] Chicago CocoaHeads Tuesday July 14th

2009-07-14 Thread Bob Frank
Hi all, Sorry for the late reminder. I sent out the informal reminder last week, but forgot to send this out. The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tonight July 14th, at 7:00 PM at the Apple Store on Michigan Ave. in the 2nd floor Th

NSMutableArray Category as NSComboBoxDataSource?

2009-07-16 Thread Frank DiRocco
I know my use of code punctuation is not per documentation's example, but it's how i parse it best. Thanks to all who read this far ;) Frank Here is what I have: //### DPExtra_NSComboBoxDataSource.h @interface NSMutableArray(DPMutableArrayAdditions) -(NSString *)combo

NSCoder Chicago Reminder Monday Night

2009-07-26 Thread Bob Frank
Reminder: Tomorrow Monday July 27th is NSCoder Chicago at the 4th Floor Michigan Ave. Apple store 6:00 - 9:00 with drinking after. Hope to see you there. Future dates of interest: August 11th 7:00 - 8:00: CocoaHeads / CAWUG Apple Store 2nd floor August 31st 6:00 - 9:00: NSCoder

CoreData: Using to-may relationships in fetch request predicates

2009-08-21 Thread Frank Illenberger
w if there is a way to use the ANY statement with more than one condition? Cheers Frank ___ 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

Re: CoreData: Using to-may relationships in fetch request predicates

2009-08-21 Thread Frank Illenberger
"ANY (employees.salary < %@ AND employees.dateOfBirth > %@)" But it doesn't. Does anybody know if there is a way to use the ANY statement with more than one condition? Are you using the sqlite store type? "ANY" can't be used in a compound predicate (AND) with the sqlite store type. Yes,

Re: CoreData: Using to-may relationships in fetch request predicates

2009-08-21 Thread Frank Illenberger
Am 21.08.2009 um 17:49 schrieb I. Savant: On Aug 21, 2009, at 11:31 AM, Frank Illenberger wrote: Yes, I am using an sqlite store, but I tried it with the other store types and it did not work either. What would a working predicate look like for other store types? I didn't catch

NSCoder Chicag Reminder - Monday Night

2009-08-29 Thread Bob Frank
Reminder: Monday August 31st is NSCoder Chicago at the 4th Floor Michigan Ave. Apple store 6:00 - 9:00 with drinking after. Hope to see you there. Dates of interest: August 31st 6:00 - 9:00: NSCoder Chicago Apple Store 4th floor September 8th 7:00 - 8:00: CocoaHeads / CAWUG Apple St

Debugging a self made Framework

2010-10-25 Thread Frank Gregor
Hello, after hours of searching the web & reading the docs, however I'm unable to debug my framework. I've builded it with "Debug" config and added this builded framework to my project. When I start debugging my project, setting a breakpoint at an object from a class declared in the framework a

Debugging a self made Framework

2010-10-25 Thread Frank Gregor
Hello, after hours of searching the web & reading the docs, however I'm unable to debug my framework. I've builded it with "Debug" config and added this builded framework to my project. When I start debugging my project, setting a breakpoint at an object from a class declared in the framework a

Re: Newbie Question re Allocation & Initialization

2008-05-19 Thread Frank McGeough
The first loop is allocating an object an initializing it with the value of the loop variable (i) multiplied by 3. The second loop is just assigning a pointer to that allocated object. It could have also been written : for (i = 0 i < 10; i++) { NSLog(@"The number at index %d is %@", i,

setAccessoryView question

2008-06-28 Thread Frank Fenn
erely Frank Fenn ___ 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:

Lenient NSNumberFormatters

2008-08-21 Thread Frank Illenberger
om NSNumberFormatter without having to subclass it? Cheers Frank ___ 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

Cocoa application running very slow under 64 bit

2008-09-11 Thread Frank Illenberger
bit. Does anybody know why a 64 bit app could be spending so much time in these methods? Cheers Frank ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: Cocoa application running very slow under 64 bit

2008-09-11 Thread Frank Illenberger
they must get thrown from within the Cocoa frameworks. Is there a way to track this? I added breakpoints at objc_exception_throw and -[NSException initWithName:reason:userInfo:] but they were not hit. Cheers Frank ___ Cocoa-dev mailing list (

Re: Cocoa application running very slow under 64 bit

2008-09-11 Thread Frank Illenberger
Am 11.09.2008 um 14:04 schrieb Jean-Daniel Dupas: Le 11 sept. 08 à 13:01, Frank Illenberger a écrit : Hi there, I migrated an existing cocoa application to run under x86_64 with Xcode 3.1 / Mac OS 10.5.4. The app still runs fine under 32 bit but when started in x86_64 mode, it runs

Re: Cocoa application running very slow under 64 bit

2008-09-11 Thread Frank Illenberger
_NSAppKitLock 1.5%Unknown Library -[NSView nextKeyView] 1.2%Unknown Library -[NSView _primitiveSetNextKeyView:] Am 11.09.2008 um 15:07 schrieb Matt Gough: On 11 Sep 2008, at 14:49, Fr

Re: Cocoa application running very slow under 64 bit

2008-09-11 Thread Frank Illenberger
Am 11.09.2008 um 18:15 schrieb Bill Bumgarner: On Sep 11, 2008, at 8:47 AM, Frank Illenberger wrote: As I understand it, try/catch blocks should be very fast (zero cost) in the 64 bit evironment. As I can't observe the generation of any exceptions, there has to be some other reason fo

MEETING: Chicago CocoaHeads/CAWUG - iPhone SDK (duh! what else this month)

2008-03-07 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, March 11th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Jon on iPhone development - adjournment to O'Toole's

Re: MEETING: Chicago CocoaHeads/CAWUG - iPhone SDK (duh! what else this month)

2008-03-07 Thread Bob Frank
.035156&ie=UTF8&z=16 On Mar 7, 2008, at 11:51 AM, Bob Frank wrote: The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, March 11th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Annou

[Meeting] Chicago CocoaHeads / Cawug - MacRuby

2008-04-07 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, April 8th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Chuck Remes on MacRuby - adjournment to O'Toole's

[Meeting] Chicago CocoaHeads / CAWUG - More WO development with Eclipse

2008-05-12 Thread Bob Frank
Hi All, The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, May 13th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Bob on WO development with Eclipse - CocoaHea

MEETING: Chicago CocoaHeads / CAWUG Tuesday Jan. 13th

2009-01-07 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, January 13th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Special Apple Store Presentation: Jason Fried, founder of 37 Signals - adjournment to O'Toole's

MEETING: Chicago CocoaHeads / CAWUG Tuesday Feb 10th

2009-02-09 Thread Bob Frank
URL) - Bill Westerman & Bob Frank. I will be presenting Bill's research and he will be joining us for a live remote iChat Q&A (iChat permitting). Bill Westerman is a Principal with Create with Context, a strategic design firm that helps companies like Adobe, Panasonic,

Re: CoreData: Fetching object with maximum of property

2008-10-07 Thread Frank Illenberger
Hello Negm-Awad, thanks for helping. The idea with the fetch limit and the descending order solves my problem as I am using a SQLite store. Cheers Frank On Oct 7, 2008, at 2:59 PM, Negm-Awad Amin wrote: In contrast to Bill I think, that this is not possible with predicates. Why? You

CoreData: Fetching object with maximum of property

2008-10-07 Thread Frank Illenberger
Hi everybody, does anybody know if CoreData under Leopard offers a way to fetch the object of an entity which the maximum of a certain property value, but without having to fetch all objects into memory? Cheers Frank ___ Cocoa-dev mailing

Re: CoreData: Fetching object with maximum of property

2008-10-07 Thread Frank Illenberger
Hi Bill, I tried using predicates for this but did not succeed. What would a predicate look like which finds the object of an entity with the maximum value for a property? Frank On Oct 7, 2008, at 1:08 PM, Bill Dudney wrote: Hi Frank, That and a whole lot more; http

Re: CoreData: Fetching object with maximum of property

2008-10-08 Thread Frank Illenberger
Hello Bill, unfortunately, this predicate does not work. The max() function returns the maximum of its comma-separated arguments. For example: max(2,1,5) --> 5 This does not help in the search for a cross-object maximum. Cheers Frank On Oct 8, 2008, at 5:42 AM, Bill Dudney wrote:

MEETING: Chicago CocoaHeads/CAWUG Tuesday Oct 14th

2008-10-13 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, October 14th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Jon on iPhone development A.N. (After NDA) - adjour

MEETING: Chicago CocoaHeads/CAWUG Tuesday November 11th

2008-11-11 Thread Bob Frank
Just a reminder, hope to see you tonight. The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, November 11th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Your first coc

Decomposing an interface into separate nibs

2008-11-19 Thread Frank Wilson
rface builder. This seems a bit ugly to me and makes me think im not doing the right thing. Can anybody advise me on whether this is a sensible way to go about this? Thanks, Frank [1] "Master Detail Interface" - http://developer.apple.com/documentation/Cocoa/Conceptual/Co

Testing components within an application

2008-11-22 Thread Frank Wilson
ould do this by implementing extra build targets but that would mean having several "applications" in the same project. It sounds a bit heavy. Any ideas? Thanks, Frank ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n

[CAWUG] Reminder Meeting Tomorrow

2009-03-09 Thread Bob Frank
7;m new to the group - Apple store at 7pm? On Mon, Mar 9, 2009 at 5:00 PM, Bob Frank wrote: Hi all, Sorry for the late reminder, I've been totaly swamped. Tomorrow I'll be talking about how to optimize your web sites & web apps for the iPhone. -Bob --

Re: Synthesized instance variables

2009-03-12 Thread Frank Illenberger
a way to explicitly declare instance variables in the .m file for the new runtime? Cheers Frank ___ 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: Synthesized instance variables

2009-03-12 Thread Frank Illenberger
the @interface side. Cheers Frank ___ 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 Sub

[MEET] Chicago CocoaHeads / CAWUG Tuesday 4/14

2009-04-10 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group is holding our next meeting Tuesday, April 14th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Dave Dribin's Version Control Shootout - adjournment to O'Toole's When: Tues

Probs with "BetterAuthorizationSample"-code

2009-10-03 Thread Frank W. Tag
s an error message like "cannot start ..." and so on. Than I copied the HelperTool (with root:admin) to the dedicated folder but lanchd has other probs. ... So my idea is to deinstall the whole stuff to clean up and start again from 0. Any ideas? I would be very grateful fo

Re: Probs with "BetterAuthorizationSample"-code

2009-10-17 Thread Frank W. Tag
by myself which provides certain system calls (in better words: it fakes an USB HID). But from time to time the login prompt is presented, obviously after a certain time out, and that is not what I want to see because it disturbs the HID command processing. Thanks a lot again! Frank Am

NSTableView Drag/Drop - Which Column?

2016-07-23 Thread Frank D. Engel, Jr.
Hi, Does anyone know if there is a way to determine which column of an NSTableView something being dragged is dropped onto? I have drag and drop from one table in my application onto a row of another table working, but I would like to know which column of the destination table the source ite

Unusual Conditional Formatting

2016-09-06 Thread Frank D. Engel, Jr.
I am trying to set up what is apparently a somewhat unusual behavior: I have a formatter which I want to behave differently depending on an attribute of the value coming in, and on a user preference that can be toggled in the preference panel. Basically, they are all floating-point values, bu

Re: How to silently use Proxy authentication credentials from Keychain, like Safari, Mail, etc.

2016-09-06 Thread Frank D. Engel, Jr.
The limitation of this approach is that if the proxy settings change, the daemon will be out of sync and you would need to rerun the installer (or some sort of "Fix Proxy Settings Utility") to bring it up to date. On 9/5/2016 15:10, Jens Alfke wrote: One other possibility is: * Installer gets

Re: Unusual Conditional Formatting

2016-09-07 Thread Frank D. Engel, Jr.
Tried adding the suggested KVO code - does not seem to have made a difference. Already had #2 - not sure that #1 is practical in this situation. On 9/7/2016 05:25, Jonathan Mitchell wrote: A couple of suggestions. Here is what I have so far: I used a category on NSNumber to add a "valueType

Re: Unusual Conditional Formatting

2016-09-07 Thread Frank D. Engel, Jr.
I am starting to think as well that I will need to create a new class for my value and type and work it out that way. I will give that a try. Thank you! On 9/7/2016 13:14, David Duncan wrote: On Sep 6, 2016, at 3:10 PM, Frank D. Engel, Jr. wrote: I am trying to set up what is apparently

"Live" NSFetchRequest?

2016-09-17 Thread Frank D. Engel, Jr.
Before I go reinventing the wheel to try to code around this... Is there any way I can set up a "live" NSFetchRequest in a Core Data model, so that is matches against the predicate change (for example, predicate filters on a field, the value of that field changes such that an object suddenly m

PopUp menus in tables

2016-10-03 Thread Frank D. Engel, Jr.
Hi, I have an NSPopupButtonCell in a cell-based table (MacOS X). The table is being fed by an NSArrayController, but the set of items in this particular popup menu is fixed (entered them as NSMenuItem objects within Xcode's Interface Builder). However, I need to enable/disable certain items

Re: PopUp menus in tables

2016-10-04 Thread Frank D. Engel, Jr.
Ok - wasn't aware of that one. I tried it, but sadly get the same results. On 10/3/2016 23:17, Steve Mills wrote: On Oct 3, 2016, at 18:29:34, Frank D. Engel, Jr. wrote: Does anyone know of a way to determine which row of the table the menu is being opened for, rather than the one tha

Re: PopUp menus in tables

2016-10-05 Thread Frank D. Engel, Jr.
have the popup button you clicked on, get the enclosing NSTableRowView and call rowForView: -- Gary L. Wade http://www.garywade.com/ <http://www.garywade.com/> On Oct 4, 2016, at 4:03 PM, Steve Mills wrote: On Oct 4, 2016, at 17:39, Frank D. Engel, Jr. wrote: Ok - wasn't aware of that o

Checkbox Mayhem

2016-12-18 Thread Frank D. Engel, Jr.
Hoping this is something simple that is simply escaping me at the moment... I a view-based table with two columns containing checkboxes. The table has its content property bound to an array controller's arrangedObjects, with that array controller being tied to entities in Core Data. The che

Re: Checkbox Mayhem

2016-12-18 Thread Frank D. Engel, Jr.
have worked on one or two other Core Data projects and I don't remember having to do this before... On 12/18/2016 06:41, Frank D. Engel, Jr. wrote: Hoping this is something simple that is simply escaping me at the moment... I a view-based table with two columns containing checkboxes. The

Re: Checkbox Mayhem

2016-12-18 Thread Frank D. Engel, Jr.
Dec 18, 2016, at 5:50 AM, Frank D. Engel, Jr. wrote: My guess is that for some reason the @synthesize methods are not calling "willChangeValueForKey" and the like - why would that be the case? I have worked on one or two other Core Data projects and I don't remember having to

Re: NSBrowser Frustration

2015-03-07 Thread Frank D. Engel, Jr.
for any confusion! On 3/7/2015 12:39, Frank D. Engel, Jr. wrote: I have an NSBrowser class which has at most two columns; it is populated from a core data store. If I delete an object from the core data store that is from the first column of the browser, I can send loadColumnZero to the browser

Re: Inserting a task into the run loop

2015-03-26 Thread Frank D. Engel, Jr.
I think you might be able to use this: [object performSelectorOnMainThread:(SEL)aSelector withObject:nil waitUntilDone:NO]; If I am interpreting the behavior of that call correctly, you would need to call that once to get it started, then at the

Questions about NSPopupButtonCell and NSBrowser

2015-06-03 Thread Frank D. Engel, Jr.
I have two questions I'm hoping I can get some advice on... First the complicated one: I have an NSTableView (cell-based) in which I am trying to rig two columns with NSPopupButtonCell - the selection in the first one determines the possible values of the second. This is part of a document

Re: Questions about NSPopupButtonCell and NSBrowser

2015-06-03 Thread Frank D. Engel, Jr.
force the redraw and landed here but it still is not working consistently. - (void)setImage:(NSImage *)newImage { //[newImage retain]; //[img release]; img = newImage; [[self controlView] setNeedsDisplay:YES]; } On 6/3/2015 19:39, Graham Cox wrote: On 4 Jun 2015, at 7:29 am,

Re: Questions about NSPopupButtonCell and NSBrowser

2015-06-03 Thread Frank D. Engel, Jr.
for something? That might explain the behavior I am seeing, and may be a sensible optimization in most cases, but in this instance it is not very helpful for my particular application. On 6/3/2015 19:52, Frank D. Engel, Jr. wrote: I based my code on one of Apple's examples and had tried usi

Re: Questions about NSPopupButtonCell and NSBrowser

2015-06-04 Thread Frank D. Engel, Jr.
On 6/3/2015 20:29, Graham Cox wrote: On 4 Jun 2015, at 10:20 am, Frank D. Engel, Jr. wrote: I am wondering if the browser is actually caching an image of the cells in the second column when I switch away, then just displaying that without actually recreating the cells in the second column

Re: Questions about NSPopupButtonCell and NSBrowser

2015-06-04 Thread Frank D. Engel, Jr.
On 6/4/2015 18:43, Graham Cox wrote: On 5 Jun 2015, at 6:38 am, Frank D. Engel, Jr. wrote: On 6/3/2015 20:29, Graham Cox wrote: On 4 Jun 2015, at 10:20 am, Frank D. Engel, Jr. wrote: I am wondering if the browser is actually caching an image of the cells in the second column when I

Re: Questions about NSPopupButtonCell and NSBrowser

2015-06-04 Thread Frank D. Engel, Jr.
On 6/4/2015 19:39, Graham Cox wrote: On 5 Jun 2015, at 9:19 am, Frank D. Engel, Jr. wrote: - (void)browser:(NSBrowser *)browser willDisplayCell:(MyBrowserCell *)cell atRow:(NSInteger)row column:(NSInteger)column { // Find the item and set the image. WhateverObject *c = [browser

Re: Questions about NSPopupButtonCell and NSBrowser

2015-07-19 Thread Frank D. Engel, Jr.
In case anyone else is struggling with popup button cells like I was, I did finally get this to work - though the solution looks a bit strange it definitely seems to be giving me the behavior I wanted. Short version: there are two entities defined (Core Data) and there is a one-to-many relat

NSTextView - "Image Editing"?

2009-07-27 Thread Frank D. Engel, Jr.
uld use the "Image Edit" panel within an NSTextView? I can't seem to find that anywhere, but Pages, for example, seems to do something very similar to that... Thank you! --- Frank D. Engel, Jr. $ ln -s /usr/share/kjvbi

Pop-up Panels?

2009-07-27 Thread Frank D. Engel, Jr.
n someone point me to something that might help with this? Thank you! --- Frank D. Engel, Jr. $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gav

Core Data Bindings Issue

2010-08-18 Thread Frank D. Engel, Jr.
has the field defined as: @property float someField; ------- Frank D. Engel, Jr. $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only beg

Re: Core Data Bindings Issue

2010-08-19 Thread Frank D. Engel, Jr.
explicitly.) See "Custom Implementation" in: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CoreData/Articles/cdAccessorMethods.html#/ /apple_ref/doc/uid/TP40002154-SW1 --- Frank D. Engel, Jr. $ ln -

Drag Tabs, Custom Colors

2008-11-11 Thread Frank D. Engel, Jr.
ols in order to get this? Any input or suggestions/pointers would be appreciated... --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" Joh

Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
this? I did check "Continuously Updates Value" for the column's binding, but that seems to make no difference. Thank you for any advice on this! --- Frank D. Engel, Jr. $ ln -s /usr/share/kjvbible /usr/manual $

Re: Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
I'll take a look at that, thank you! On Mar 18, 2009, at 8:52 PM, Steven Riggs wrote: Hey Frank, I have a sample project that stores dictionary objects in user defaults with no code. Check it out: http://idisk.mac.com/steven.riggs-Public?view=web DictionaryInDefaults.zip I hope it

Re: Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
this! Thank you!!! On Mar 18, 2009, at 9:25 PM, Frank D. Engel, Jr. wrote: I'll take a look at that, thank you! On Mar 18, 2009, at 8:52 PM, Steven Riggs wrote: Hey Frank, I have a sample project that stores dictionary objects in user defaults with no code. Check it out:

Menu Item Shortcuts Without Menu Items?

2017-03-13 Thread Frank D. Engel, Jr.
I need to create the equivalent of a menu item shortcut, but without the menu item... or, to assign two different shortcuts to the same menu item. More precisely: I have a menu item with a shortcut of Command+L. I need Command+Shift+L to do exactly the same thing, but it doesn't look right hav

Re: Menu Item Shortcuts Without Menu Items?

2017-03-17 Thread Frank D. Engel, Jr.
nt with the possible limitation described. On 3/16/2017 16:12, Kyle Sluder wrote: On Mon, Mar 13, 2017, at 04:50 PM, Ken Thomases wrote: On Mar 13, 2017, at 5:12 PM, Frank D. Engel, Jr. wrote: I need to create the equivalent of a menu item shortcut, but without the menu item... or, to assign two di

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 "hiutil" command, and

Re: Help Indexing

2017-04-14 Thread Frank D. Engel, Jr.
On 4/13/2017 21:53, Jerome Krinock wrote: 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

Re: Help Indexing

2017-04-18 Thread Frank D. Engel, Jr.
uot;name" and that I have looked at other (working) help books that use "name" so tried switching them back and clearing the cache again, still no good. On 4/17/2017 10:28, Jerome Krinock wrote: On 2017 Apr 14, at 18:17, Frank D. Engel, Jr. wrote: In my Help Book, my workin

Re: Help Indexing

2017-04-24 Thread Frank D. Engel, Jr.
and just open the online help in a web browser, maybe an embedded one in a custom window, to bypass this entire mess. Such an ill-behaved help system is not befitting of Apple. On 4/18/2017 16:03, Jerome Krinock wrote: On 2017 Apr 18, at 01:22, Frank D. Engel, Jr. wrote: I switched them to

Re: Are runtimes of system objects dynamic/SDK dependent/whatever?

2022-06-14 Thread Frank D. Engel, Jr. via Cocoa-dev
/System/Library/Frameworks/AppKit.framework On 6/14/22 3:29 PM, Aandi Inston via Cocoa-dev wrote: I'm trying to understand how Mac OS X actually implements the predefined objects like NSApplication. Not in detail by function, but where the code lives. This is by way of understanding what happen