Damian Stewart a écrit :
And check the CVS for the ix widgets.
how do i do this? i know how to use CVS, i'm just not sure of which server, which module, or which version to use.

For browsing CVS:

http://pure-data.cvs.sourceforge.net/pure-data/extensions/gui/ix/

For downloading:

In a shell (msys under win32)
Log in first:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pure-data log
in

And

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/pure-data
co extensions/gui/ix

Don't forget that ix widgets requires some tk libs, read the readme.
If that version is working fine, then we should probably use it in the Pd-extended release version. Can you guys test it and see?

loading scale-test.pd with that version gives me this error:

can't read "::toxy::scale_isactive": no such variable
can't read "::toxy::scale_isactive": no such variable
    while executing
"if {$::toxy::scale_isactive} {
pd [concat $target $sel $v \;]
}"
    (procedure "::toxy::scale_command" line 2)
    invoked from within
"::toxy::scale_command s97a490 _cb 0"
    (command executed by scale)


The problem doesn't come from the external but from the setup.wid file, there is something to fix in it:

# FIXME
set ::toxy::scale_isactive 1

This line is apparently erroneous.

PatCo.


        

        
                
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to