ggetto: Re: OutlineView with big text editor
On 27.11.2010, at 15:43, gMail.com <http://gMail.com> wrote:
> Hi, I have set a custom cell showing icon + text on my outlineView column.
> It works well, but whenever I double click on the row to edit the text, I
> get a text field ed
+0100
A: "gMail.com"
Cc:
Oggetto: Re: OutlineView with big text editor
On 27.11.2010, at 15:43, gMail.com <http://gMail.com> wrote:
> Hi, I have set a custom cell showing icon + text on my outlineView column.
> It works well, but whenever I double click on the row to ed
On 27.11.2010, at 15:43, gMail.com wrote:
> Hi, I have set a custom cell showing icon + text on my outlineView column.
> It works well, but whenever I double click on the row to edit the text, I
> get a text field editor bigger than the cell itself and covering the left
> icon. How can I make thi
Hi, I have set a custom cell showing icon + text on my outlineView column.
It works well, but whenever I double click on the row to edit the text, I
get a text field editor bigger than the cell itself and covering the left
icon. How can I make this text field editor fit the cell bounds and not
cove
3 options:
* NSAttributedString
* Create a parser using NSScanner that strips out all non-text.
* WebKit, in particular the DOM API.
On 28 Jul 2008, at 12:10, mahaboob pa wrote:
Hi,
I'm new to cocoa. I'm developing an application that converts the
text into
HTML and vice versa. I can convert
Hi,
I'm new to cocoa. I'm developing an application that converts the text into
HTML and vice versa. I can convert text into HTML format but, I didn't get
the code to convert an HTML contents into text format. How can I do this ?
___
Cocoa-dev mailing li