RE: generation of software license keys

2009-06-08 Thread Jon C. Munson II
th the headache, 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 Matthe

RE: Adding records to a child entity

2009-05-13 Thread Jon C. Munson II
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, May 13, 2009 10:55 AM > To: cocoa-dev@lists.apple.com > Subject:

RE: Adding records to a child entity

2009-05-13 Thread Jon C. Munson II
x27;t have an issue there. I believe because A is created at that moment and is therefore "true." My guess is there's something about the object (the term "proxy" is coming to mind) that isn't quite right or needs to be transformed/cast somehow... Again, any help

RE: Programmatic access to NSSearchField's Display Name?

2009-05-07 Thread Jon C. Munson II
? Guess I'll start with that... 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....@lists.apple.com] On Behalf Of Jon C. Munson II > Sent: Thursd

RE: Programmatic access to NSSearchField's Display Name?

2009-05-07 Thread Jon C. Munson II
of the search field. Peace, Love, and Light, /s/ Jon C. Munson II > -Original Message- > From: jonat...@mugginsoft.com [mailto:jonat...@mugginsoft.com] > Sent: Thursday, May 07, 2009 3:14 AM > To: jmun...@his.com > Cc: cocoa-dev@lists.apple.com > Subject: Re: Programmatic

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 > ---

SQLite 3 crash report - debugging help needed

2009-04-17 Thread Jon C. Munson II
or does it occur anywhere 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

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

2009-04-08 Thread Jon C. Munson II
ork. Last 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 Develope

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

2009-04-08 Thread Jon C. Munson II
Namaste! I answered my own question: @"" This sorts properly. Now, for a follow-on, is there anything wrong with using that and binding the content/content values in the combo box to solely "arrangedObjects" ? Thanks!!! Peace, Love, and Light, /s/ Jon C. Munson II >

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

2009-04-08 Thread Jon C. Munson II
ler in this case via sort descriptor? Better 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

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

2009-04-08 Thread Jon C. Munson II
IBOutlet to it. Is the only way to iterate through the set of objects in that arraycontroller as stated by the summary in order to accomplish my goal? I did find and read Jerry Krinock's radar on this issue (at least it appears to be similar). I'm having trouble locating a relevant sample. Th

Core data migration question

2009-04-07 Thread Jon C. Munson II
osed to later 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 Lig

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

2009-04-06 Thread Jon C. Munson II
s 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 int

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

2009-04-06 Thread Jon C. Munson II
custom Undo/Redo code everywhere just to bundle 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- >

RE: IB Plugin help

2009-04-06 Thread Jon C. Munson II
Hi Jon, Here are my responses to your responses to my responses :): [1] INSTALLING THE PLUGIN [Jon C. Munson II] Thank you for all this information. I'll chew on it for a bit since there is quite a lot said herein. [2] THE PLUGIN AND FRAMEWORK IDENTIFIERS [Jon C. Munson II]

RE: IB Plugin help

2009-04-03 Thread Jon C. Munson II
; (a book), and then to "Objects" (another book). What am I missing??? Thanks! 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

IB Plugin help

2009-04-03 Thread Jon C. Munson II
subclass. 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 __

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 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.

[Q] using a custom formatter via IB

2009-04-03 Thread Jon C. Munson II
e on any sort of text field! 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

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 Deve

Printing/reports?

2009-04-02 Thread Jon C. Munson II
DrawWell's 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 __

RE: How to synchronize two managedObjectContexts...

2009-04-02 Thread Jon C. Munson II
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 Jon C. Munson II > Sent: Wednesday, April 01, 2009 4:29 PM > To: 'Cocoa Developers'

How to synchronize two managedObjectContexts...

2009-04-01 Thread Jon C. Munson II
llow), however, I could not find a complete example of its 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 ___

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

2009-03-26 Thread Jon C. Munson II
join table. The relationship 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

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 r

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 sh

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

2009-03-25 Thread Jon C. Munson II
possible to use bindings solely? If it isn't 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 ___

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

2009-03-19 Thread Jon C. Munson II
onderfully. 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- >

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

2009-03-19 Thread Jon C. Munson II
ds doing... Many thanks in advance! 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

2009-03-18 Thread Jon C. Munson II
esolve the two-row error, or, is there a better 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. Conta

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

2009-02-26 Thread Jon C. Munson II
el -> Copy ObjC 2.0 > Method Declarations to Clipboard will do all the heavy lifting if you > add new properties to your entity. Just select the properties in the > data model you want property declaration for. > > The only confusion here is that the type declarations have confused

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

2009-02-25 Thread Jon C. Munson II
of doing that, I'd appreciate knowing about it. 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. Co

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 >

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
7;ll endeavor to do 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 P

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. Muns

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
y > controller is observing the MOC as opposed to some other keypath of > some 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

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

2009-02-24 Thread Jon C. Munson II
l to match - 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 Li

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

2009-02-23 Thread Jon C. Munson II
> ((anEntity *)someObject).attribute = @"somevalue"; > > Frédéric= [Jon C. Munson II] Thanks to Wim as well for the reply. I decided to try and (since it worked) then go with the explicit route, since I was mostly there anyway. I added @class anEntity to the .h file. I added #im

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 differe

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

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. M

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

