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());
}
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:
Recent comments
6 days 18 hours ago
16 weeks 1 day ago
28 weeks 6 days ago
34 weeks 3 days ago
52 weeks 12 hours ago
1 year 5 weeks ago
1 year 8 weeks ago
1 year 10 weeks ago
1 year 13 weeks ago
1 year 13 weeks ago