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->{'MajRVAffiche'}->->stringValue;

this is simply :


my $text = $self->{"MajRVAffiche"}->string;

Reply via email to