<?php
/* update a progress bar */
$fileProgressBar->set_percentage((float) ($params / $activeDownloadSize));
/* let the interface update */
while(gtk::events_pending()) gtk::main_iteration();
?><?php
$this->ui->prompt('Are You sure you want to do that?',array(&$this,'isOk'), array(&$this,'isNotOk'));
?>