Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Search Forums > Search Results

Search: Posts Made By: macaroni
Thread Thread Starter Last Post Replies Views Forum
Re: Re: Can't build any applications/projects on new Powerbook 641 Views / 2 Replies  
I doubled check the items that you suggested and were infact intact so I resorted to reinstall and everything seems to be ok.

Thanks.
Posted by macaroni, on May 13, 2004 at 01:20 PM, in Developer Center
Can't build any applications/projects on new Powerbook 641 Views / 2 Replies  
Hi

I just got my new powerbook and I installed the recent developer tools. When I tried building my project, I got a build error. I tried building the examples included in the developer tools and...
Posted by macaroni, on May 12, 2004 at 03:09 AM, in Developer Center
restrict FTP access to folder 438 Views / 0 Replies  
Hi

Is there a way to restrict FTP access to just a folder. When users ftp to a machine of mine, I would like the ability to restrict access of copying their data to a certain folder.

Is there...
Posted by macaroni, on May 4, 2004 at 08:49 PM, in Networking
Thanks for your advice. All of this MVC is... 926 Views / 6 Replies  
Thanks for your advice. All of this MVC is beginning to make much more sense now as I go on with my development.

Now I just need to figure out where to release the nstableview's datasource and...
Posted by macaroni, on Apr 22, 2004 at 02:07 AM, in Developer Center
The reason that I used an nsmutablearray as an... 926 Views / 6 Replies  
The reason that I used an nsmutablearray as an outlet was because I'll be honest I don't quite understand on how to seperate the datasource and delegate into two seperate classes. So I used an outlet...
Posted by macaroni, on Apr 21, 2004 at 11:06 PM, in Developer Center
when to initialize items on a newly loaded nib file? 926 Views / 6 Replies  
I'm having problems understanding when to initialize instance variables and/or outlets of my objects that are created when a new nib file is opened.

What I have is a main window with a NSTableView...
Posted by macaroni, on Apr 20, 2004 at 03:50 AM, in Developer Center
NSTextView alignment like in AddressBook 605 Views / 1 Replies  
I'm having some difficult figuring out how to create the same alignment found in an
NSTextView that AddressBook has where it has the labels for the contact information
right aligned and the actual...
Posted by macaroni, on Apr 16, 2004 at 02:07 AM, in Developer Center
I just realized after a few minutes after... 2,175 Views / 2 Replies  
I just realized after a few minutes after re-reading the documents on NSMutableArray
that removeObjectsInArray uses isEqual: and isEqual: is defined to be as "a container object might define two...
Posted by macaroni, on Apr 3, 2004 at 01:23 AM, in Developer Center
removeObjectsInArray removes everything? 2,175 Views / 2 Replies  
I'm having problems with removeObjectsInArray. I'm just starting off with a new non-document based project trying to get the delete of selected rows in a tableView working and for some reason when I...
Posted by macaroni, on Mar 31, 2004 at 03:16 AM, in Developer Center
Re: Re: can't get keyDown:(NSEvent *)ne to work... 1,804 Views / 3 Replies  
I actually did this as well...

So I decided to make a test project to with a simple custom view to accept first responder and it worked fine.

But with the actual project that I'm working on it...
Posted by macaroni, on Dec 29, 2003 at 10:34 PM, in Developer Center
Hi mrwalker, I started playing around with... 2,434 Views / 6 Replies  
Hi mrwalker,

I started playing around with NSOutlineView and I can display the top nodes fine. However when i click the disclosure triangles none of the children are shown.

I can't seem to...
Posted by macaroni, on Dec 28, 2003 at 10:53 PM, in Developer Center
can't get keyDown:(NSEvent *)ne to work... 1,804 Views / 3 Replies  
I'm working on the Scribbles tutorial at CocoaDevCentral.com and everything is working except with the keyDown event.

When I press the keys, I get a sound from my computer like a beep sound when I...
Posted by macaroni, on Dec 27, 2003 at 09:00 PM, in Developer Center
Thanks a bunch mrwalker. Your example was... 2,434 Views / 6 Replies  
Thanks a bunch mrwalker.

Your example was great and very straightforward. It highly resembled the overall structure of the objects and data that I needed to show.

Thanks again!!!!
Posted by macaroni, on Dec 24, 2003 at 02:15 AM, in Developer Center
understanding NSOutlineView... 2,434 Views / 6 Replies  
I can't seem to grasp how NSOutlineView works. I understand NSTableView but can't understand how to code the datasource methods of NSOutlineView.

What I am trying to display in a NSOutlineView
is...
Posted by macaroni, on Dec 17, 2003 at 05:07 PM, in Developer Center
Multiple datasources for tableViews 515 Views / 1 Replies  
I'm working on an app that has 5 tableViews (not shown at the same time) and currently
my single datasource/delegate is getting a little hard to maintain.

