[rkward-cvs] SF.net SVN: rkward: [1135] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Jan 12 13:59:41 UTC 2007


Revision: 1135
          http://svn.sourceforge.net/rkward/?rev=1135&view=rev
Author:   tfry
Date:     2007-01-12 05:59:40 -0800 (Fri, 12 Jan 2007)

Log Message:
-----------
Test using dropdown list in scatterplot plugin (this and the previous commit NOT for 0.4.5)

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/TODO
    trunk/rkward/rkward/plugins/plots/scatterplot.xml
    trunk/rkward/subdirs

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2007-01-12 13:51:49 UTC (rev 1134)
+++ trunk/rkward/ChangeLog	2007-01-12 13:59:40 UTC (rev 1135)
@@ -1,3 +1,5 @@
+- add possibility to use dropdown lists in plugins
+
 --- Version 0.4.5 - DATE
 - TODO: test auto-detection of pluginmap path!
 

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2007-01-12 13:51:49 UTC (rev 1134)
+++ trunk/rkward/TODO	2007-01-12 13:59:40 UTC (rev 1135)
@@ -183,7 +183,6 @@
 	- create a spinbox, that can really deal with real numbers
 		- whenever the value changes (user entered text, or clicked up/down), the value will be translated into an integer number, and an integer exponent (in mapTextToValue(), and mapValueToText ()?)
 		- step size will be auto-adjusted logarithmically (e.g. always third most significant digit)
-	- create a drop down list in addition to a radio box
 
 Documentation:
 	- add an example to show rkward-specific commands (rk.print, rk.graph)

Modified: trunk/rkward/rkward/plugins/plots/scatterplot.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot.xml	2007-01-12 13:51:49 UTC (rev 1134)
+++ trunk/rkward/rkward/plugins/plots/scatterplot.xml	2007-01-12 13:59:40 UTC (rev 1135)
@@ -52,7 +52,7 @@
 				</row>
 			</tab>
 			<tab label="Type" >
-				<radio id="type" label="Type of graphics" >
+				<dropdown id="type" label="Type of graphics" >
 					<option value="'p'" label="Plot individual dots" />
 					<option value="'l'" label="Plot lines" />
 					<option value="'b'" label="Plot dots connected by lines (both)" />
@@ -61,7 +61,7 @@
 					<option value="'s'" label="Stair steps: the top of the vertical defines the point" />
 					<option value="'S'" label="Stair steps: the bottom of the vertical defines the point" />
 					<option value="custoType" label="Customize" />
-				</radio>
+				</dropdown>
 				<input size="medium" id="typeCusto" label="Give a character vector eg : c('p','l')" />
 			</tab>
 			<tab label="Names" >

Modified: trunk/rkward/subdirs
===================================================================
--- trunk/rkward/subdirs	2007-01-12 13:51:49 UTC (rev 1134)
+++ trunk/rkward/subdirs	2007-01-12 13:59:40 UTC (rev 1135)
@@ -1,4 +1,3 @@
 doc
 po
 rkward
-rkward-0.4.5pre1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list