* Show modal wait * 显示模态等待
(msg?: string)
| 193 | * 显示模态等待 |
| 194 | */ |
| 195 | public showModalWait(msg?: string): void { |
| 196 | if (this._modalWaitPane) { |
| 197 | this.addChild(this._modalWaitPane); |
| 198 | this._modalWaitPane.visible = true; |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | /** |
| 203 | * Close modal wait |