I'm fairly new to XCode and mac development and am trying build a universal binary that I started designing on leopard intel. When I finally got my hands on a ppc tiger machine to test the UI looks completely different. The main issue is that the icons for my buttons are "zoomed in" on the ppc(probably same issue on tiger regardless of arch) and I'm unable to figure out why -- and I'm not able to select another icon file in Interface builder. What I mean here is that the entire icon shows on leopard on the face of the button while on tiger/ppc a subset of it shows because it's zoomed in and covers the whole face of the button. As a result the app looks horrible because the icons look meaningless. I'm using .icns files.
I then saved my project to XCode 2.4 and also downgraded the NIB to 2.x(after resolving some small issues) and building on the ppc machine using XCode 2.5 produced the same problem. The app generally works but is more unstable that I need to debug and test and the behaviour is also slightly different but I'm sure that may be inherent issues that surface on the other architecture that I just need to debug through. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
