RE: generation of software license keys

2009-06-08 Thread Jon C. Munson II
, especially since 'twas already done in a nice, neat package. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his@lists.apple.com] On Behalf Of Matthew Delves Sent: Monday, June 08

RE: Adding records to a child entity

2009-05-13 Thread Jon C. Munson II
. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his@lists.apple.com] On Behalf Of Jon C. Munson II Sent: Wednesday, May 13, 2009 10:55 AM To: cocoa-dev@lists.apple.com Subject: RE: Adding records to a child

RE: Core Data Suddenly Losing Changes

2009-04-27 Thread Jon C. Munson II
Namaste! Well, if all you've done is bind controls, does unbinding the changed controls fix the issue (do your bound controls function properly is a good follow-on)? If not, then I'd suggest binding isn't the problem... Peace, Love, and Light, /s/ Jon C. Munson II -Original Message

SQLite 3 crash report - debugging help needed

2009-04-17 Thread Jon C. Munson II
on my development machine that will allow me to track it down. In short, it seems to just happen. Anyone have any idea how to address this problem??? Thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa

RE: Creating an ordered list for combo-box content from a Core Data entity attribute

2009-04-08 Thread Jon C. Munson II
question might be, what is the keyPath if it isn't the attribute name? Thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Wednesday, April 08, 2009 5:05 PM To: jmun...@his.com Cc: Cocoa Developers Subject

RE: Creating an ordered list for combo-box content from a Core Data entity attribute

2009-04-08 Thread Jon C. Munson II
question is whether this is a proper way to do this. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Wednesday, April 08, 2009 6:46 PM To: jmun...@his.com Cc: 'Cocoa Developers' Subject: Re: Creating an ordered list

Core data migration question

2009-04-07 Thread Jon C. Munson II
in the application's life cycle. So, my question is: is it better to create (start with) a versioned model to better facilitate the probable incidence of migration to a newer model later?  Thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II

RE: [Q] auto-incrementing integer attribute in awakeFromInsert

2009-04-06 Thread Jon C. Munson II
the two actions together. This could be a major headache if an add causes all kinds of child-adds too. Any reason why I shouldn't file an enhancement request? Peace, Love, and Light,   /s/ Jon C. Munson II -Original Message- From: Sean McBride [mailto:s...@rogue-research.com] Sent

RE: [Q] auto-incrementing integer attribute in awakeFromInsert

2009-04-06 Thread Jon C. Munson II
for that! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Sean McBride [mailto:s...@rogue-research.com] Sent: Monday, April 06, 2009 3:19 PM To: jmun...@his.com; 'Cocoa Developers' Subject: Re: [Q] auto-incrementing integer attribute in awakeFromInsert On 4/6/09 2:10 PM

[Q] using a custom formatter via IB

2009-04-03 Thread Jon C. Munson II
! Peace, Love, and Light, /s/ Jon C. Munson II ___ 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

RE: [Q] using a custom formatter via IB

2009-04-03 Thread Jon C. Munson II
On Fri, Apr 3, 2009 at 10:43 AM, Jon C. Munson II jmun...@his.com wrote: To create this formatter for use in IB, should I go the route of a plug- in? Yes. If you want to be able to set this at design time, you should create an IB plugin containing this formatter. [Jon C. Munson II

IB Plugin help

2009-04-03 Thread Jon C. Munson II
. Is there an example of how to make a plug-in of this type? Is it possible to examine either NSDateFormatter or NSNumberFormatter to see how that was done? If so, where may I find them? Thanks!  Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev

RE: IB Plugin help

2009-04-03 Thread Jon C. Munson II
, and Light, /s/ Jon C. Munson II ___ 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

RE: How to synchronize two managedObjectContexts...

2009-04-02 Thread Jon C. Munson II
, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his@lists.apple.com] On Behalf Of Jon C. Munson II Sent: Wednesday, April 01, 2009 4:29 PM To: 'Cocoa Developers' Subject: How to synchronize two

Printing/reports?

2009-04-02 Thread Jon C. Munson II
ReportWellOEM product, but it doesn't quite work the way I'd like it to and it does have a price that may prove more than we can ultimately afford. Thanks for any advice in this area! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list

RE: Printing/reports?

2009-04-02 Thread Jon C. Munson II
Namaste! OK, I'll give that a look-see as well. Thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Thursday, April 02, 2009 11:26 AM To: jmun...@his.com Cc: Cocoa Developers Subject: Re: Printing

How to synchronize two managedObjectContexts...

2009-04-01 Thread Jon C. Munson II
implementation (where does that go, etc.). So, I'm not sure where to go with this - I could use a good example or better explanation. Many thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev

RE: Implementing a many-to-many (reflexive) relationship using bindings and an NSTableView

2009-03-26 Thread Jon C. Munson II
[Jon C. Munson II]  OK.  Benjamin Stiglitz responded suggesting I take a look at the ToManyCheckbox example on mmalc's page, so I'll do that and see if that clarifies things.  Also, I noticed in the iClass example that code is used to support the relationship and so on.  Is that the recommended

RE: Implementing a many-to-many (reflexive) relationship using bindings and an NSTableView

2009-03-26 Thread Jon C. Munson II
management is instead accomplished via code (through NSSets and so on as per mmalc's example). Is this correct thinking? Thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his

Implementing a many-to-many (reflexive) relationship using bindings and an NSTableView

2009-03-25 Thread Jon C. Munson II
possible to use bindings, is there a discrete example somewhere that someone could point me to that shows how to set this up? Many thanks in advance? Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

RE: Implementing a many-to-many (reflexive) relationship using bindings and an NSTableView

2009-03-25 Thread Jon C. Munson II
On Mar 25, 2009, at 7:47 AM, Jon C. Munson II wrote: Two entities, one named A, the other named B. A and B have a reflexive relationship with each other (that would be a many-to-many type). The backend is a SQLite store (not that it should matter). To be clear, a reflexive

RE: [Q] auto-incrementing integer attribute in awakeFromInsert

2009-03-19 Thread Jon C. Munson II
! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Sean McBride [mailto:s...@rogue-research.com] Sent: Wednesday, March 18, 2009 12:17 PM To: jmun...@his.com; 'Cocoa Developers' Subject: Re: [Q] auto-incrementing integer attribute in awakeFromInsert On 3/18/09

RE: [Q] auto-incrementing integer attribute in awakeFromInsert

2009-03-19 Thread Jon C. Munson II
. Thanks to mmalc for posting the original reply (referenced above) which provided the template I was looking for. Peace, Love, and Light,   /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his

[Q] auto-incrementing integer attribute in awakeFromInsert

2009-03-18 Thread Jon C. Munson II
way? Many thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ 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: Populating a new SQLite Core Data store with default data

2009-02-26 Thread Jon C. Munson II
is that the type declarations have confused the compiler. You ought to be doing: MySubclass *someObject = [NSEntityDescription insert...]; - Ben [Jon C. Munson II] And, yes, that is exactly what I ended up doing: Declared @class someEntityClass in .h file. Added #import someEntityClass.h in .m

RE: [Q] What causes an NSArrayController to know that an entity was inserted via a different window?

2009-02-25 Thread Jon C. Munson II
better. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his@lists.apple.com] On Behalf Of Michael Ash Sent: Tuesday, February 24, 2009 9:12 PM To: cocoa-dev Subject: Re: [Q

RE: [Q] What causes an NSArrayController to know that an entity was inserted via a different window?

2009-02-25 Thread Jon C. Munson II
Thanks for that, I will take a look at it, and study it, and study it some more... Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Wednesday, February 25, 2009 10:36 AM To: jmun...@his.com Cc: cocoa-dev

[Q] SQLite corruption issue[?] and how to avoid[?]

2009-02-25 Thread Jon C. Munson II
in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ 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

[Q] What causes an NSArrayController to know that an entity was inserted via a different window?

2009-02-24 Thread Jon C. Munson II
- it isn't based on that same array controller however. So, my question is, how is the array controller receiving notification of the newly added records so that I can, hopefully, do the same with my custom view? Any advice appreciated and many thanks in advance! Peace, Love, and Light, /s/ Jon C

RE: [Q] What causes an NSArrayController to know that an entity was inserted via a different window?

2009-02-24 Thread Jon C. Munson II
other KVC/KVO-compliant object. This is explained [Jon C. Munson II] With regards to the dox, and I'm not being grumpy or short when saying this, if, situationally speaking, these things were *explicitly* explained (and not just conceptually explained), I'd probably have a better time of it. I'm

RE: [Q] What causes an NSArrayController to know that an entity was inserted via a different window?

2009-02-24 Thread Jon C. Munson II
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(managedObjectContextUpdatedNotification:) name:NSManagedObjectContextObjectsDidChangeNotification object:[self managedObjectContext]]; [Jon C. Munson II] This is the method I ended up implementing

[Q] Re: NSPersistentStore -addPersistentStoreWithType

2009-02-23 Thread Jon C. Munson II
to actually look for it, etc., first? If the latter, would checking for the file on disk be better than obtaining a record count from an entity? Many thanks in advance!!! :D Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
[NSManagedObjectContext save:] is called, those objects are then committed to the store. Many thanks to Jerry Krinock for confirming that and fleshing out my understanding. Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
/CoreData/Articl es/cdUsingMOs.html#//apple_ref/doc/uid/TP40001803 [Jon C. Munson II] The documentation states the following: You can also use key-value coding (KVC) to get or set the value of a simple attribute as illustrated in the following code fragment. It then goes on to say: Using KVC

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
: http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articl es/cdAccessorMethods.html [Jon C. Munson II] Here's what I tried: NSManagedObject *someObject = [NSEntityDescription insert...]; someObject.attribute = @; and also: NSManagedObject *someObject

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
On Feb 23, 2009, at 11:09 AM, Jon C. Munson II wrote: Feel free to show me the correct way as I don't see it in the dox. http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articl es/cdUsingMOs.html [Jon C. Munson II] Again, feel free to show me the correct way

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
Ahh, I see...I did think that's what he meant, but I needed further clarification. I'll give that a shot... Thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Monday, February 23, 2009 2:29 PM To: jmun

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
I meant: [(MyClassyClass *)obj doSomethingSpecificToMyClassyClass] The cast needs to be applied to the pointer - obj - and not to the returned value (outside the [ ] square brackets). -- I.S. [Jon C. Munson II] That made a difference. I took your literal word originally

RE: Populating a new SQLite Core Data store with default data

2009-02-23 Thread Jon C. Munson II
. If that's not good, do let me know. Thanks for all the answers and input! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Populating a new SQLite Core Data store with default data

2009-02-20 Thread Jon C. Munson II
advice!!! Peace, Love, and Light, /s/ Jon C. Munson II ___ 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

RE: Want to display different views of files/folders (Icon view, list view, thumbnail view ) in the Application Window

2009-02-20 Thread Jon C. Munson II
to go with the cover flow, see here: http://sunflower.coleharbour.ca/cocoamondo/category/core-animation/ HTH! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev- bounces+jmunson=his

RE: Populating a new SQLite Core Data store with default data

2009-02-20 Thread Jon C. Munson II
All your questions are answered in the documentation. [Jon C. Munson II] No, they aren't. The specific questions relative to the specific methods are generally answered in the documentation (which I consulted before I posted originally). Additionally, the section on Creating and Deleting

RE: Populating a new SQLite Core Data store with default data

2009-02-20 Thread Jon C. Munson II
In the documentation. [Jon C. Munson II] The documentation I read through, which includes the prior link + the API reference + a couple samples on the various class methods weren't enough to answer my questions. So, my OP stands and remains unanswered

what to do with MAC address...

2009-02-19 Thread Jon C. Munson II
- is that correct? If so, how do I do that (as simple as obtaining the character codes?)? I know that may be a noob question, but I'm not usually delving into the lower levels of such stuff so I don't remember - sorry! Thanks!!! Peace, Love, and Light, /s/ Jon C. Munson II

RE: what to do with MAC address...

2009-02-19 Thread Jon C. Munson II
Beautiful!! Sweet!! Thanks, that's exactly what I needed. Peace, Love, and Light, Jon C. Munson II From: Volker in Lists [mailto:volker_li...@ecoobs.de] Sent: Thursday, February 19, 2009 1:43 PM To: jmun...@his.com Cc: cocoa-dev@lists.apple.com Subject: Re: what to do with MAC

Attempting to get distinct values from an entity's attribute

2009-02-17 Thread Jon C. Munson II
a suggestion for an efficient manner of addressing my issue. If anyone wouldn't mind setting me straight on this, I'd appreciate it. Many thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

RE: Attempting to get distinct values from an entity's attribute

2009-02-17 Thread Jon C. Munson II
Doh! The one permutation I DIDN'T try was: @distinctUnionOfObjects. I incorrectly reported that I did... And that, fixed that... Sorry for the noise!!! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com

Retrieving the distinct values of an attribute for a Core Data entity

2009-02-13 Thread Jon C. Munson II
column FROM table GROUP BY column; How is this accomplished in the Core Data context? Many thanks in advance!  Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

RE: Retrieving the distinct values of an attribute for a Core Data entity

2009-02-13 Thread Jon C. Munson II
Namaste! Yes, 'twas and is indeed. That, I believe answers my question. Many thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Friday, February 13, 2009 2:08 PM To: jmun...@his.com Cc: Cocoa-Dev List

RE: How resize a button or label to fit its content (at runtime)?

2009-02-11 Thread Jon C. Munson II
AppKiDo is indeed a very cool tool. Although I haven't used it overly much, I do appreciate its usefulness. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: I. Savant [mailto:idiotsavant2...@gmail.com] Sent: Wednesday, February 11, 2009 10:04 AM To: jmun

RE: Communication between objects

2009-02-11 Thread Jon C. Munson II
the header from ModelObject2 in your ModelObject1 code, and declare an instance variable for ModelObject2 in your ModelObject1 code. Repeat for the other object. Something like that anyway. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces

RE: NSTableView Popup Column issue

2009-02-09 Thread Jon C. Munson II
an intermediary entity. Did that. After a solid ten minutes of directed effort, I had a working app. Without an intermediate entity. [Jon C. Munson II] Great! Then please post your sample to your website so the rest of us can benefit. I don't believe there's a sample from Apple that covers

Question regarding nullified relationship objects

2009-02-09 Thread Jon C. Munson II
completely deleted, or is it left as garbage that is later cleaned up, or is left and later re-filled? Thanks! Peace, Love, and Light, /s/ Jon C. Munson II P.S. Thanks to mmalc for posting a comment in another post that led me to the Relationship Delete Rules section of the documentation

RE: NSTableView Popup Column issue

2009-02-09 Thread Jon C. Munson II
and noticed that there was a Content binding in place (which was really low on the list and not easily spotted as it wasn't expanded). Removing that fixed my problem. I don't remember putting it there, but must have at some point... Peace, Love, and Light, /s/ Jon C. Munson II

RE: Question regarding nullified relationship objects

2009-02-09 Thread Jon C. Munson II
is that there isn't anything left hanging around with which to bother. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Ben Trumbull [mailto:trumb...@apple.com] Sent: Monday, February 09, 2009 3:15 PM To: Jon C. Munson II Cc: Cocoa Developers Subject: re

NSTableView Popup Column issue

2009-02-06 Thread Jon C. Munson II
or how to track this down as I've reached the end of my ability to find the error. Many thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

RE: NSTableView Popup Column issue

2009-02-06 Thread Jon C. Munson II
Namaste! Well, using selection didn't work (now that I've had an opportunity to test it). It definitely needs to be arrangedObjects (or something similar). So, it isn't that. Anyone have any further clues as to why this may be going on? Peace, Love, and Light, /s/ Jon C. Munson II

NSArrayController won't add, and delete removes both the record selectable item

2009-02-06 Thread Jon C. Munson II
, it not only deletes the tblPattern_Needle record, but also deletes the tblNeedle record (which is not the desired behavior). Is this due to the Cascade setting on the relationship? Thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II

RE: Report writer for Cocoa?

2009-01-16 Thread Jon C. Munson II
available. However, that doesn't seem to be the case. Doesn't mean there isn't anything out there, just means they're harder to find or highly specialized. Thanks, guys, for all the answers so far - I appreciate it! Peace, Love, and Light, /s/ Jon C. Munson II P.S. Regarding an Access port

RE: Report writer for Cocoa?

2009-01-16 Thread Jon C. Munson II
Namaste! Thanks for that. I am in contact with them and am working on getting a working demo. I have to admit, that, at first blush, the licensing cost seems a bit steep - we're still considering it despite. It does look promising though. Peace, Love, and Light,   /s/ Jon C. Munson II

RE: Report writer for Cocoa?

2009-01-15 Thread Jon C. Munson II
want to do that others may have done that would save me a little time/frustration. Jim: Do you have, or know of, any examples of doing things that way? Don't worry, I'm reading through the webkit dox to gain an understanding of things. Thanks again! Peace, Love, and Light, /s/ Jon C. Munson II

Report writer for Cocoa?

