在Dashboard Widget中嵌入Cocoa(图片贴不上去T_T)[23]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 ojv1984 的 blog

[textviewmirror setstring:[textview string]]; //changes the mirror text

}

@end

 

 

因为你有可能会键入比textview能过显示的更多的字符,我在这个例子里面使用了一个scrollview。现在,plist(译者:这里指的是cocoa捆束的plist,不是指widgetplist)就必须修改了。找到‘info.plist’—— 它应该是在resources那个组里面。“cfbundleidentifier 键应该修改为“com.apple.embeddedcocoa.plugin”,而 nsprincipalclass 就修改为 embeddedcocoa”。

<key>cfbundleidentifier</key>

<string>com.apple.embeddedcocoa.plugin</string>

本文关键:在Dashboard Widget中嵌入Cocoa(图片贴不上去T_T)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top