Re: Questions about -orderFrontTablePanel:

2011-09-27 Thread Ulf Dunkel
Hi Andreas. NSTextView has built-in support for text tables, which provides the easiest way to add table support to your text view. This table support is in the form of the action method orderFrontTablePanel:. This method inserts a table into the text view and opens a modeless utility window

Re: Questions about -orderFrontTablePanel:

2011-09-26 Thread Ulf Dunkel
Really nobody can say something on this topic? - - - - - Am 22.09.2011 11:39, schrieb Ulf Dunkel: I wonder about the functionality of the NSTextView method -orderFrontTableView: but couldn't find answers for my following questions in the documentation or googling. The documentation only says:

Re: Questions about -orderFrontTablePanel:

2011-09-26 Thread Andreas Mayer
Am 22.09.2011 um 11:39 schrieb Ulf Dunkel: The documentation only says: Brings forward a panel allowing the user to manipulate text tables in the text view., but it also immediately inserts a default table in the currently selected text view, if any. A search brings up the Text Layout

Questions about -orderFrontTablePanel:

2011-09-22 Thread Ulf Dunkel
I wonder about the functionality of the NSTextView method -orderFrontTableView: but couldn't find answers for my following questions in the documentation or googling. The documentation only says: Brings forward a panel allowing the user to manipulate text tables in the text view., but it also