Re: [CamelBones] getting text from NSTextView (newbie question)

2003-06-26 Thread Thilo Planz
Hi Yvon, sorry for this newbie question, but i'm stuck in getting back a text from an NSTextView. but getting it back with : my $text = $self->{'MajRVAffiche'}->->stringValue; (the same as for NSTextField) returns an error : Instances of class NSTextView do not respond to selector stringVa

FOUND ! was (Re: [CamelBones] getting text from NSTextView (newbie question))

2003-06-26 Thread Yvon Thoraval
Le jeudi, 26 juin 2003, à 09:52 Europe/Paris, Yvon Thoraval a écrit : Hey all, sorry for this newbie question, but i'm stuck in getting back a text from an NSTextView. inserting text is easy : $self->{'MajRVAffiche'}->insertText("blablabla"); but getting it back with : my $text = $self->{'Ma

[CamelBones] getting text from NSTextView (newbie question)

2003-06-26 Thread Yvon Thoraval
Hey all, sorry for this newbie question, but i'm stuck in getting back a text from an NSTextView. inserting text is easy : $self->{'MajRVAffiche'}->insertText("blablabla"); but getting it back with : my $text = $self->{'MajRVAffiche'}->->stringValue; (the same as for NSTextField) returns an