Skip to content

Commit

Permalink
Merge pull request #165 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
Fetching latest copy
  • Loading branch information
maxwellfundi authored Oct 28, 2016
2 parents 9a684cd + d83fa4e commit 650752f
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 279 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,5 @@ ModelManifest.xml
/packages/DynamicInterop.0.7.4/lib/net40/DynamicInterop.xml
/packages/DynamicInterop.0.7.4/lib/net40/DynamicInterop.dll
/instat/static/InstatObject/R/.RData
/instat/static/InstatObject/R/examples_R6.R
/instat/static/InstatObject/R/.Rhistory
6 changes: 5 additions & 1 deletion instat/dlgBoxPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Public Class dlgBoxplot
ucrSelectorBoxPlot.Focus()
ucrVariablesAsFactorForBoxplot.ResetControl()
chkHorizontalBoxplot.Checked = False
ucrSaveBoxplot.Reset()
sdgPlots.Reset()
TestOkEnabled()
SetXParameter()
Expand Down Expand Up @@ -86,7 +87,6 @@ Public Class dlgBoxplot
End Sub

Private Sub TestOkEnabled()

If ucrVariablesAsFactorForBoxplot.IsEmpty Or (ucrSaveBoxplot.chkSaveGraph.Checked And ucrSaveBoxplot.ucrInputGraphName.IsEmpty) Then
ucrBase.OKEnabled(False)
Else
Expand Down Expand Up @@ -170,4 +170,8 @@ Public Class dlgBoxplot
End If
TestOkEnabled()
End Sub

Private Sub ucrSaveBoxplot_ContentsChanged() Handles ucrSaveBoxplot.ContentsChanged
TestOkEnabled()
End Sub
End Class
Binary file removed instat/static/InstatObject/R/.RData
Binary file not shown.
206 changes: 0 additions & 206 deletions instat/static/InstatObject/R/.Rhistory

This file was deleted.

Loading

0 comments on commit 650752f

Please sign in to comment.