2009-02-23 Thread Jon C. Munson II
low the patterns described in the > documentation: > <http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articl > es/cdAccessorMethods.html > > > [Jon C. Munson II] Here's what I tried: NSManagedObject *someObject = [NSEntityDescriptio

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/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 attribu

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

2009-02-23 Thread Jon C. Munson II
o. How Core Data manages the created objects isn't anything of concern - the objects are just managed and kept around in volatile memory. Once [NSManagedObjectContext save:] is called, those objects are then committed to the store. Many thanks to

[Q] Re: NSPersistentStore -addPersistentStoreWithType

2009-02-23 Thread Jon C. Munson II
what is it), or do I need 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 __

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 un

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

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
For a scrollbar 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-

Populating a new SQLite Core Data store with default data

2009-02-20 Thread Jon C. Munson II
ect... since it is a necessary piece of the pie. Many thanks in advance for the helpful 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

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 wit

what to do with MAC address...

2009-02-19 Thread Jon C. Munson II
s of said bytes - 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, Lov

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=hi

Attempting to get distinct values from an entity's attribute

2009-02-17 Thread Jon C. Munson II
and have nothing to do with the issue... If this isn't the right way to go about this, that's fine - I'd appreciate 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!

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.co

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

2009-02-13 Thread Jon C. Munson II
: "SELECT 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

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-b

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

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

2009-02-11 Thread Jon C. Munson II
k. Sure, it is tedious, but often can resolve things after a bit of effort. 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 Behal

RE: Question regarding nullified relationship objects

2009-02-09 Thread Jon C. Munson II
were asking about and give a grave > warning if your intent was to muck around with the file directly. > > Just a warning about the potential consequences is all. > > -- > I.S. [Jon C. Munson II] My intent with the question was to seek clarity rather than make an assumption.

RE: Question regarding nullified relationship objects

2009-02-09 Thread Jon C. Munson II
needed answer, which 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

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.

Question regarding nullified relationship objects

2009-02-09 Thread Jon C. Munson II
after B is deleted? Does it get 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

RE: NSTableView Popup Column issue

2009-02-09 Thread Jon C. Munson II
27;t get this to function w/o 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

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: 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 Lig

RE: NSTableView Popup Column issue

2009-02-06 Thread Jon C. Munson II
Namaste! Ah. I see. Thank you. I took the original setup from a sample program (Events & Participants I believe) and so thought that was "gospel" if you will. I knew it was something boneheaded...:) Many thanks! Peace, Love, and Light, /s/ Jon C. Munson II -Original Mes

NSTableView Popup Column issue

2009-02-06 Thread Jon C. Munson II
I'm asking for suggestions on either what is wrong 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

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. Muns

RE: Report writer for Cocoa?

2009-01-16 Thread Jon C. Munson II
these tools should be/have been more readily 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 Li

RE: Report writer for Cocoa?

2009-01-15 Thread Jon C. Munson II
Thanks again! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Matt Neuburg [mailto:m...@tidbits.com] Sent: Wednesday, January 14, 2009 9:41 PM To: Jon C. Munson II Cc: cocoa-dev@lists.apple.com Subject: Re: Report writer for Cocoa? On Wed, 14 Jan 2009 15:01:02 -0500, &

Report writer for Cocoa?

2009-01-14 Thread Jon C. Munson II
are lists, and some are lists 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

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: Disabled button looks like enabled

2009-01-12 Thread Jon C. Munson II
you in the app? BTW, 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@list

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

2009-01-12 Thread Jon C. Munson II
tools... 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: Monday, January 12, 2009 11:24 AM To: Cocoa Developers Subject: Re:

Scroll wheel and cover flow

2009-01-10 Thread Jon C. Munson II
n clicked), the bug does not occur. The code for the scrollWheel event is the same as in the covertflow sample app. Anybody have a clue as to how I can track that down and nail it back into line? Thanks! Peace, Love, and Light, /s/ Jon C. Munson II

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
that controller 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: T

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
d above. Did I 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:jm

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 NSTableDataS

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
, I'd love to know as I haven't dredged 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 wo

Table sort image question

2009-01-06 Thread Jon C. Munson II
to do that, I'd love to know as I haven't dredged anything up on that yet. 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, Lov

NSNoSelectionMarker example?

2008-12-19 Thread Jon C. Munson II
ate properly against 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

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

Implementing a record counter (record n of records)

2008-12-18 Thread Jon C. Munson II
question: what is the correct way 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

[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 ar

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 up

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon C. Munson II Sent: Tuesday, December 02, 2008 2:47 PM To: 'Corbin Dunn' Cc: 'cocoa dev' Subject: RE: tracking down a table column... OK, nevermind that last message... I found it.

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
ut also fixed the problem. 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 rea

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
thoughts to you. -Original Message- From: Corbin Dunn [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 2:21 PM To: [EMAIL PROTECTED] Cc: 'Benjamin Stiglitz'; 'cocoa dev' Subject: Re: tracking down a table column... Le Dec 2, 2008 à 11:11 AM, Jon C. Munson

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
g my way around 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" fo

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.  Fi

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
to XCode... 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 des

FW: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
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 it is impossible, but not with God: for with Go