Hi!
I don't understand few parts of gapmon plugin code. Can you explain me it?
I'm talking about:
Shouldn't it be: $NPL->PLID?
Lol, why?
Maybe BFN_CLEAR?
Maybe we can do it like this?:
Am I right? If I'm not, explaim me, where is my bad, please.
I think, few plugins need to be fixed. It's great, that PRISM work without any problem, but watch plugins added to public release.
I don't understand few parts of gapmon plugin code. Can you explain me it?
I'm talking about:
<?php
$this->race[$NPL->ReqI] = array(
?>
<?php
if(!($NPL->UCID & 6))
?>
<?php
$BNF->SubT(BFN_DEL_BTN)->Send();
?>
<?php
if($diff <= 0)
$BTN->ClickID(101)->BStyle(20)->L($this->BtnX-20)->T($this->BtnY+5)->W(15)->H(5)->Text(number_format($diff / 1000, 2))->Send(); # Bottom Left
else
$BTN->ClickID(101)->BStyle(20)->L($this->BtnX-20)->T($this->BtnY+5)->W(15)->H(5)->Text('+'.number_format($diff / 1000, 2))->Send(); # Bottom Left
?>
<?php
$BTN->ClickID(101)->BStyle(20)->L($this->BtnX-20)->T($this->BtnY+5)->W(15)->H(5)->Text((($diff <= 0) ? '' : '+').number_format($diff / 1000, 2))->Send(); # Bottom Left
?>
I think, few plugins need to be fixed. It's great, that PRISM work without any problem, but watch plugins added to public release.