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

Showing results 1 to 50 of 75
Search: Posts Made By: type_r503
Thread Thread Starter Last Post Replies Views Forum
...You need the overload the function: -... 912 Views / 10 Replies  
...You need the overload the function:


- (BOOL)canBecomeKeyWindow
{
return YES;
}
Posted by type_r503, on May 6, 2003 at 10:28 PM, in Developer Center
you need to subclass the window the view is in... 912 Views / 10 Replies  
you need to subclass the window the view is in...
Posted by type_r503, on May 6, 2003 at 04:25 PM, in Developer Center
Compression for Download 810 Views / 9 Replies  
I have a few questions about using compression on your apps for download. What size files need to be compressed, < 1M, > 1M, etc? What compression format is preferred, .sit, .zip, .gz, ...? Should...
Posted by type_r503, on May 6, 2003 at 01:36 PM, in Developer Center
Is it bigger than a bread box? 3,735 Views / 73 Replies  
Is it bigger than a bread box?
Posted by type_r503, on May 6, 2003 at 12:48 PM, in Developer Center
You need to use '&' before the variable to pass a... 6,045 Views / 6 Replies  
You need to use '&' before the variable to pass a reference to the pointer.
Posted by type_r503, on May 5, 2003 at 04:09 PM, in Developer Center
You can also use Sock_ntoa() 6,045 Views / 6 Replies  
You can also use Sock_ntoa()
Posted by type_r503, on May 5, 2003 at 02:38 PM, in Developer Center
Here is a list of sites.... 709 Views / 5 Replies  
Here is a list of sites. (http://osx.hyperjeff.net/Apps/others.php)
Posted by type_r503, on Apr 28, 2003 at 01:31 AM, in Developer Center
macnn 709 Views / 5 Replies  
macnn
Posted by type_r503, on Apr 23, 2003 at 03:15 PM, in Developer Center
I have figured out that ssh uses ttyp0 for... 816 Views / 1 Replies  
I have figured out that ssh uses ttyp0 for stdin/stdout. But I don't have permission to access that terminal. Has anyone had experience forcing the output by other means or a way of getting around...
Posted by type_r503, on Apr 22, 2003 at 02:24 PM, in Developer Center
Trouble with scp and NSTask 816 Views / 1 Replies  
I am having trouble using scp with NSTask. Only the standard error is sent to my filehandle. I have tried other commands with the code:



//create task
if (openpty(&master, &slave,...
Posted by type_r503, on Apr 20, 2003 at 03:35 AM, in Developer Center
Poll: I8AP4. 11,877 Views / 98 Replies  
I8AP4.
Posted by type_r503, on Apr 20, 2003 at 12:56 AM, in Mac Desktops
I would use an NSCustomView. It is easier than... 921 Views / 1 Replies  
I would use an NSCustomView. It is easier than setting up OpenGL, without much sacrifice in performance. Unless you are worried terribly about speed, loading your document image into an NSImage and...
Posted by type_r503, on Apr 18, 2003 at 06:27 PM, in Developer Center
It's funny, when an artist needs help they are... 736 Views / 6 Replies  
It's funny, when an artist needs help they are awfull demanding, but if you ask them for some artistic help, you have to fill out forms, pay fees, and sign over your spleen.

Why isn't there any...
Posted by type_r503, on Apr 16, 2003 at 01:15 PM, in Developer Center
People still use news groups? 633 Views / 2 Replies  
People still use news groups?
Posted by type_r503, on Apr 9, 2003 at 04:55 PM, in Developer Center
I believe Palm supplies an IDE and a emulator... 452 Views / 1 Replies  
I believe Palm supplies an IDE and a emulator with ROMS for development. You may have to sign up to download the stuff though. They are availible on their website.

type R
Posted by type_r503, on Apr 2, 2003 at 05:10 PM, in Developer Center
New App Comin' 467 Views / 1 Replies  
I am going to be releasing a new app soon, how do I get it listed in your apps section on the front page?

Thanks,

type R
Posted by type_r503, on Apr 1, 2003 at 07:13 PM, in Feedback
Instead of using a 2D array I would create a... 542 Views / 3 Replies  
Instead of using a 2D array I would create a struct for the point and create an array of your structure.

typedef struct point{

double x;
double y;

};

struct point* pointArray =...
Posted by type_r503, on Mar 31, 2003 at 12:54 PM, in Developer Center
Poll: We all use Macs, so obviously it is pretty... 720 Views / 5 Replies  
We all use Macs, so obviously it is pretty important.
Posted by type_r503, on Mar 29, 2003 at 01:38 AM, in Developer Center
HTML Layers in a Textview 433 Views / 1 Replies  
Hello,

Anybody know of a way to display, correctly, html layers in an NSTextView. I can display one but it appears at the bottom of the page. I need it to display on top of the html like it...
Posted by type_r503, on Mar 27, 2003 at 12:58 PM, in Developer Center
try this. (http://www.sugarcubesoftware.com/csk/) 585 Views / 2 Replies  
try this. (http://www.sugarcubesoftware.com/csk/)
Posted by type_r503, on Mar 24, 2003 at 10:27 AM, in Developer Center
Sun has bigger fish to fry. $3 stock price says... 807 Views / 11 Replies  
Sun has bigger fish to fry. $3 stock price says it all. Intel has done a lot of damage to Sun over the past year. Apple will probably end up buying Sun for easy entry into the Enterprise.

type R
Posted by type_r503, on Mar 18, 2003 at 01:34 PM, in Developer Center
I don't understand why you have to defend carbon... 879 Views / 4 Replies  
I don't understand why you have to defend carbon in order to give away your source?
Posted by type_r503, on Mar 16, 2003 at 02:56 AM, in Developer Center
Sorry for the ignorance, but what does... 687 Views / 4 Replies  
Sorry for the ignorance, but what does "obfuscation" mean?

type R
Posted by type_r503, on Mar 11, 2003 at 01:31 PM, in Developer Center
you have to overload -(void)... 1,040 Views / 4 Replies  
you have to overload

-(void) textDidEndEditing: (NSNotification*) not

select the current cell and end editing.

type R
Posted by type_r503, on Mar 5, 2003 at 06:40 PM, in Developer Center
I think it is around $600 to set up a corporation... 1,063 Views / 10 Replies  
I think it is around $600 to set up a corporation in CA. You should know that simply establishing a corp and such will not fully protect you. There is always a way to get your money, gotta love...
Posted by type_r503, on Mar 3, 2003 at 03:17 PM, in Developer Center
App Plugins 454 Views / 1 Replies  
Does anybody have a problem with paying for plugins. Such as a sherlock plugin or Photoshop? I debating as whether to make a stand alone app or a plugin for sherlock.

Any advice is appreciated....
Posted by type_r503, on Mar 3, 2003 at 01:49 PM, in Developer Center
I want Safari integrated into the Finder and then... 4,088 Views / 76 Replies  
I want Safari integrated into the Finder and then M$ to sue apple.
Posted by type_r503, on Feb 21, 2003 at 07:20 PM, in macOS
Would you still be interested in doing something... 686 Views / 3 Replies  
Would you still be interested in doing something like this?
Posted by type_r503, on Feb 13, 2003 at 04:42 PM, in GUI Customization
There is a tutorial... 562 Views / 3 Replies  
There is a tutorial (http://cocoadevcentral.com/articles/000028.php#000028) at cocoa dev central that does what I think you need.
Posted by type_r503, on Feb 12, 2003 at 05:31 PM, in Developer Center
I posted a calling all designers message over in... 3,232 Views / 8 Replies  
I posted a calling all designers message over in the GUI Customizations forum. I think a repository of standardized app icons would be very helpful to us.

type R
Posted by type_r503, on Feb 12, 2003 at 12:48 PM, in Developer Center
Icons 686 Views / 3 Replies  
Hello,

Just wondering if any of you designers would be interested in creating a repository of standardized Application icons. Speaking for myself as a developer, I have a hard time creating good...
Posted by type_r503, on Feb 12, 2003 at 12:46 PM, in GUI Customization
Sounds like you found yourself a project. 549 Views / 6 Replies  
Sounds like you found yourself a project.
Posted by type_r503, on Jan 29, 2003 at 12:08 PM, in Developer Center
Why not just add the NSEvent to the array? 14,240 Views / 20 Replies  
Why not just add the NSEvent to the array?
Posted by type_r503, on Jan 28, 2003 at 12:34 PM, in Developer Center
Bug in IB/PB? 465 Views / 1 Replies  
Hello,

I was wondering if anyone else has faced this problem. I have a class that has 5-6 outlets to interface builder objects. I removed one outlet from the class definition and had interface...
Posted by type_r503, on Jan 27, 2003 at 06:29 PM, in Developer Center
you can right-click on the file you are trying to... 556 Views / 5 Replies  
you can right-click on the file you are trying to open and select ope-with. The choose the correct app to open it. You can also set the default app to open the file with.

type R
Posted by type_r503, on Jan 24, 2003 at 03:52 PM, in Developer Center
If you are reading this post on OSX then OpenGL... 749 Views / 6 Replies  
If you are reading this post on OSX then OpenGL is running. Quartz renders the GUI using OpenGL.


type R
Posted by type_r503, on Jan 21, 2003 at 09:49 PM, in Developer Center
You need to create a standard tool project. ... 794 Views / 9 Replies  
You need to create a standard tool project. File>New Project...>Standard Tool. Next you can enter your code or add you source file to the project.

Type R
Posted by type_r503, on Jan 20, 2003 at 01:20 AM, in Developer Center
In the terminal type "man sprintf" type... 614 Views / 6 Replies  
In the terminal type "man sprintf"

type R
Posted by type_r503, on Jan 11, 2003 at 03:04 PM, in Developer Center
i am an idiot. Simple overthinking. Thanks 675 Views / 6 Replies  
i am an idiot. Simple overthinking.

Thanks
Posted by type_r503, on Jan 11, 2003 at 02:13 AM, in Developer Center
char* str(const char* fmt, ...) { char... 614 Views / 6 Replies  
char* str(const char* fmt, ...)
{
char msg[1024];

va_list args;

va_start(args, fmt);
vsprintf(msg, fmt, args);
va_end(args);
Posted by type_r503, on Jan 10, 2003 at 03:00 AM, in Developer Center
Thanks, here is the code -(void)... 675 Views / 6 Replies  
Thanks, here is the code


-(void) makeWindowControllers
{
tableController = [[TableDataController alloc] initWithWindowNibName:@"TableData" ];


...
Posted by type_r503, on Jan 10, 2003 at 12:36 AM, in Developer Center
anyone? 675 Views / 6 Replies  
anyone?
Posted by type_r503, on Jan 9, 2003 at 03:00 PM, in Developer Center
Multi-window document app 675 Views / 6 Replies  
Hello,

I seem to be having some trouble with a document based app. I have multiple windowcontrollers being created from the documents makeDocumentControllers method. Each window type is loaded...
Posted by type_r503, on Jan 9, 2003 at 03:29 AM, in Developer Center
you can change the name in interface builder 621 Views / 3 Replies  
you can change the name in interface builder
Posted by type_r503, on Jan 2, 2003 at 07:11 PM, in Developer Center
exit(status); 573 Views / 6 Replies  
exit(status);
Posted by type_r503, on Jan 2, 2003 at 07:10 PM, in Developer Center
inconsistent data 422 Views / 0 Replies  
Hello,

I have a tableview and the data source uses the dictionary tableData. In setTableData... the data is present then when tableView... is called the data no longer exists.


-(id)...
Posted by type_r503, on Dec 7, 2002 at 08:12 PM, in Developer Center
Rocket Launcher... 2,008 Views / 45 Replies  
Rocket Launcher (http://homepage.mac.com/type_r503) launch apps and has a run function like winblow's start menu
Posted by type_r503, on Nov 27, 2002 at 02:19 AM, in Applications
Beta Testing 692 Views / 2 Replies  
Just wondering what is the method of all you shareware gurus for testing your software? Is it better to post unfinished versions for testing or close test and post the finished copy? How do you...
Posted by type_r503, on Nov 19, 2002 at 06:45 PM, in Developer Center
Not the G5 20,169 Views / 392 Replies  
Doesn't anyone find it strange that IBM is not calling the new chip a G5, I know this is an Apple name, but all the rumors around the new Motorola chip refer to it as G5. Do you really think that...
Posted by type_r503, on Oct 16, 2002 at 09:11 PM, in Mac Desktops
Sorry I missed the end of your message. I think... 824 Views / 8 Replies  
Sorry I missed the end of your message. I think I got it. When a thread is created it runs. Since you are passing in path at the creation it tries to load the uninitialized path. This would...
Posted by type_r503, on Oct 8, 2002 at 08:55 PM, in Developer Center
Showing results 1 to 50 of 75
 
Top
Privacy Policy
All times are GMT -4. The time now is 10:20 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.,