Who's online

There are currently 0 users and 1 guest online.

Recent comments

Broken Calculator :)

if you do 1 + 1 + 9 it is 11 but calculator says 10 ;)

Thought i would point this out

function onButton9Click($sender)
{
if ($this->current == null)
{
$this->edit->setText("8"); <-- the 8 should be a 9 to fix the problem
}
else
{
$this->edit->setText($this->edit->getText() . "9");
}

$this->current = intval($this->edit->getText());
}

Codebowl Solutions, Inc.
Website Development Services
http://www.codebowl.com/
Joseph Crawford Jr.
Chief Programmer
info@codebowl.com
1-802-671-2021

by: denny

:lol: thanks !!!

sorry we code it in hurry :oops:

calcutor doesn't work
by: edmln

Hi I have installed klorofil, when i hit calculator, the application came up, but when i wanted to fill the number, it became freeze.What happend?

Re: calcutor doesn't work
by: denny

edmln wrote:
Hi I have installed klorofil, when i hit calculator, the application came up, but when i wanted to fill the number, it became freeze.What happend?

Hmm.... i've found same problem too..

the problem is we still using temporary solution, if you check klorofil instalation directory, you'll find gambartGui.exe, it won't be there on version 0.2, we'll using php_gdi.dll.

For this moment, just restart your application, and please wait for ver. 0.2. I'm really soryy for your inconvinience :cry: