Skip to content

Commit

Permalink
Merge pull request #6 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
getting latest version
  • Loading branch information
Lunalo authored Nov 8, 2016
2 parents 1cfea1f + 6917698 commit 063410a
Show file tree
Hide file tree
Showing 30 changed files with 693 additions and 563 deletions.
1 change: 1 addition & 0 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Public Class dlgCalculator
chkSaveResultInto.Checked = True
SaveResults()
grpDates.Enabled = False
ucrSelectorForCalculations.bUseCurrentFilter = False
End Sub

Private Sub ReopenDialog()
Expand Down
1 change: 1 addition & 0 deletions instat/dlgCombine.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgCombine
ucrFactorsReceiver.Selector = ucrSelectorCombineFactors
ucrFactorsReceiver.SetMeAsReceiver()
ucrFactorsReceiver.SetIncludedDataTypes({"factor"})
ucrFactorsReceiver.bUseFilteredData = False
ucrBase.clsRsyntax.SetFunction("interaction")
ucrInputColName.SetItemsTypeAsColumns()
ucrInputColName.SetDefaultTypeAsColumn()
Expand Down
1 change: 1 addition & 0 deletions instat/dlgCombineText.vb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Public Class dlgCombineText
ucrReceiverCombineText.SetMeAsReceiver()
ucrBase.clsRsyntax.SetFunction("stringr::str_c")
ucrReceiverCombineText.SetIncludedDataTypes({"factor", "character"})
ucrReceiverCombineText.bUseFilteredData = False
ucrInputColumnInto.SetItemsTypeAsColumns()
ucrInputColumnInto.SetDefaultTypeAsColumn()
ucrInputColumnInto.SetDataFrameSelector(ucrSelectorForCombineText.ucrAvailableDataFrames)
Expand Down
13 changes: 12 additions & 1 deletion instat/dlgCountinFactor.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions instat/dlgCountinFactor.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ Public Class dlgCountinFactor
ucrCountReceiver.Selector = ucrCountSelector
ucrCountReceiver.SetIncludedDataTypes({"factor"})
ucrCountReceiver.SetMeAsReceiver()
ucrCountReceiver.bUseFilteredData = False
ucrBase.iHelpTopicID = 457
ucrInputCountColumnName.SetItemsTypeAsColumns()
ucrInputCountColumnName.SetDefaultTypeAsColumn()
ucrInputCountColumnName.SetDataFrameSelector(ucrCountSelector.ucrAvailableDataFrames)
ucrInputCountColumnName.SetValidationTypeAsRVariable()
ucrBase.clsRsyntax.SetFunction("fac.nested")
ucrBase.OKEnabled(False)
End Sub
Private Sub SetDefaults()
ucrCountSelector.Reset()
Expand All @@ -47,11 +49,11 @@ Public Class dlgCountinFactor

End Sub
Private Sub TestOkEnabled()
If Not ucrCountReceiver.IsEmpty AndAlso Not ucrInputCountColumnName.IsEmpty Then
ucrBase.OKEnabled(True)
Else
ucrBase.OKEnabled(False)
End If
' If Not ucrCountReceiver.IsEmpty AndAlso Not ucrInputCountColumnName.IsEmpty Then
' ucrBase.OKEnabled(True)
' Else
' ucrBase.OKEnabled(False)
' End If
End Sub
Private Sub ucrBase_ClickReset(sender As Object, e As EventArgs) Handles ucrBase.ClickReset
SetDefaults()
Expand Down
84 changes: 42 additions & 42 deletions instat/dlgFitModel.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 063410a

Please sign in to comment.