Re: DropScript confusion about cwd

2003-07-12 Thread Yvon Thoraval
Le samedi, 12 juil 2003, à 17:25 Europe/Paris, Steven Bach a écrit : But I fully agree with Chris that it is purely a matter of opinion whether Perl is hard compared to AS, and I would add that programming backgrounds, learning styles and other factors are likely to come into play. May I add m

Re: XML::LibXML install problem (again)

2003-06-27 Thread Yvon Thoraval
Le vendredi, 27 juin 2003, à 20:50 Europe/Paris, Marco Baroni a écrit : I have perl v5.8.0, os x 10.2.6, libxml2 2.5.4-1 installed via fink. Having read that XML::LibXML 1.53 and 1.54 are not os x-compatible, I tried with 1.52, but the make test command failed. i can't say about your set-up (i'

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 i

[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

[CamelBones] addressing a check box

2003-06-25 Thread Yvon Thoraval
hey all, i have a checkbox named saying "myCB", when i used CamelBones with Perl 5.6 reading this check box by : my $okHTML = $self->{'myCB'}->stringValue; returns 0 or 1 depending upon 'm y CB' state. this was OK for me. BUT since i've rebuild CamelBones with Perl 5.8 (DarwinPorts version)

Re: [CamelBones] and some prob with XML::LibXML

2003-06-23 Thread Yvon Thoraval
Le dimanche, 22 juin 2003, à 17:27 Europe/Paris, Sherm Pendley a écrit : CamelBones doesn't use /usr/bin/perl - it's linked directly to libperl.dylib, and unless it's rebuilt to use another, it uses the one found under /System/Library/Perl. Have you built CamelBones against your copy of 5.8.0?

[CamelBones] problem with XML::LibXML

2003-06-22 Thread Yvon Thoraval
firstevall i have to say camelbones is great for people as me making small apps for web dev. however at that time i'm stuck with XML::LibXML. the script part using LibXML has been tested apart of CamelBones, working well. XML::LibXML is installed in /opt/perl/lib/site_perl/5.8.0/darwin'. if i

[CamelBones] and some prob with XML::LibXML

2003-06-22 Thread Yvon Thoraval
Hey all, i'm using perl 5.8 over macos x.2.6 in /opt and the latest CamelBones FrameWork, i'm unable to make a script working within CamelBones/Project Buider althought it works fine from command line... this script is using XML::LibXML installed in /opt/perl/lib/site_perl/5.8.0/darwin'. (b