l apps are almost the same, I just want to remove an error in the data
model
Many Thanks
Amy
On 7 Feb 2013, at 4:40PM, Keary Suska wrote:
>> I've installed 10.5 and Xcode 3 on an external drive to try and solve this.
>> I've created a new data model
entities that I
really don't want to loose.
Many Thanks,
Amy
On 2 Feb 2013, at 7:28PM, Dave Fernandes wrote:
>
> On 2013-02-02, at 2:09 PM, Amy Heavey wrote:
>
>> Hi,
>>
>> I've got an app that I write for myself (I am the only user). I made a
>>
tamodel.
Can I create an intermediate datamodel in xcode 3 that removes the error from
the file, and create an app. Open the file with this version to upgrade it to
the current datamodel. Then create an xcode project without the old datamodels
and use that?
Does this make
If I used xml in the store it would probably be easy but it's an sql store to
complicate matters.
I'll maybe try just duplicating it and trying to build to see if that works,
Thanks,
Many Thanks
Amy Gibbs
On 11 Jan 2013, at 4:24PM, Alex Zavatone wrote:
> Yeah, I never
models to deal with upgrading the file?
Many Thanks
Amy Gibbs
On 11 Jan 2013, at 4:12PM, Alex Zavatone wrote:
> Is this a collision with a class's description method?
>
> Back as of Xcode 4.2, many classes would not implicitly support po in the
> debugger unless you wrote
the attribute name to
'ideaDecription'.
My problem is that is still does not like the error in the old data models.
Can I delete the old models and leave just the mapping model files?
Many Thanks
Amy Gibbs
___
Cocoa-dev mailing lis
o the console.
The app was originally written in Xcode 3.2 on OS10.5
Many Thanks
Amy
On 5 Jan 2013, at 11:48AM, Ken Thomases wrote:
> On Jan 5, 2013, at 2:44 AM, Amy Gibbs wrote:
>
>> i've got a section of code that worked perfectly in 10.5. It doesn't in 10.8
>>
documentation/Cocoa/Conceptual/CocoaDrawingGuide/Images/Images.html
Important: This chapter has not yet been updated to describe how images work in
OS X v10.6. Significant changes were made to image processing in OS X v10.6.
Many Thanks
Amy
On 5 Jan 2013, at 11:48AM, Ken Thomases wrote:
> On J
On 5 Jan, 2013, at 4:44 PM, Amy Gibbs wrote:
>
>> Hi,
>> i've got a section of code that worked perfectly in 10.5. It doesn't in 10.8
>> and I can't see why. It's not too complicated, it basically takes a
>> selection of images and combines them
problem to me please? Many Thanks, Amy
NSLog(@"up to 6 images");
//background images to fill space
float xb = 600;
float yb = 600;
//for each image
NSEnumerator *imageLoop
;kitImage"];
[kit setValue:kitThumbnailPath forKey:@"kitThumbnail"];
//cleanup
[bmpImageRep release];
//[img release];
[kitLogoImg release];
[targetImage release];
[thumbImage release];
}
Willow Tree Crafts
sa...@willowtreecrafts
I can manage creating and saving the HTML file, how do I automatically
open it up in Safari (or the default browser it doesn't matter) so I
can print it out?
Many Thanks
Amy Gibbs
Willow Tree Crafts
www.willowtreecrafts.co.uk
___
Co
hsb,
Thank You all,
On 3 Mar 2012, at 20:35, Jens Alfke wrote:
>
> On Mar 3, 2012, at 5:17 AM, Amy Heavey wrote:
>
>> I thought I would do this by analysing each image as it is saved and
>> calculate the most common pixel colours, probably by analysing each pixel in
>&g
each
pixel in the image? and saving the most common colours, perhaps 10
colours. Then I can see what other images have the same colour(s) in.
Does this sound possible at all? I'm a self taught hobby programmer,
not an expert at all.
I appreciate any advice or poi
a separate arrayController?
If anyone could point me in the direction of a good fetching
explanation or tutorial that would be great.
Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moder
e entity CustomerOrders is not key value
coding-compliant for the key orderItemProduct.
2011-10-02 18:36:05.011 usborne[22004:10b] [
valueForUndefinedKey:]: the entity CustomerOrders is not key value
coding-compliant for the key orderItemProduct.
Many thanks for any help,
Amy Gibbs
__
Kit is almost certainly overkill for this. If you're
determined to use FTP, check out CFWriteStreamCreateWithFTPURL(). In
general, I'd advise a WebDAV-like system fed by NSURLConnection is
best.
On 9 Aug 2011, at 14:15, Amy Gibbs wrote:
It seemed the easiest way of uploadin
It seemed the easiest way of uploading a file to the server?
Regards
Willow Tree Crafts
Www.willowtreecrafts.co.uk
On 9 Aug 2011, at 13:46, Mike Abdullah wrote:
> Why have you picked FTP?
>
> On 9 Aug 2011, at 12:04, Amy Heavey wrote:
>
>> Hi,
>>
>> I
uild, and looking at the hillegass book there should
be a .framework file for me to link to but I can't find one. I also
can't find any documentation about how to use this. Can anyone point
me in the right direction? Either for using ConnectionKit or how else
to simply ftp a file t
rders have more than 1 item
though, and tableviews don't seem to print properly so how should I
lay out a list of products? It should easily fit on 1 page, just a
name address and a couple of lines of product details.
It's all in a CoreData app,
I'
I just can't work out how to know what image has been selected?
I'd appreciate any help,
Many Thanks
Amy
On 5 Jul 2011, at 5:07PM, Jens Alfke wrote:
On Jul 4, 2011, at 10:55 PM, Amy Heavey wrote:
Is there a way to get the selected item in a webview?
I've got a webv
Hi,
Is there a way to get the selected item in a webview?
I've got a webview in my app, and I'd like to select an image and
download it.
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin r
array for kitFee when
it should be a value?
I've cleaned and rebuilt, and it's sticking at this line, but I just
can't see my error?
I'd appreciate any help,
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple
s Jeffrey
pointed out. But it might work very well for your scenario. If
you’re serious about making it robust, I still recommend that you
create a tiny and dedicated web service for this app…
-ev
On Jun 4, 2011, at 04:23, Amy Gibbs wrote:
Thanks
Sounds like dropbox would be a good fit
the .sqlite file and things can probably
> work. If this is not the case then a simple Web service would go a long way.
>
> Dropbox carries its own stateless JSON based API, but there is a SDK out
> there (for prototyping purposes) too.
>
> -ev
>
> On Jun 4, 2011, at
Thanks, It's an app for just me really. I just prefer to work on a
desktop mac when I'm in the house, and I can't carry my iMac with
me :) I do find typing much easier on an actual keyboard. Maybe I
should just get a keyboard for the iPad?
Many Thanks
Amy
On 3 Jun 2011,
nd I wouldn't need to use
both the mac an iPad versions at the same time. I have absolutely no
idea how to do this though. I know some apps have built in dropbox
sync but I fear it may be beyond me as I haven't found a handy
tutorial anywhere.
Can anyone point me in the right
resizing which is more complicated than I'm
looking for. I'm expecting to effectively have the componant images
fan out on the canvas.
If anyone could help me with the process I'd be grateful, do I have to
create a intermediary image to make the rotated image square?
Thanks,
yName
Then the checkbox column needs to bind to?
Thanks
On 7 Mar 2011, at 5:28PM, Jerry Krinock wrote:
On 2011 Mar 07, at 08:55, Amy Gibbs wrote:
I still can't work out how I could bind the checkboxes
As I said earlier, think: "a
ote:
On 2011 Mar 07, at 00:58, Amy Gibbs wrote:
I have got a … tableview that currently has a … checkbox column. I
want to list all the categories that exist in this tableview, and
select and deselect the checkboxes to create/break the
relationship(s) between the selected product and the
eview, and select and deselect the checkboxes to create/break the
relationship(s) between the selected product and the categories.
Am I along the right lines?
Thanks
Amy
On 6 Mar 2011, at 7:49PM, Jerry Krinock wrote:
On 2011 Mar 05, at 08:20, Amy Heavey wrote:
This sounds to me like some
oable with the
'magic' of bindings, but I can't see how to do this?
I do appreciate any help anyone can offer me,
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moder
NSCFArray - consider using contentArray binding instead of
contentSet binding
but if I try that I get another error
[<_NSFaultingMutableSet 0x1a0a90>
addObserver:forKeyPath:options:context:] is not supported. Key path:
orderItemProduct.product
n see they are selected.
I've got the following in my header file as well;
IBOutlet NSArrayController *Products;
But I just can't see why it's not going into the loop?
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.ap
ue:@"Low Stock"]
or do I need to loop through the array each time. It's only a few but
seems excessive to loop through it?
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
have I missed?
Many Thanks
Amy Heavey
___
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/Upda
actor = 225 /imgsize ;
On 10 Nov 2010, at 1:57PM, Thomas Wetmore wrote:
Amy,
%@ is not the right format character to use in NSLog to see floating
point numbers. Try %f.
Good luck,
Tom Wetmore
On Nov 10, 2010, at 8:35 AM, Amy Gibbs wrote:
Hi,
I can't quite get my head around
f images: %i",ki);
//calc image width
float width = 300 / ki;
NSLog(@"Width: %@",width);
I'd appreciate any help.
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin r
using
at the moment:
while ((imgPath = [imageLoop nextObject])) {
NSImage *img = [[NSImage alloc]initWithContentsOfFile:imgPath];
[targetImage lockFocus];
[img drawInRect:NSMakeRect(x,y,75,75) fromRect:NSMakeRect(20,20,0,0)
operation:NSCompositeCopy fraction:1
it this morning?
I'd appreciate any help.
Many Thanks
Amy
Full code being used:
- (IBAction)generateKitImages:(id)sender;
{
NSObject *kit;
kit = [[kits selectedObjects] objectAtIndex:0];
NSString* fileName = [[kit valueForKey:@"kitName"
o move to an sqllite store and start all over again,
Amy
On 5 Oct 2010, at 20:59, Ken Thomases wrote:
On Oct 5, 2010, at 1:55 PM, Amy Heavey wrote:
Now when I click the button the focus goes from the main window but
the second window doesn't appear. If I move the data file it works
fine
I'll give that a go however it works fine in Xcode and by itself with a
blank/new data file
Sent from my iPhone
On 5 Oct 2010, at 20:59, Ken Thomases wrote:
> On Oct 5, 2010, at 1:55 PM, Amy Heavey wrote:
>
>> Now when I click the button the focus goes from the main window b
think I've got it doing what I want!
Thanks
Amy
___
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/Un
Got it working, Part of my issue seemed to be my logic.
300 is the bounds of my target image, and I have planned it so images
fit inside this, so x would end up being 300. In a stupid moment, I
set the if statement to run if x>300, which initially it wouldn't be
as it would actually equal 3
Thanks for all the help everyone, I'll take a look at it all, and
release where I need to!
Many Thanks
Amy
On 5 Oct 2010, at 4:17PM, Matt Neuburg wrote:
On Tue, 5 Oct 2010 10:17:31 +0100, Amy Heavey >
said:
//select all images for kit
NSArray* kitImages = [kit
valueFo
it this morning?
I'd appreciate any help.
Many Thanks
Amy
Full code being used:
//select all images for kit
NSArray* kitImages = [kit
valueForKeyPath:@"kitItems.kitItemProduct.productImage"];
//set coordinates to x,y -> 0,0 to start
Hi,
I'm trying to add a feature to my application, where it collects all
of the images related to an entity, and puts them into an image in a
grid, so I'm planning on looping through the images, scaling them down
then placing them onto a new(blank) image, changing the placement
point each
Just to let you know,
This is great, it now safely stores everything on the thumbdrive for
easy access on any machine I like. A perfect solution.
Thank You,
Many Thanks
Amy
On 1 Oct 2010, at 12:00AM, Ariel Feinerman wrote:
Are you sure in the using of 'library/application su
I did mean the data etc was in the ~/library/application
support/myapp folder.
Many Thanks
Amy
On 1 Oct 2010, at 12:00AM, Ariel Feinerman wrote:
Are you sure in the using of 'library/application support'? There is
of the matter is that one is designed for the app data not for the
u
ferring
to it by name in the code? The Code I've currently got is the auto/
default type set up, following the Hillegass book as well,
Thanks,
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mode
Hi,
in a core data app, is there an easy way to 'merge' two instances of
an entity, for example where something has been accidentally added
twice, and each instance has it's own relationships.
I'd like to merge the two instances into a single one where basically
all of the second instance
I only need to
display these in a label onscreen.
Is this what transient attributes are for?
Thanks for your help,
Amy
On 6 Aug 2010, at 1:20PM, Amy Gibbs wrote:
Hi,
I was wondering if anyone could point me in the right direction?
I have 2 entities, product and order. At the moment they are
Thank You!
I had been trying to do that but couldn't get the brackets right,
sometimes you just need to start a fresh line instead of trying to
edit don't you.
That's working now and is perfect,
Thank you for your time and help everyone,
Many Thanks
Amy
On 29 Aug 2
Key:@"productImage"];
}
Many Thanks
Amy
On 29 Aug 2010, at 9:30AM, Graham Cox wrote:
On 29/08/2010, at 10:14 AM, Amy Heavey wrote:
I still get an error:
On what line?
Looking at the code you have mixed string paths and URLs.
10.5 i386,
On 29 Aug 2010, at 9:21AM, Roland King wrote:
What OS are you building for?
On 29-Aug-2010, at 4:14 PM, Amy Heavey wrote:
I still get an error:
2010-08-29 09:13:46.337 ishop[2766:10b] *** -[NSURL
URLByAppendingPathComponent:]: unrecognized selector sent to
instance 0xc6356a0
Many Thanks
Amy
On 28 Aug 2010, at 4:08PM, David Duncan wrote:
On Aug 28, 2010, at 8:04 AM, Amy Heavey wrote:
Sorry duh!
2010-08-28 15:55:27.961 ishop[1920:10b] *** -[NSURL
stringByAppendingPathComponent:]: unrecognized selector sent to
instance 0x16fbe0
2010-08-28 15:55:27.961 ishop
Thanks
On 28 Aug 2010, at 4:02PM, David Duncan wrote:
On Aug 28, 2010, at 7:58 AM, Amy Heavey wrote:
'm trying to do a fairly simple copy file process, so I select a
file, and it gets copied to a new location. I seem to be mixing up
NSString and NSURL as I keep getting an NSURL error
lue:imagePath forKey:@"productImage"];
}
}
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the l
ationships: Product <<>>PurchaseOrder
data model 1.1
Entities: Product, PurchaseOrder, PurchaseOrderItem
Relationships: Product <>> PurchaseOrderItem
PurchaseOrderItem
here?
Many Thanks,
Amy Gibbs
___
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
Thanks,
realised I don't actually need to loop through, as I can just assign
the whole set to the relationship:
[[kit mutableSetValueForKey:@"kitItem"] addObjectsFromArray:kitItems];
Thanks,
On 27 Jul 2010, at 2:05PM, Graham Cox wrote:
On 27/07/2010, at 5:53 PM, Amy G
Hi,
If i've got multiple rows selected in a table view, and I want to do
something with each of them, do I need some kind of loop in my code,
or will cocoa automatically run the code for each selected row? I
can't find any kind of while, foreach type of loop example anywhere?
Thanks
(Bac
I'm working on a core data app that has an entity called Product. I'd like to
have an image attribute for it but I'm expecting the app to have thousands of
products stored over time so storing the images in the app will bloat it out
and slow it down.
What I'd like to do is have an imagewell on
works out the price and saves it to the datastore.
Many Thanks for all your help, still looking for a good objective-c
reference as nothing in the local bookshops, going to have to be good
old Amazon I think,
Thank You again for all your help time and patience everyone,
Amy
On 23 Jul
to get it to run, and then it shows the
right numbers for price and uom)
Thanks for all your help, I'm not used to having to declare everything
in this way, usually dabble in PHP :(
On 22 Jul 2010, at 7:51PM, Ken Thomases wrote:
On Jul 22, 2010, at 1:20 PM, Amy Gibbs wrote:
he values you need. I'd offer an example,
but I'm writing on an iPhone and this has taken enough time already!
;)
// jack
// http://nuthole.com
// http://learncocoa.org
On Thursday, July 22, 2010, Amy Gibbs
wrote:
Hi,
Apologies in advance for being stupid!
I've got an app I
Hi,
Apologies in advance for being stupid!
I've got an app I'm trying to create, using Core Data, I created the
data model, and Dragged some of the interface into place in the nib.
I've almost got the bindings sorted so it's got Array controllers for
all the entities, and it's pretty much
ust not seeing,
I've got the concept of creating new instances of entities, but not
relationships.
I appreciate any help.
Many Thanks
On 13 Jul 2010, at 10:40PM, Keary Suska wrote:
On Jul 13, 2010, at 12:02 PM, Amy Gibbs wrote:
I've read pages and pages on the internet, and lo
ing a popup, but I've no idea how to actually make
the connection between the kit and product (or vice versa)
I hope this makes sense, can anyone point me in the right direction?
Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.app
On Dec 6, 2008, at 7:17 AM, Amy Gibbs wrote:
Is this 10.5 only? It doesn't seem to be recognised by xcode 2.5,
and it doesn't run on my machine at all. I should have mentioned
I'm targeting 10.4 with this.
stringWithContentsOfURL:encoding:error is in 10.4 and later. Do you
Is this 10.5 only? It doesn't seem to be recognised by xcode 2.5, and
it doesn't run on my machine at all. I should have mentioned I'm
targeting 10.4 with this.
Sorry,
On 6 Dec 2008, at 12:58, Ricky Sharp wrote:
You can probably simplify this a bit by using
stringWithContentsOfURL:encodin
I've got a web based xml file in iso-8859-1 encoding that I'm trying
to read into an NSXMLDocument.
I've got the following code, but I can't seem to make it work? (I've
tried all manner of combinations)
//create the url
NSString *urlString = [NSString stringWithFormat:
ed problems, and I'm
at the same point, key path orderReference works, but [EMAIL PROTECTED]
doesn't?
[Session started at 2008-11-05 20:42:25 +.]
2008-11-05 20:42:28.462 powizard[22921] [<_NSFaultingMutableSet
0x165e910> addObserver:forKeyPath:options:context:] is not sup
On 4 Nov 2008, at 18:21, Volker in Lists wrote:
Hi,
Is there an easy way to access the existing Array Controller from
the code? I have a suitable Array Controller called Purchase Order
Items Array Controller in IB, but I don't see a way to reference
this in the code. The Array Controll
On 4 Nov 2008, at 17:32, Benjamin Stiglitz wrote:
On Mon, Nov 03, 2008 at 06:55:24PM +, Amy Heavey wrote:
…
How do I access the count of a to-many relationship?
You’ve got that backwards; you want [EMAIL PROTECTED]
Fantastic! Thank You,
Do you mean print out on a printer, or just
uot; where 1234, 3698, 3258 and 4587 are the qty values?
In this case, the content set of the Purchase Order Items Array
Controller are bound to selection.products [Purchase Order Array
Controller]
I'd appreciate any help,
Many Thanks
Amy
___
t screencast about ch 27 of the book. It was most helpful, I'm
still working through it but so far I do have a view that is printing, I
just need to convert my tableView contents (Array Controller) into a string
to output to the view and I'm nearly good to go on this.
Thank you so much for yo
document based one, so I can't
really follow Ch 27 of the Cocoa Programming book as it deals with
documents?
Thank You,
amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the l
On 30 Oct 2008, at 14:41, I. Savant wrote:
Is it possible for
you to post a pared-down version of your project somewhere for myself
and others on the list to take a look at?
I've uploaded the project folder to www.amygibbs.co.uk/xcode/powizard
one thing to note, is that at the moment the pers
hoping if I can get this one
working I'll
be able to work out others myself.
Been there. Once it clicks, you'll enjoy a brief euphoric rush,
followed by a strong desire for a shot or three of liquor. Once that's
out of your system, a lot of other Bindings-related stuff will mak
On 29 Oct 2008, at 14:42, I. Savant wrote:
On Wed, Oct 29, 2008 at 4:49 AM, Amy Heavey
<[EMAIL PROTECTED]> wrote:
The pop up has selectedObject bound to Purchase Order Array
Controller 2
selection.orderReference
...
At the moment the content Object is bound to
selection.orderRef
On 28 Oct 2008, at 16:15, I. Savant wrote:
The pulldown is bound as follows:
content: arrangedObjects[PurchaseOrder Array Controller(NSArray
Controller)]
content values: Purchase ORder Array Controller
arrangedObjects.orderReference
These bindings seem fine. How about selection? One of th
n the pulldown above the tableview.
Many Thanks
Amy
On 28 Oct 2008, at 14:36, I. Savant wrote:
I have a pulldown button, and a tableview. They both seem to be
displaying
the correct data, but I'd like to filter the content of the
tableview based
on the selection in the pulldown bu
orders, so when i select an order number at the top,
I want to only display the items in that order?
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Thank You, and I am very sorry for being so dim,
I'm working on an app that accessing an existing file that Definitely
has the Categories, but I'd forgotten that I'd been working on an
empty file to make it easier to see changes I was making!
Many Thanks
Amy
On 19 Sep
it just
throws an error:
-[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
because there is nothing in the array?
I'm aiming at 10.4 and using XCode 2.4.1
Can anyone help me?
Many Thanks
Amy
___
Cocoa-dev mailing list (Cocoa-dev@list
] First name = Willow
2008-09-16 21:12:24.268 ag01[8400] First name = (null)
I assume it's to do with customerNode=[custNodes objectAtIndex:0];
but I can't work out what to use instead of objectAtIndex:0
Thank you for all your time,
Many Thanks
Amy
On 16 Sep 200
NSString *firstNameString = [[firstNameArray objectAtIndex:0]
stringValue];
// do something with the first name string
NSLog(@"First name = %@", firstNameString);
}
// get other strings
// do something with the other strings
in'
error: parse error before 'stringValue'
I had others about not accepting nested functions which is why I took
the NSXMLNode *customerNode onto it's own line, but I can't work out
why I can't use a for loop?
Many Thanks
Amy Heavey
On 14 Sep 2008, at 02:51,
On 14 Sep 2008, at 02:51, Nathan Kinsinger wrote:
On Sep 13, 2008, at 12:50 PM, Amy Heavey wrote:
I've got an NSXMLDocument *custdoc
but I can't work out how to actually access the data in the
document, I've looked at NSXMLElement, NSXMLParser, NSXMLNode but
I just can
Thats where i got most of the code from, and I have seen the post on
his blog, but I still can't work it out!
Many Thanks
Amy Heavey
On 13 Sep 2008, at 20:09, Hal Mueller wrote:
The "Amazone" example in the new edition of the Hillegass book is a
good place to start.
GBR
[EMAIL PROTECTED]
−
L
Lin
9
S***
GBR
la**
How can I set an NSString *firstName to the value?
I appreciate any help,
Many Thanks
Amy Heavey
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin r
Quite possibly - off to have go,
Thank you,
Many Thanks
Amy Heavey
On 11 Sep 2008, at 19:09, Jamie Hardt wrote:
Oh... Is this what you mean?
NSArray *objectsToLoopThru =
[myArrayControllerWithRecordsFromTheWeb arrangedObjects];
foreach (id oneObjectInTable in objectsToLoopThru
Also,
I don't have an array controller bound to the table view, the
tableviews datasource outlet is set to the instance of my class that
pulls the xml and processes it,
Many Thanks
Amy Heavey
On 11 Sep 2008, at 18:39, Jamie Hardt wrote:
Ah I see. XML on web -> your program -
Thanks,
I have got access to the datamodel, I've imported it into my xcode
project, it's how to actually create and write the entity that i'm
stuck on, all the examples i've found seem to use bindings and add
buttons,
Many Thanks
Amy Heavey
On 11 Sep 2008, at 18:3
r the tableviewdata creating new
instances of the entity?
Many Thanks
Amy Heavey
On 11 Sep 2008, at 18:05, Jamie Hardt wrote:
How does the sqlite file relate to pulling XML from your website?
I do not follow you there.
On Sep 11, 2008, at 1:44 AM, Amy Heavey wrote:
Hi,
Sorry for the n
evew, however I now need to loop over each row in the table, and
create a new instance of an entity defined in the datamodel.
Can anyone point me in the right direction? I don't know how to
reference the class in the datamodel as my class can't s
hange the Data Model at all as it uses a file from another
application that I can't edit. Basically I'm trying to access the data
in another coredata app that I can't get at from the original app.
Many Thanks
Amy
___
Cocoa-dev maili
I'm struggling with this very problem, can anyone point me in the right
direction?
Many Thanks
Amy
>FROM : Rick Mann
>DATE : Sun Jun 01 02:52:25 2008
>I have an array controller in IB that is used by a popup menu in a
>table view column. I would like those menu items to be s
Do you know where this is? I can't see it in my dev folder (10.4)
Many Thanks
Amy Heavey
On Aug 28, 2008, at 6:20 PM, Aaron Burghardt wrote:
There is a good Core Data command-line utility tutorial in the
default developer documentation that shows the details of manually
setting u
1 - 100 of 102 matches
Mail list logo