43 $bearsamppWinbinder->reset();
48 $screenWidth = intval($screenArea[2]);
49 $screenHeight = intval($screenArea[3]);
51 $yPos = $screenHeight - self::WINDOW_HEIGHT - 5;
54 $this->wbWindow = $bearsamppWinbinder->createWindow(
null, ToolDialog,
null, $xPos, $yPos, self::WINDOW_WIDTH, self::WINDOW_HEIGHT, WBC_TOP,
null);
56 $this->wbProgressBar = $bearsamppWinbinder->createProgressBar($this->wbWindow, self::GAUGE, 42, 20, 290, 15);
59 $bearsamppWinbinder->setHandler($this->wbWindow, $this,
'processLoading', 10);
60 $bearsamppWinbinder->mainLoop();
72 for ($i = 0; $i < $nb; $i++) {
73 $bearsamppWinbinder->incrProgressBar($this->wbProgressBar);
74 $bearsamppWinbinder->drawImage($this->wbWindow,
$bearsamppCore->getResourcesPath() .
'/homepage/img/bearsampp.bmp', 4, 2, 32, 32);
77 $bearsamppWinbinder->wait();
78 $bearsamppWinbinder->wait($this->wbWindow);