Consider getting an old PowerPC Mac, run your app as a blueprint and rebuild a new interface in the current Xcode. That will likely be faster than hacking away at your current nib, and a bit of fun as well. Take it one window at a time so you understand what is happening.

That is how we brought our 1983 to 1995 Lisa -> MPW -> CodeWarrior Pascal app into the current century and ended up with a nice clean UI and Objective C.

Good Luck!

Gary


On Feb 13, 2017, at 8:56 AM, Andreas Falkenhahn wrote:

On 13.02.2017 at 16:40 じょいすじょん wrote:

You have a lot of dupes in your nib file connections.

For example, select the AppDelegate in the nib in IB, and look at the Connections Inspector.
You'll see it has 2 Main Menu referencing outlets.
So it's hitting a random one of the two.
You have this kind of duplication in lots of places in your nib.
Rewire your nib.

True, I can see that. But how do I rewire my nib? I don't remember anything about Interface Builder. As I said, I last worked on this project about 10
years ago on a PowerPC Mac.

So what exactly do I have to do? I've tried deleting the duplicate "mainMenu"
entry in "Referencing Outlets" but this didn't change anything...

--
Best regards,
Andreas Falkenhahn                            mailto:andr...@falkenhahn.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/toothpic%40fastq.com

This email sent to tooth...@fastq.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to