error details in a NSAlert

2014-04-05 Thread Daniel Luis dos Santos
Hello all, I want to display some text indicating a list of errors the user should correct before submitting data. I am using a modal NSAlert in which i set a message with a localised string from a table. I want to include the error details and for that I was setting the informativeText field

Re: error details in a NSAlert

2014-04-05 Thread Quincey Morris
On Apr 5, 2014, at 18:19 , Daniel Luis dos Santos daniel.d...@gmail.com wrote: I want to include the error details and for that I was setting the informativeText field but it doesn’t show up unless its a string literal. I need it to be a variable value. I don’t know what you mean here. The