ppform还真是个不错的工具 — php桌面程序帮手
PLAIN TEXTphp(做为现在的主流开发语言):
(做为现在的主流开发语言) require_once("ppform.php(做为现在的主流开发语言)"); ?>
(做为现在的主流开发语言)
class __PPFORM__ extends TPPForm
{
function genBtnClick($Sender)
{
$func = $this->funcList->Items[$this->funcList->ItemIndex];
$this->codeEdit->Text = $func($this->strEdit->Text);
}
function Form1Create($Sender)
{
$this->funcList->SetItemIndex(0);
}
function reBtnClick($Sender)
{
if($this->codeEdit->Text) {
$this->strEdit->Text = $this->codeEdit->Text;
$this->codeEdit->Text = ;
}
}
} //end __PPFORM__
?>
贴上俺丑陋的小程序界面
缺点:
启动速度有点慢
不能直接发布应用程序,到论坛上看,人家说已经在计划发布一个sdk,可以满足这个需求
http://www.ooso.net/index.php(做为现在的主流开发语言)/archives/181
上一篇: 使用PHP实现用户登录和注册的功能
下一篇: javascript计算渐变颜色的实例