From: <bro...@us...> - 2009-06-11 07:34:27
|
Revision: 54 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=54&view=rev Author: broersen Date: 2009-06-11 07:34:23 +0000 (Thu, 11 Jun 2009) Log Message: ----------- ENH: -Changed capital in fieldname to lowercase Modified Paths: -------------- trunk/Community/General/Modules/ML/MLMatlabScriptWrapper/MLMatlabScriptWrapper.def Modified: trunk/Community/General/Modules/ML/MLMatlabScriptWrapper/MLMatlabScriptWrapper.def =================================================================== --- trunk/Community/General/Modules/ML/MLMatlabScriptWrapper/MLMatlabScriptWrapper.def 2009-06-11 07:33:49 UTC (rev 53) +++ trunk/Community/General/Modules/ML/MLMatlabScriptWrapper/MLMatlabScriptWrapper.def 2009-06-11 07:34:23 UTC (rev 54) @@ -28,8 +28,8 @@ Category Main { Vertical { margin = 4 - TextView MatlabScript { - dependsOn = !useExternalScript + TextView matlabScript { + dependsOn = !useExternalScript autoApply = Yes showLineNumbers = Yes } @@ -37,11 +37,11 @@ CheckBox useExternalScript {} Horizontal { Field matlabScriptPath { - title = "Matlab Script:" - expandX = yes - browseButton = ON - browseMode = open - browseFilter = "Database Files (*.m)" + title = "Matlab Script:" + expandX = yes + browseButton = ON + browseMode = open + browseFilter = "Database Files (*.m)" dependsOn = useExternalScript} } Vertical { @@ -60,19 +60,17 @@ Field outDataName2 {title = "Output2 name:" expandX = yes} } } - } Box "XMarker names" { Field inXMarkerName {title = "Input name:" expandX = yes} Field outXMarkerName {title = "Output name:" expandX = yes} } } - Horizontal { CheckBox autoUpdate {title = "Auto-update on input data change"} - Button restartMatlab { alignX = Right title = "Restart Matlab"} + Button restartMatlab {alignX = Right title = "Restart Matlab"} } - Field status {title = "Status:" edit = No} + Field status { title = "Status:" edit = No } Button update { alignX = Left title = "Update" } } } @@ -91,8 +89,8 @@ Horizontal { Field scalarName2 {title = "Name:" expandX = yes} Field scalar2 {title = "Value:" expandX = yes} - } - //} + } + //} //Box "Output scalars" { Horizontal { Field scalarName3 {title = "Name:" expandX = yes} @@ -110,6 +108,6 @@ } } } -} + } // Window } // MLModule MatlabScriptWrapper This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |