[PD-cvs] externals/miXed/test/toxy lbpict.wid,1.1,1.2 setup.wid,1.6,1.7

Krzysztof Czaja krzyszcz at users.sourceforge.net
Sat Mar 12 01:19:14 CET 2005


Update of /cvsroot/pure-data/externals/miXed/test/toxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1117/test/toxy

Modified Files:
	lbpict.wid setup.wid 
Log Message:
cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared)

Index: setup.wid
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/test/toxy/setup.wid,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup.wid	27 Jan 2005 14:42:54 -0000	1.6
--- setup.wid	12 Mar 2005 00:19:12 -0000	1.7
***************
*** 1,3 ****
! package provide toxywidgets 0.1.0.15
  
  # LATER keep standard widget setup in a .tcl file (transfered into a .wiq), and
--- 1,3 ----
! package provide toxywidgets 0.1.0.16
  
  # LATER keep standard widget setup in a .tcl file (transfered into a .wiq), and
***************
*** 288,291 ****
--- 288,294 ----
  }
  
+ # FIXME should be part of the float widget type, but we need it for plain scales
+ set ::toxy::scale_isactive 1
+ 
  #> bang button
  #. -image ::toxy::img::empty -command .<.>
***************
*** 299,305 ****
  #. @vset ::toxy::scale_doset .- .#1
  
- # FIXME
- set ::toxy::scale_isactive 1
- 
  #> symbol entry
  #. -bg pink -font .(helvetica 24.) -width 16
--- 302,305 ----

Index: lbpict.wid
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/test/toxy/lbpict.wid,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lbpict.wid	8 Dec 2004 15:45:26 -0000	1.1
--- lbpict.wid	12 Mar 2005 00:19:12 -0000	1.2
***************
*** 1,4 ****
  proc ::toxy::lbpict {path fname} {
!     $path config -image [image create photo -file $fname]
  }
  
--- 1,6 ----
  proc ::toxy::lbpict {path fname} {
!     if {[catch {$path config -image [image create photo -file $fname]} res]} {
! 	puts stderr [concat failed ::toxy::lbpict: $res]
!     }
  }
  





More information about the Pd-cvs mailing list