ブックマーク / www15.plala.or.jp (1)

  • ファイルを保存する場所を確保する

    ファイルを保存する場所はライブラリフォルダにします。ここにRepeating Motif Saverという名前のフォルダを作って、この中に保存する事にします。まずはライブラリフォルダのパスを入手します。 インターフェイスファイルの変更 このフォルダのパスを覚えておくためのインスタンス変数を追加します。 @interface RepeatingMotifSaverView : ScreenSaverView { IBOutlet id optionWindow; IBOutlet id randomizer,generator,repeatingMotif; IBOutlet id optionWindowTabView; BOOL fixToLayerMax; int counter,transition,hold,layerMax; int selectedIndex; NSImage

  • 1