Fixed to load the dialog library before creating the dialog. Advanced the version number to 0.1.1.

This commit is contained in:
2016-12-06 07:34:41 +08:00
parent cc4f96ce9d
commit e3b81af025
3 changed files with 7 additions and 1 deletions

View File

@ -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)