This is incredible .. i try for more that ONE HOUR to install this framework .. and I'm not capable to finish the install Or ., there is a possibility to run this code with out instal this framework ?? <?php class CustomPanel extends Panel { function CustomPanel($left, $top, $width=100, $height=100) { parent::Panel($left, $top, $width, $height); $this->Controls->Add($colorBox = new TextBox()); $this->BackColor = Color::Red; $this->CSSBorderTop = '1px solid black'; $colorBox->ReturnKey = new ServerEvent($this, 'ChangeColor', $colorBox); $this->Shifts[] = Shift::Location($this); } function ChangeColor($colorBox) { $this->BackColor = $colorbOx->next; } } ?> PHP:
Peon, we're sorry you're having trouble. You should be able to run that code perfectly without installing anything by using the FREE hosted sandboxes NOLOH offers. In your development sandbox you should be able to play around with NOLOH to your heart's content without having to download or install anything. However, if you do want to download and install NOLOH, please follow the instructions listed in our installation guide http://www.noloh.com/Text/NOLOH-InstallationGuide.pdf, or you can follow the instructions listed at http://www.noloh.com/#/faqs/. Please don't hesitate to contact us at , or join us in the NOLOH IRC room at #noloh on freenode.