prefpane ändern: wie?

heikos

heikos

Mitglied
Thread Starter
Dabei seit
04.01.2004
Beiträge
81
Reaktionspunkte
0
hallo!
wie kann ich prefpanes ändern, alo gezielt öffnen und bearbeiten? mit nem editor gehts nicht, auch nicht mit dem scripteditor...

schönen dank schonmal

heiko
 
Hallo heikos,

PrefPanes musst Du programmieren und compilieren - das sind binäre Daten :) Nach dem Motto: take it or leave it…
 
Dürfte ein etwas komplexeres Thema sein:

Preference panes are used primarily to modify system preferences for the current user. Preference
panes are implemented as plug-ins and installed in /Library/PreferencePanes on the user’s
system. Application developers can also take advantage of these plug-ins to manage per-user
application preferences; however, most applications manage preferences using the code provided
by the application environment.
The following types of developers might need to create preference panes:
■ Developers of hardware devices that are user-configurable
■ Developers of systemwide utilities, such as virus protection programs, that require user
configuration
■ Application developers who want to reuse preference panes intended for the System
Preferences application or who simply want to use the same model to implement their
application preferences
Because the interfaces are based on Objective-C, you write preference panes primarily using
Cocoa. For more information, see Preference Panes in Cocoa User Experience Documentation.

Weiteres hier!
 
Hm...
Ich kann eine .prefpane mit XCode nicht öffnen, es passiert einfach nichts, wenn ich sie auswähle.

Was mach ich da falsch??

Danke
 
Zurück
Oben Unten