OK, Just when I thought I'd finally gotten the hang of the basics of Interface Builder the new leopard version comes along and throws me a curveball.
Not been having a lot of luck finding an idiots guide for it. I'm sure someone is writing one, and I'm probably going to need to 'upgrade' my now two versions behind Aaron Hillegass book when they update it for Leopard to help me figure this out.
It seems to me that I'm missing something rather large. I just wanted to program a simple app that would ask for some input, you hit calculate, and it gives you a number. Several of the inputs are hard coded list of 1 - 5. I used the popup button to make those, and I can't for the life of me figure out how to interact with the thing other than changing the Item1, Item2, and Item3 it shows.
I'm probably missing something large as I was never an event driven program guy and never really learned how to use any platforms web interface builder. I always did regular C, limited object oriented stuff that was mostly a text console based thing. So figuring out how to make the screen portion is got me lost, and IB3 has made me really lost.
Any good suggestions on where I could start? I've thumbed through the developer documentation Apple provides but it assumes I know a few things that I think I don't. Thanks
Not been having a lot of luck finding an idiots guide for it. I'm sure someone is writing one, and I'm probably going to need to 'upgrade' my now two versions behind Aaron Hillegass book when they update it for Leopard to help me figure this out.
It seems to me that I'm missing something rather large. I just wanted to program a simple app that would ask for some input, you hit calculate, and it gives you a number. Several of the inputs are hard coded list of 1 - 5. I used the popup button to make those, and I can't for the life of me figure out how to interact with the thing other than changing the Item1, Item2, and Item3 it shows.
I'm probably missing something large as I was never an event driven program guy and never really learned how to use any platforms web interface builder. I always did regular C, limited object oriented stuff that was mostly a text console based thing. So figuring out how to make the screen portion is got me lost, and IB3 has made me really lost.
Any good suggestions on where I could start? I've thumbed through the developer documentation Apple provides but it assumes I know a few things that I think I don't. Thanks