I've been reading that it is advisable...
Posted by macaroni, on Dec 4, 2003 at 01:07 PM, in Developer Center
AddressBook like NSView 824 Views / 1 Replies  
Does anyone have any idea as to how the view
is created when you click on a person's name in AddressBook and their information is shown in some kind of NSView.

I would like to create the same...
Posted by macaroni, on Dec 1, 2003 at 05:16 PM, in Developer Center
If I rework my classes as simply instances of ... 1,501 Views / 16 Replies  
If I rework my classes as simply instances of
NSArrays and NSDictionaries, I then would have to rework the code where the controller adds the instances to the appropriate container correct as...
Posted by macaroni, on Nov 21, 2003 at 01:32 PM, in Developer Center
Re: Why is Cocoa so confusing? 3,025 Views / 47 Replies  
It certainly takes a while to get comfortable with Cocoa.

What I found helpful after I do the tutorials in the book is to reread the chapters without actually coding. This allows me to then...
Posted by macaroni, on Nov 17, 2003 at 01:25 PM, in Developer Center
iTunes Music Store...how did they do it 793 Views / 8 Replies  
just a question, how did they do the iTunes Music Store?

Is it just enclodes in a webview and other custom views and retrieving HTML pages from
Apple's site?

Thanks...
Posted by macaroni, on Oct 31, 2003 at 03:30 PM, in Developer Center
Thanks kido, I guess I'll have to do some... 1,501 Views / 16 Replies  
Thanks kido,

I guess I'll have to do some rework on my custom class objects.
Posted by macaroni, on Oct 22, 2003 at 11:37 AM, in Developer Center
duplicate files of folder... 416 Views / 0 Replies  
I'm having problem on how to duplicate a list of files
of a folder based on a file name and creation date and I keep getting an error of "Can't make some data to expected type."

I tried:
...
Posted by macaroni, on Oct 21, 2003 at 10:02 PM, in Developer Center
by human... The reason being is that the XML... 1,501 Views / 16 Replies  
by human...

The reason being is that the XML file will also be placed in a database, FileMaker I think and the XML will undergo an XSLT to fit the FileMaker ER.

thanks.
Posted by macaroni, on Oct 21, 2003 at 06:46 PM, in Developer Center
Is the NSPropertyListSerialization all I need to... 1,501 Views / 16 Replies  
Is the NSPropertyListSerialization all I need to save my custom objects as readable XML?

Here is a sample of my custom object:

