Thx for your help. I could play a little bit around with tm_dialog the last few days but there are still some things I don't get:
1. How do I pass default values to the elements of the nib file. I tried "tm_dialog -p {arguments.plist} my_nib_file.nib" in several variations but it always results in an error like
"2007-03-16 00:08:31.124 tm_dialog[4685] *** Uncaught exception: <NSInvalidArgumentException> [NOTE: this exception originated in the server.] *** -[NSCFString setObject:forKey:]: selector not recognized [self = 0x16718a0] Trace/BPT trap"
I also tried "tm_dialog -d..." but nothing seems to work.
2. Has anyone ever tried getting values from a NSTableView? How would I do that?
Dominik.
On Mar 12, 2007, at 3:46 PM, Allan Odgaard wrote:
On 12. Mar 2007, at 14:12, Dominik Gabi wrote:
[...] I'm trying to reproduce the screencast about tm_dialog on my computer but somehow it doesn't work. Whenever I try to open a nib- file with "tm_dialog some_nib_file.nib" my shell is stalling but nothing else happens [...]
If you do not use -p (to hand it parameters) it will read them from stdin.
So press ⌃D to signal “end of input” and I think it will continue. Alternatively give it -p '{}' as argument.