 |
 |
App not running on other Comps.
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
So I made the app and it runs fine on my machine. I sent it to a friend and it doesnt work.
Anyone know whats up?
|
|
i hate project managers.
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
Originally posted by drainyoo:
So I made the app and it runs fine on my machine. I sent it to a friend and it doesnt work.
Anyone know whats up?
Like I said before, $10 says ZeroLink is on.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
Originally posted by Chuckit:
Like I said before, $10 says ZeroLink is on.
I appologize for being a newbie but what is Zerolink?
|
|
i hate project managers.
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
Originally posted by Chuckit:
Like I said before, $10 says ZeroLink is on.
Oh wait. I think I figured it out!
Thanks man.
|
|
i hate project managers.
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
Originally posted by drainyoo:
I appologize for being a newbie but what is Zerolink?
It's a techonology Apple introduced with Xcode that defers linking until runtime. But it's only meant to be used for development builds, and apps built with it won't run outside of your computer. To disable it, get info on your project's group and go to Styles. There, you can just switch the build style from Development to Deployment and Xcode will set up the proper build settings for you.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
Originally posted by Chuckit:
It's a techonology Apple introduced with Xcode that defers linking until runtime. But it's only meant to be used for development builds, and apps built with it won't run outside of your computer. To disable it, get info on your project's group and go to Styles. There, you can just switch the build style from Development to Deployment and Xcode will set up the proper build settings for you.
Thanks dude. I really appreciate the help. Would you like to check out the app?
Also do you know a good tutorial on how to create tabs in an app?
|
|
i hate project managers.
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Dec 2000
Location: Chicago, Illinois
Status:
Offline
|
|
The weird thing is that ZeroLink was mysteriously turned on for some of my old projects but not others.
Strange and slightly annoying.
Matt Fahrenbacher
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Oct 1999
Location: San Jose, Ca
Status:
Offline
|
|
drainyoo: Are you asking about programatically creating tabs at run-time, or just having a fixed number? If it is the latter is it simply drag-and-drop in InterfaceBuilder. If it is the former, then you should consult the documentation on NSTabView.
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
Originally posted by larkost:
drainyoo: Are you asking about programatically creating tabs at run-time, or just having a fixed number? If it is the latter is it simply drag-and-drop in InterfaceBuilder. If it is the former, then you should consult the documentation on NSTabView.
Larkost, thansk man I figured it out.
Do you know if its possbile to have the window resize when you clock on different tabs?
|
|
i hate project managers.
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Dec 2000
Location: Chicago, Illinois
Status:
Offline
|
|
Originally posted by drainyoo:
Larkost, thansk man I figured it out.
Do you know if its possbile to have the window resize when you clock on different tabs?
Only if you click on them, not when you clock on them.
Look at the delegate methods of NSTabView and you can do it manually. It shouldn't be too bad.
Matt Fahrenbacher
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2001
Location: Ny,Ny,USA
Status:
Offline
|
|
Originally posted by Ghoser777:
Only if you click on them, not when you clock on them.
Look at the delegate methods of NSTabView and you can do it manually. It shouldn't be too bad.
Matt Fahrenbacher
HA sorry about that.
Ill look into it. Thanks.
|
|
i hate project managers.
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|