PLAIN TEXTPHP:
<?php require_once("ppform.php"); ?><?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__ ?>
贴上俺丑陋的小程序界面
<IMG alt=ppform src="img2005/phpTool20060524.gif">
缺点:
启动速度有点慢 不能直接发布应用程序,到论坛上看,人家说已经在计划发布一个sdk,可以满足这个需求
<A href="http://www.ooso.net/index.php/archives/181">http://www.ooso.net/index.php/archives/181</A>