How can I display invisible glyphs in a Text Edit field?
How can I display invisible glyphs in a Text Edit field?
- Subject: How can I display invisible glyphs in a Text Edit field?
- From: Dave Camp <email@hidden>
- Date: Fri, 14 Nov 2003 09:01:09 -0800
I'm implementing an app that can playback keystrokes, and I need to let
the user see normally invisible stuff like Shift, Control, Tab, etc.
This would be like the key bindings editor in PB or XCode I guess. This
would be both for input (typing the original keystrokes into an edit
field) and for display in a table view. Again, a lot like the PB key
binding editor.
It looks like the NSLayoutManager has a setting to control this, but I
can't figure out how to change this for a given text field or cell.
Is there some example code for this, or can someone give me some
pointers? How do I change the layout manger a text field or cell will
use?
Thanks,
Dave
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.