Re: multiple objects in my view
Re: multiple objects in my view
- Subject: Re: multiple objects in my view
- From: Fabian Spillner <email@hidden>
- Date: Tue, 30 Aug 2005 14:10:47 +0200
You can subclass the NSView class,
create setter and getter methods for array
of images which can be drawn in your drawRect:(NSRect)rect method
by you.
After getting the new array from apple script
you should set the array of your nsview.
On 8/30/05, Francesca P <email@hidden> wrote:
>
> Hallo,
> I'm trying to display n images in a window.
> But I don't know how can I do.
>
> I get the name and position of the file with an applescript.
> Now I'm able to display one image.
>
> But,
> if my applescript return me an array of data, many name of files and
> not only one.
> How can I display many files?
>
> My app have to create the object NsImageView, or what?
> Can I use for or while or what???
>
> How can I do???
>
> Have you some examples, or can help me???
>
> Thanks
>
>
>
> Francesca
>
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden