Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding help id's-1 #8809

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,13 @@ Public Class dlgCalculator
ucrBase.iHelpTopicID = 598
Case "Integer"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 463
Case "Complex"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 455
Case "List"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 439
Case Else
Me.Width = iBasicWidth
End Select
Expand Down
1 change: 1 addition & 0 deletions instat/dlgCircular.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Public Class dlgCircular
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID = 520
ucrReceiverCircular.Selector = ucrSelectorCircular
ucrReceiverCircular.SetMeAsReceiver()

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgExportForClimpact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Public Class dlgExportForClimpact
End Sub

Private Sub InitialiseDialog()

ucrBase.iHelpTopicID = 506
ucrInputCodeMissingValues.SetParameter(New RParameter("missing_code", 6))
ucrInputCodeMissingValues.SetRDefault("-99.9")

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgExportToClimsoft.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public Class dlgExportToClimsoft
End Sub

Private Sub InitialiseDialog()

ucrBase.iHelpTopicID=476
ucrReceiverStation.SetClimaticType("station")
ucrReceiverStation.bAutoFill = True
ucrReceiverStation.Selector = ucrSelectorImportToClimsoft
Expand Down
Loading