Re: Binding problem with core data

2013-02-02 Thread Velocityboy
in the row Is it possible to express either of these using just a binding? Or is this case complex enough that I should be looking at doing this part in code? Thanks!! On Jan 30, 2013, at 11:23 PM, Quincey Morris wrote: > On Jan 30, 2013, at 22:41 , Velocityboy wrote: > >> I se

Binding problem with core data

2013-01-30 Thread Velocityboy
Hi all - I'm having a problem binding to Core Data. Here's my setup: I have data rows which contain a category and subcategory; the subcategory set is dependent on the selected category. (For the sake of argument, say the category is "state" and the subcategory is "counties in the state".) In m

Re: Displaying '%' in the UI

2012-04-17 Thread Velocityboy
tors at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/velocityboy%40rodentia.net > > This email sent to velocity...@rodentia.net ___ Cocoa-dev mailin

Re: inline function problems

2010-10-17 Thread Velocityboy
On Oct 17, 2010, at 2:07 PM, Kyle Sluder wrote: > On Sun, Oct 17, 2010 at 1:29 PM, Velocityboy wrote: >> This is actually not always true. If you have an non-static inline in a >> header file, the compiler is pretty smart about it. You can see this in >> action if you

Re: inline function problems

2010-10-17 Thread Velocityboy
On Oct 17, 2010, at 12:05 PM, Kyle Sluder wrote: > On Oct 16, 2010, at 8:31 PM, Ken Tozier wrote: > >> Hi >> >> I want to create some inline functions that are universally available within >> my app, but can't seem to get them working. If I define a set of inlines >> within a specific class,

Re: confused about floats

2010-10-09 Thread Velocityboy
ns(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/velocityboy%40rodentia.net > > This email sent to velocity...@rodentia.net ___ Cocoa-dev mailing list (Cocoa-dev@lis

Re: Confused about floats

2010-10-05 Thread Velocityboy
v.com >> http://www.elevated-dev.com/ >> (303) 722-0567 voice >> >> >> >> > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do no

Re: Confused about floats

2010-10-05 Thread Velocityboy
v@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/velocityboy%40rodentia.net >

Re: Register/Function Parm Mapping for 64-bit Was: isTemporaryID unrecognized selector…

2010-09-04 Thread Velocityboy
oa-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: > http://lists.apple.com/mailman/options/co

Re: how to include pure C++ header in obj-C in Xcode

2010-08-09 Thread Velocityboy
lease 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: > http://lists.apple.com/mailman/options/cocoa-dev/velocityboy%40rodentia.net > > This email

Re: Beginner question on controls and NSCopying

2010-05-24 Thread Velocityboy
Hi Keary - Thanks!! I'll take at the popup button cell. -- Jim On May 24, 2010, at 1:26 PM, Keary Suska wrote: > On May 23, 2010, at 3:31 PM, Velocityboy wrote: > >> I'm working on an app that has the concept of allowing the user to create >> templates of things w

Beginner question on controls and NSCopying

2010-05-23 Thread Velocityboy
Hi all - I'm working on an app that has the concept of allowing the user to create templates of things which are then instanced into a document. Central to this is the idea that the user can create a template, then select it as part of another template or an instance. The relationship between t