42 $bearsamppWinbinder->reset();
48 $this->wbRadioButton[] = $bearsamppWinbinder->createRadioButton($this->wbWindow, $currentBrowser,
true, 15, 40, 470, 20,
true);
52 foreach ($installedBrowsers as $installedBrowser) {
53 if ($installedBrowser != $currentBrowser) {
54 $this->wbRadioButton[] = $bearsamppWinbinder->createRadioButton($this->wbWindow, $installedBrowser,
false, 15, $yPos, 470, 20);
61 $this->wbInputBrowse = $bearsamppWinbinder->createInputText($this->wbWindow,
null, 30, $yPos + 30, 190,
null, 20, WBC_READONLY);
65 $this->wbProgressBar = $bearsamppWinbinder->createProgressBar($this->wbWindow, self::GAUGE_SAVE, 15, 287, 275);
68 $bearsamppWinbinder->setEnabled($this->wbBtnSave[
WinBinder::CTRL_OBJ], empty($currentBrowser) ?
false :
true);
70 $bearsamppWinbinder->setHandler($this->wbWindow, $this,
'processWindow');
71 $bearsamppWinbinder->mainLoop();
72 $bearsamppWinbinder->reset();
102 foreach ($this->wbRadioButton as $radioButton) {
110 $bearsamppWinbinder->setEnabled($this->wbBtnSave[
WinBinder::CTRL_OBJ], empty($selected) ?
false :
true);
114 $browserPath = trim($bearsamppWinbinder->sysDlgOpen(
120 if ($browserPath && is_file($browserPath)) {
125 $bearsamppWinbinder->incrProgressBar($this->wbProgressBar);
127 $bearsamppWinbinder->incrProgressBar($this->wbProgressBar);
130 $bearsamppWinbinder->messageBoxInfo(
134 $bearsamppWinbinder->destroyWindow($window);
139 $bearsamppWinbinder->destroyWindow($window);