2009-01-14 Thread Jon C. Munson II
with child details too. Many thanks in advance (and I hope this isn't a Help Vampire question)!!! Peace, Love, and Light, /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

RE: debugging hard-to-locate error in NSApplication delegate

2009-01-12 Thread Jon C. Munson II
, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev-bounces+jmunson=his@lists.apple.com] On Behalf Of Michael Ash Sent: Monday, January 12, 2009 11:24 AM To: Cocoa Developers Subject: Re: debugging hard

RE: Disabled button looks like enabled

2009-01-12 Thread Jon C. Munson II
, the accomplishment question was asked in the general sense, not the specific sense. That way the gurus can possibly provide you with a better way. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev

RE: Disabled button looks like enabled

2009-01-12 Thread Jon C. Munson II
Yes, it is still an NSButton (or equivalent) after all. Enabled/Disabled is simply a state/property of the button. Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: cocoa-dev-bounces+jmunson=his@lists.apple.com [mailto:cocoa-dev-bounces+jmunson=his

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
anything up on that yet. Is there a better way? Let me put it this way: could there possibly be a worse way? [Jon C. Munson II] Yes, there is a better way. I found it later (as you point out below). And there most certainly could be a worse way. This is nuts. [Jon C. Munson II] I thought so

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
On 7 Jan 2009, at 12:18 am, Jon C. Munson II wrote: 1. When is didClickTableColumn actually called? Is it after the table does its stuff, including setting the sort descriptors, or just prior to that? This is not the method you want. You want the NSTableDataSource method: - (void

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
miss something? Based on what I see, I think the sortDescriptors aren't even being used when the column sort happens...or is that wrong thinking? Thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Jon C. Munson II [mailto:jmun...@his.com] Sent

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
or does doing so create unnecessary overhead? Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Andy Lee [mailto:ag...@mac.com] Sent: Tuesday, January 06, 2009 2:31 PM To: jmun...@his.com Cc: 'Graham Cox'; 'cocoa dev' Subject: Re: Table sort image question On Jan 6

NSNoSelectionMarker example?

2008-12-19 Thread Jon C. Munson II
NSNoSelectionMarker. Thanks in advance!  Peace, Love, and Light, /s/ Jon C. Munson II ___ 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

Implementing a record counter (record n of records)

2008-12-18 Thread Jon C. Munson II
to implement a record counter? Or, what is the correct key value binding for Value1? Thanks in advance! Peace, Love, and Light,   /s/ Jon C. Munson II ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

RE: Implementing a record counter (record n of records)

2008-12-18 Thread Jon C. Munson II
Thanks alot, that worked out well as far as a single value goes. :) How does one create a value transformer for multiple values? Do you need to write a transformer for each value in the chain, etc.? Thanks again! Peace, Love, and Light,  / s/ Jon C. Munson II -Original Message- From

[SOLVED] RE: Determining unreleased objects after Quit

2008-12-04 Thread Jon C. Munson II
Just to close the thread... This problem resolved itself. I didn't do nothing... I suspect kaboshed bindings in a window/form. Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible. [Mark

Determining unreleased objects after Quit

2008-12-03 Thread Jon C. Munson II
Namaste! In my application, when I choose File-Quit, the application appears to terminate. HOWEVER, it doesn't. SOMETHING(s) is(are) left unreleased. Is there a handy way to determine what the object(s) is(are)?  Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith

FW: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
I’d like to know to which column (in human terms) this error refers.  I checked my stuff, can’t see the issue right off.  Everything seems to work fine as well. Can anyone shed any light? Thanks! Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible. [Mark 10:27; KJV] I sign Peace, Love, and Light for at least two reasons.  First, it is my truest desire for this planet and her people to live in Peace

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
I used the then-current hex vals. Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible. [Mark 10:27; KJV] I sign Peace, Love, and Light for at least two reasons.  First, it is my truest

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
this environment...(used to the Dark Side :) ). Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible. [Mark 10:27; KJV] I sign Peace, Love, and Light for at least two reasons.  First, it is my truest

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
. Thanks for the help! Peace, Love, and Light,   Jon C. Munson II And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible. [Mark 10:27; KJV] I sign Peace, Love, and Light for at least two reasons.  First, it is my truest desire for this planet

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
OK, figured out where the rogue value came from. Prior to my having placed a popup in the cell I had a value binding for the base cell. Now I know to remove those prior to dropping other cell types in, or, better, yet, don't bind until I have to...:) Peace, Love, and Light,   Jon C. Munson II