[ANN] UKFilePathView
[ANN] UKFilePathView
- Subject: [ANN] UKFilePathView
- From: Uli Kusterer <email@hidden>
- Date: Thu, 6 Jul 2006 14:07:41 +0200
Hi,
just wanted to let you guys all know that I recently uploaded
another Cocoa class to my web site:
UKFilePathView: NSTextField-like view that displays a file path, but
lets you treat it as if it was a simple text field showing a POSIX
path. Extras include: Easily made editable by hooking up a "choose"
button to get a save or open panel, drag & drop support, contextual
menu.
Get it at
<http://www.zathras.de/angelweb/sourcecode.htm>
In addition to that, you can also find lots of other stuff there:
- Nice "Made with Cocoa" images
- UKFeedbackProvider: a simple class for adding "contact author" and
"report bug" menu items to your app
- UKUpdateChecker: a small class for checking whether a new release
of your app is available.
- UKCrashReporter: A function that offers sending crash reports upon
the next launch of your app if there are any. No patches, no code
injection.
- UKDirectoryEnumerator: A clone of NSDirectoryEnumerator that uses
Carbon APIs to get you all the info you'd ever want (including labels
and other nice info), or only the two attributes you need. Also
includes methods to change these attributes or get them for a single
file.
- UKDistributedView: A couple of classes for implementing Finder-
style icon view.
- UKDockProgressIndicator: A small class that shows a progress bar
overlaid over your app's dock icon.
- UKPrefsPanel: A small class that sets up a toolbar full of icons
for switching a tab view full of preferences.
- UKKQueue: A wrapper around the kqueue and FNNotify file change
notification mechanisms.
- UKDocumentationController: A small class that lets you jump to
certain bookmarks in your HTML help using menu items.
- UKIdleTimer: A wrapper around the Carbon idle timers that let you
act when the user hasn't done anything in your app for a while.
- UKSpeechSynthesizer: A more powerful clone of NSSpeechSynthesizer.
Uses Carbon to give you control over speech pitch, speed etc. Also
includes a "settings" editing view.
- UKToolbarFactory: A controller class for adding a toolbar to a
window based on a simple plist file.
- UKXMLPersistence: A prettier way for saving your plists to a simple
form of XML.
- UKXattrMetadataStore: A wrapper class around setxattr() and the
other low-level metadata APIs in OS X.
Note that most of this stuff is provided as is, and a lot is pre-
release code. See the readme files of the individual objects for
conditions for use (some are free, others aren't).
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden