there is not much wrong with what your doing... although BASIC difference between iphone programming and MAC programming is that in iphone programming we use the IK kit and in MAC prograamming we dont..all the classes used in MAC programming (not necessarily) but most use NS.... KEEP in mind that in MAC programming , a single button can launch a SINGLE action or call a single method unlike in iphone SDK where u can connect a button with multiple method calls.
my suggestion to u is put a working or busy sign and set its alpha value to zero, wheen first app is closed, dont close it there...instead change gamma value and load the next view...When that is loaded(KEEP THEIR POSITON(x,y) exactly same , hide the previous view app or first app...that way the transition would seem like its a single app.... hope this helps
发布评论
评论(1)
你所做的事情并没有太大的错误......尽管iphone编程和MAC编程之间的基本区别是,在iphone编程中我们使用IK套件,而在MAC编程中我们不使用......MAC编程中使用的所有类(不一定)但大多数使用 NS...请记住,在 MAC 编程中,单个按钮可以启动单个操作或调用单个方法,这与 iphone SDK 不同,在 iPhone SDK 中您可以将一个按钮与多个方法调用连接起来。
我给你的建议是放置一个工作或忙碌的标志并将其 alpha 值设置为零,当第一个应用程序关闭时,不要在那里关闭它...而是更改 gamma 值并加载下一个视图...加载时(保持)他们的位置(x,y)完全相同,隐藏以前的视图应用程序或第一个应用程序......这样过渡看起来就像是一个应用程序......
希望这有帮助
there is not much wrong with what your doing... although BASIC difference between iphone programming and MAC programming is that in iphone programming we use the IK kit and in MAC prograamming we dont..all the classes used in MAC programming (not necessarily) but most use NS.... KEEP in mind that in MAC programming , a single button can launch a SINGLE action or call a single method unlike in iphone SDK where u can connect a button with multiple method calls.
my suggestion to u is put a working or busy sign and set its alpha value to zero, wheen first app is closed, dont close it there...instead change gamma value and load the next view...When that is loaded(KEEP THEIR POSITON(x,y) exactly same , hide the previous view app or first app...that way the transition would seem like its a single app....
hope this helps