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: lfrog2
Thread Thread Starter Last Post Replies Views Forum
Also, an free marshaller: ... 1,499 Views / 16 Replies  
Also, an free marshaller:

http://homepage.mac.com/jimbokun/Excelsior.html
Posted by lfrog2, on Oct 16, 2003 at 04:05 PM, in Developer Center
What about using phpki (sourceforge project)? Or... 901 Views / 12 Replies  
What about using phpki (sourceforge project)? Or will any of the security unix commands work, like req, openssl, x509, or others?
Posted by lfrog2, on Oct 9, 2003 at 09:29 AM, in macOS
Since no one has yet responded, Select and... 9,374 Views / 131 Replies  
Since no one has yet responded, Select and Premier members should get a copy. At least this is now it has worked in the past. I would be suprised if student members get a copy for free. For some...
Posted by lfrog2, on Oct 9, 2003 at 08:59 AM, in macOS
Poll: Make sure you calibrate your battery first. If... 1,072 Views / 10 Replies  
Make sure you calibrate your battery first. If this does not mean anything to you, see page 20 of your "Getting Started" booklet.
Posted by lfrog2, on Sep 30, 2003 at 02:22 PM, in Mac Notebooks
Re: Re: Re: My shipping Info for 15" Al 32,137 Views / 513 Replies  
The 2 days is from when the package clears customs, which is usually around 2 days. Unfortunately customs is a little more stringent these days thanks to a few social deviants:( I have been told that...
Posted by lfrog2, on Sep 19, 2003 at 02:50 PM, in Mac Notebooks
I do not know what attributes you are trying to... 1,100 Views / 3 Replies  
I do not know what attributes you are trying to set, but you might want to look at NSText, which is the super class of NSTextView. Some methods of interest are:

setSelectedRange: - you can use...
Posted by lfrog2, on Jul 21, 2003 at 01:49 PM, in Developer Center
Each instance gets one init message. The... 715 Views / 6 Replies  
Each instance gets one init message. The awakeFromNib guarantees that all the outlets have been instantiated.

Unfortunately, I have not seen a simple example using multiple controllers that talk...
Posted by lfrog2, on Jul 1, 2003 at 03:14 PM, in Developer Center
The nib sends the init message to all objects in... 715 Views / 6 Replies  
The nib sends the init message to all objects in the nib. The awakeFromNib method is then called, where you can set the values of the outlets. This method guarantees that all the outlet connections...
Posted by lfrog2, on Jul 1, 2003 at 01:45 PM, in Developer Center
I can't wait to get my copy of Panther and XCode! 4,982 Views / 30 Replies  
I can't wait to get my copy of Panther and XCode!
Posted by lfrog2, on Jul 1, 2003 at 12:01 PM, in Developer Center
I tend to agree with Gametes. However, I think it... 7,815 Views / 87 Replies  
I tend to agree with Gametes. However, I think it depends on your learning style. I am a top-down learner, so I like to see the big picture and I fill in details as I go along. Plus, learning Cocoa...
Posted by lfrog2, on Jul 1, 2003 at 10:41 AM, in Developer Center
Looks like the type of problems I normally have:D 912 Views / 10 Replies  
Looks like the type of problems I normally have:D
Posted by lfrog2, on May 8, 2003 at 11:57 AM, in Developer Center
In you view subclass, do you have the following... 912 Views / 10 Replies  
In you view subclass, do you have the following methods returning YES?

- (BOOL)acceptsFirstResponder
- (BOOL)resignFirstResponder
- (BOOL)becomeFirstResponder

and have you implemented the...
Posted by lfrog2, on May 7, 2003 at 09:24 AM, in Developer Center
Actually, Apple probably has a supplier for some... 7,256 Views / 137 Replies  
Actually, Apple probably has a supplier for some subcomponents. So, you got a completely new machine? You might be suprised how many suppliers are needed sometimes and what those suppliers provide....
Posted by lfrog2, on May 7, 2003 at 09:13 AM, in Mac Notebooks
I assume the P2P you refer to is a legally valid... 2,283 Views / 52 Replies  
I assume the P2P you refer to is a legally valid transaction. If not, you are in violation of the law and committing theft, copyright infringement, blah, blah, blah. There is no justification....
Posted by lfrog2, on Apr 30, 2003 at 10:47 AM, in Applications
The run time error is that you are going beyond... 698 Views / 5 Replies  
The run time error is that you are going beyond the end of your array. For example, if your array has 10 objects, you are requesting the 11th. Remember, arrays start at 0 and go to n-1 when there are...
Posted by lfrog2, on Apr 24, 2003 at 11:01 AM, in Developer Center
I would suggest you get the Hillgrass book. It is... 1,017 Views / 10 Replies  
I would suggest you get the Hillgrass book. It is very informative yet goes quickly. It will give you a good feel for how things work with Cocoa. The other available books on Cocoa programming are...
Posted by lfrog2, on Apr 15, 2003 at 12:24 PM, in Developer Center
You can also use Keyed Archiving (new to 10.2).... 759 Views / 8 Replies  
You can also use Keyed Archiving (new to 10.2). Keyed archiving has some advantages or "normal" archiving. Apple has some info on there developer site under the Cocoa Documentation. Look under...
Posted by lfrog2, on Apr 8, 2003 at 11:23 AM, in Developer Center
NSScanner is a class cluster, which you have to... 840 Views / 2 Replies  
NSScanner is a class cluster, which you have to subclass differently. There is some documentation at developer.apple.com, or on your hard drive. Unfortunately, I do not remember where. If you do an...
Posted by lfrog2, on Apr 1, 2003 at 11:19 AM, in Developer Center
I agree for some Deleware is a good choice. My... 1,062 Views / 10 Replies  
I agree for some Deleware is a good choice. My first business was incorporated in Deleware. We are in the process of moving the incorporation for that business to Texas since dealing with the...
Posted by lfrog2, on Mar 10, 2003 at 10:37 AM, in Developer Center
If your in Texas, do not bother with the... 1,062 Views / 10 Replies  
If your in Texas, do not bother with the additional cost of incorporating in Deleware. Texas laws are just as friendly. I also hear Nevada has "friendly" laws.
Posted by lfrog2, on Mar 6, 2003 at 01:04 PM, in Developer Center
Note I am not a lawyer! Expenditures depend... 1,062 Views / 10 Replies  
Note I am not a lawyer!

Expenditures depend on the filing fee and how much you do yourself. In Texas it is approximately $250 filing fee for either LLC or an S-Corp. To do an S-Corp you...
Posted by lfrog2, on Mar 5, 2003 at 07:32 PM, in Developer Center
I am set up as an S-Corp. This confers the... 1,062 Views / 10 Replies  
I am set up as an S-Corp. This confers the protection of a C-Corp (what we normally think of as a corportation) but allows net income to fall to your personal income tax directly (no dividends). The...
Posted by lfrog2, on Mar 5, 2003 at 02:28 PM, in Developer Center
Which PB for Programming 1,022 Views / 10 Replies  
I am waffling on which PB to get. I will be using Project Builder et. al., apache, python, and BBedit, with some other programs (Word, Excel, OmniGraffle, etc.) less frequently. I will also primarily...
Posted by lfrog2, on Mar 3, 2003 at 02:41 PM, in Mac Notebooks
You just need an online membership. I have... 786 Views / 8 Replies  
You just need an online membership. I have transfered my hardware discount to online members that I know when I was not going to use the discount before expiration. If this person transfers the asset...
Posted by lfrog2, on Jan 30, 2003 at 07:13 PM, in Developer Center
Is your window's delegate outlet set to be you... 617 Views / 4 Replies  
Is your window's delegate outlet set to be you PaperController. PaperController should be set as the File's Owner in the PaperWindow.nib.
Posted by lfrog2, on Dec 13, 2002 at 12:53 PM, in Developer Center
I believe this is still a problem with languages... 1,924 Views / 47 Replies  
I believe this is still a problem with languages that do automatic garbage collection. I do not know about C#, but in Java you still have to make sure you do not get into a retain cycle.
Posted by lfrog2, on Nov 25, 2002 at 12:27 PM, in Developer Center
I do not know if automatic garbage collection is... 1,924 Views / 47 Replies  
I do not know if automatic garbage collection is in the cards, but I understand that the GNUStep project has a way to easily add automatic garbage collection. It would be nice if Apple could figure...
Posted by lfrog2, on Nov 22, 2002 at 11:15 AM, in Developer Center
1. On the BareFeets test, are all the machines... 1,662 Views / 14 Replies  
1. On the BareFeets test, are all the machines running the same OSX, ie. are they all running OSX Server?

2. Are the priorities of OSX Server the same as the priorities for OSX?

3. Since the...
Posted by lfrog2, on Aug 14, 2002 at 11:56 AM, in Mac Desktops
Who are the major Mac game porters? 1,072 Views / 20 Replies  
What companies actually do the technical porting for Mac games. Omnigroup? Ambrosia? Others?

[ 05-22-2002: Message edited by: lfrog2 ]
Posted by lfrog2, on May 22, 2002 at 11:50 PM, in Gaming
Am I the only one bumbed about no SFC II? 479 Views / 1 Replies  
Was I the only person looking forward to Star Fleet Comand II: Empires at War? Looks like I will have to try to find a cheap PC now to play the game.
Posted by lfrog2, on May 22, 2002 at 11:45 PM, in Gaming
Did you retain newReferenceArray? I am not quite... 3,644 Views / 5 Replies  
Did you retain newReferenceArray? I am not quite sure what you are doing in setNewReferenceArray:. What is done with the [NSMutableArray array] that is passed to setNewReferenceArray:?
Posted by lfrog2, on May 9, 2002 at 11:55 AM, in Developer Center
Java 2 and IE problem 472 Views / 0 Replies  
I am unable to use a java applet with IE (OSX version) in OSX. I am given the message the I need a java 2 plug-in. However, the Sun site does not have the Java 2 plug-in for OSX (has it for other...
Posted by lfrog2, on Oct 26, 2001 at 04:17 PM, in macOS
Viewing Java 2 in Explorer or Netscape 439 Views / 0 Replies  
Is there a plug-in to allow you to view java 2 in Explorer or Netscape? There is a page that uses a java applet to browse a directory on a server.
Posted by lfrog2, on Oct 26, 2001 at 04:09 PM, in Applications
Setting up SSL without External CA 640 Views / 1 Replies  
Is it possible to set up SSL and create your own SSL certificates (such as when dealing with an intranet)? I have been looking for information about creating SSL certificates but I am having a hard...
Posted by lfrog2, on Aug 22, 2001 at 11:50 AM, in macOS
Did you set the third field's attributes so that... 662 Views / 8 Replies  
Did you set the third field's attributes so that it could not be edited? I get that behavior when I have the "Editable" checkbox selectd, but do not get the behavior you describe when the "Editable"...
Posted by lfrog2, on May 23, 2001 at 12:02 PM, in Developer Center
Utility to partition disk w/o erasing 423 Views / 3 Replies  
Is there a product that can partition a disk without erasing the contents of the disk? I would like to partition a drive but not have to backup and restore the information that is already on the disk.
Posted by lfrog2, on Apr 18, 2001 at 12:46 PM, in Applications
 
Top
Privacy Policy
All times are GMT -4. The time now is 12:55 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.,