Fixed to load the dialog library before creating the dialog. Advanced the version number to 0.1.1.
This commit is contained in:
@ -83,6 +83,7 @@ Function fnAskParam As aFindIVParam
|
||||
Dim bIsBestHP As Boolean
|
||||
Dim aQuery As New aFindIVParam
|
||||
|
||||
DialogLibraries.loadLibrary "PokemonGoIV"
|
||||
oDialog = CreateUnoDialog (DialogLibraries.PokemonGoIV.DlgMain)
|
||||
oDialog.getControl ("lstApprasal1").setVisible (False)
|
||||
oDialog.getControl ("txtBestBefore").setVisible (False)
|
||||
|
Reference in New Issue
Block a user