ANN: wxJavaScript 0.9.6 released
Franky Braem
f.braem at skynet.be
Mon Mar 26 13:47:54 PDT 2007
The main goal of wxJavaScript is to port the wxWidgets library to
JavaScript. It can be extended with other modules (sqlite, expat, ...),
it contains an Apache module for using JavaScript/wxWidgets on the server.
With wxJavaScript you can write system scripts, gui applications or
dynamic webpages using JavaScript.
This release contains the following updates:
Introduced namespaces (like used in YUI)
+ tpl (Template module) uses namespace 'tpl'
+ Sqlite uses namespace 'sqlite'
MySQL module introduced
wxHtmlWindow added
Renamed xml module into expat module
sqlite: removed open (use ctor now), close, finalize (automatically done)
db: removed close method (automatically done)
renamed property isOpened to opened
The firstline of the script can contain a shebang now (#!)
mod_wxjs: wxJS_PreScript and wxJS_PostScript directives added
More info: http://www.wxjavascript.net
Franky.
More information about the wx-users
mailing list