@interface Markets : NSObject {
NSString *marketName;
...
Posted by macaroni, on Oct 21, 2003 at 03:59 PM, in Developer Center
Re: Re: using writeToFie: atomically: 1,022 Views / 5 Replies  
Hi 3.1416,

Can you direct me to where I can view some sample code on how to implement the propertyList and intiFromPropertyList methods
to store my data as readable XML?

Thanks...
Posted by macaroni, on Sep 24, 2003 at 03:29 PM, in Developer Center
Thanks for all the information.... I tried... 623 Views / 4 Replies  
Thanks for all the information....

I tried the step by step tutorial and worked great.

Now if only I was well versed in designing cool background images I would be completely set....

Thanks...
Posted by macaroni, on Sep 24, 2003 at 02:51 PM, in Developer Center
creating disk images with background image 623 Views / 4 Replies  
Hi,

I'm trying to figure out how to create a disk image with a background image to it.

I can't seem to figure out what I need to make the background image stick.

I've read that all you need...
Posted by macaroni, on Sep 23, 2003 at 12:53 PM, in Developer Center
Hi kido, Thanks. I'm currently reading key... 1,022 Views / 5 Replies  
Hi kido,

Thanks.
I'm currently reading key value coding using NSKeyedArchiver and NSKeyedUnarchiver and I tried implementing it and I get a EXC_BAD_ACCESS when attempting a

[coder...
Posted by macaroni, on Sep 19, 2003 at 06:50 PM, in Developer Center
using writeToFie: atomically: 1,022 Views / 5 Replies  
I'm trying to understand when to use writeToFile: atomically and it says that i can only be used for objects of type NSDictionary, NSArray, NSString.

Will this method not work of writing to a file...
Posted by macaroni, on Sep 19, 2003 at 04:08 PM, in Developer Center
Re: Best way to learn cocoa basics 950 Views / 4 Replies  
Definitely Hillegass... then go to cocoadevcentral.com and macdevcentral.com (click on Cocoa Programming)

There is a lot of tutorials and sample programs for you to learn and practice with.
...
Posted by macaroni, on Sep 10, 2003 at 05:26 PM, in Developer Center
AppleScript to copy content of folder to another folder.. 1,739 Views / 1 Replies  
I know how to move contents of a folder to another folder.
"move contents of folder myFolderAlias to folder destFolderAlias with replacing"

I can't seem to figure out how to copy the contents of...
Posted by macaroni, on Sep 3, 2003 at 08:02 PM, in Developer Center
understanding a subclass of NSTableView 782 Views / 1 Replies  
I was trying to figure out how to create a TableView similar to that of iTunes and I found
something at Apple's developer site:
...
Posted by macaroni, on Aug 27, 2003 at 02:39 AM, in Developer Center
NSPopUpButton addItemsWithTitles... 1,695 Views / 3 Replies  
I want to add items to my NSPopUpButton with an array. This is the reason why I decided
to use addItemsWithTitles. I'm not sure exactly what exactly needs to be the items in the array.
...
Posted by macaroni, on Aug 16, 2003 at 06:27 PM, in Developer Center
How to create a button with icon? 598 Views / 2 Replies  
This may seem like a stupid question but I can't seem to figure how to create a button with an icon in it similar to those like in Mail or a beveled button with an icon in it.

I have a tiff image...
Posted by macaroni, on Aug 12, 2003 at 12:03 AM, in Developer Center
Understanding of Drawer Layout in IB... 529 Views / 1 Replies  
Can someone please help me understand how to layout/set the size of the drawer in IB, particularly the Frame and Layout Rect in Size options of the drawer.
Everytime I place items in the drawer,...
Posted by macaroni, on Aug 11, 2003 at 02:19 AM, in Developer Center
Re: How big is the learning curve to Object-c? 903 Views / 8 Replies  
Learning Objective-C is not tough and very easy to learn. In my opinion, it is far much simpler than C++ and presents a very high level approach in working with objects similar to Java but with much...
Posted by macaroni, on Aug 6, 2003 at 07:36 PM, in Developer Center
In the datasource methods, the argument... 1,668 Views / 4 Replies  
In the datasource methods, the argument aTableView allows the method to determine which of the NSTableView made the call.

My question is how is this handled with delegate methods such as
-...
Posted by macaroni, on Aug 5, 2003 at 08:28 PM, in Developer Center
How to implement 2 datasources for 2 NSTableView 1,668 Views / 4 Replies  
Most of the examples that I have been studying involves one NSTableView in a window.

My question is how to implement two NSTableViews in a single window?

It would appear to me that it would...
Posted by macaroni, on Aug 4, 2003 at 11:58 PM, in Developer Center
Ghoser777 and Brass thanks for your quick... 1,062 Views / 5 Replies  
Ghoser777 and Brass thanks for your quick replies.

I tried both of your solutions and both equally worked. I guess I have plenty more to learn.

I do have another question which is something...
Posted by macaroni, on Aug 4, 2003 at 12:49 AM, in Developer Center
Thanks for the reply Uncle Skeleton. Just to... 1,062 Views / 5 Replies  
Thanks for the reply Uncle Skeleton.
Just to make sure I understand, if I set the value of the instance variable of an object, it points to the NSMutableString of the NSTextView and if I set...
Posted by macaroni, on Aug 3, 2003 at 11:13 PM, in Developer Center
NSTextView outlet and object's instance variables. 1,062 Views / 5 Replies  
I have an array of objects that I load into a NSTableView. When I click on a row in the tableView, I have it populate a few NSTextFields and a NSTextView with data that aren't displayed in the...
Posted by macaroni, on Aug 3, 2003 at 08:01 PM, in Developer Center
configuring sendmail with mail server at work 701 Views / 3 Replies  
Does anyone know how I might configure sendmail to use our mail server at work?

All I want is to have sendmail send emails using my email account at work?

Thanks...
Posted by macaroni, on Mar 26, 2003 at 02:18 AM, in macOS
Can't delete or replace file in AppleScript 973 Views / 0 Replies  
I am completely confused here. For some reason my code below would only work when the file needed to be downloaded doesn't exist initially. However when I try running it again (the file being already...
Posted by macaroni, on Mar 12, 2003 at 12:15 PM, in Developer Center
AppleScript Studio and NSArchive 458 Views / 0 Replies  
I have an application written entirely using AppleScript studio and now I find the need to save the caculations my application makes, is it possible to use the NSArchive object when the whole...
Posted by macaroni, on Mar 6, 2003 at 01:02 PM, in Developer Center
applescript to move mail in inbox to folders 519 Views / 2 Replies  
I receive numerous emails and I have made folders for each person that I often receive emails from. Is there a way to use applescript, such that when I use the applescript, it will move all emails...
Posted by macaroni, on Jan 29, 2003 at 05:14 PM, in macOS
understanding database tables. 548 Views / 5 Replies  
I'm trying to understand database in general and I'm reading an introductory book on databases and they mention on relation between one table to another i.e. one to many, one to one, many to many.
...
Posted by macaroni, on Jan 28, 2003 at 04:24 PM, in Developer Center
AppleScript BBEdit timed out 479 Views / 0 Replies  
I fairly new to AppleScript and when I ran this script that I copied from a tutorial book, it just gave me a spinning black and white ball and eventually it gave me an error of
"BBEdit 6.5 got an...
Posted by macaroni, on Dec 7, 2002 at 11:31 PM, in macOS
 
Top
Privacy Policy
All times are GMT -4. The time now is 11:05 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,