[Gambas-devel-svn] SF.net SVN: gambas:[7988] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2016-11-19 11:24:42
|
Revision: 7988 http://sourceforge.net/p/gambas/code/7988 Author: gambas Date: 2016-11-19 11:24:40 +0000 (Sat, 19 Nov 2016) Log Message: ----------- [GB.WEB] * NEW: Response.Cancel() is a new method that allows to cancel a response, provided that nothing has been sent to the client yet. It requires at least that the response is buffered. [GB.WEB.FORM] * BUG: Better error handling. Now unexpected errors should be displayed in the browser through an alert box in almost all cases. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |