Description:
This group is for discussing wxJavaScript. Do you need information? Do you have a problem? Post your questions about wxJavaScript here.
|
|
|
GLUEscript 0.0.1 released
|
| |
Today the first release of GLUEscript is made public. This release
contains glues for sqlite, mysql, curl, memcached, gd, ... With the
apache connector it is possible to write server side webpages in
JavaScript. A separate glue for wxWidgets is provided to make it
possible to write GUI's in JavaScript.... more »
|
|
Cannot build on Fedora
|
| |
Hi, I am trying to build wxjs on Fedora and get this error:
[root@cflinux ~/Downloads/wxjs/src/wxjs]# make
module.cpp
g++ -MMD -D "JS_THREADSAFE" -D "XP_UNIX" -D "GTK_NO_CHECK_CASTS" -D
"NO_GCC_PRAGMA" -D "DEBUG" -I ".." -I "../js" -I "../nspr/include" -I
"/home/cf/Downloads/poco-1.3.3 p1-all/Foundation/include" -I "/home/cf/... more »
|
|
GUI examples don't work.
|
| |
I downloaded wxJavascript for Windows, and tried the GUI examples in
the samples folder, but none of them seem to work. They all give the
following error: "ReferenceError: wxTheApp is not defined".
I'm sure there's something obvious I'm missing here. Is there some
command line parameter I'm missing, or something else I was supposed... more »
|
|
Why Not found?
|
| |
Run wxjs\samples\curl\test.js
ERROR:wxJS: D:\languages\js\wxjs\samples\c url\test.js(1) :
ReferenceError: curl is not defined
Use the curl module
wxjs.modules.curl = new Module("../modules/wxJS_curl.d ll");
wxjs.modules.curl.load();
Run wxjs\samples\curl\test.js
ERROR:Not found
|
|
libapreq2 and mod_apreq2
|
| |
Hi, i've installed wxjs and it seems to run ok from command line.
I'm trying now to make it part of an apache 2.2.6, but when the
mod_wxjs is included, it allways fails to start.
According to
[link]... more »
|
|
errors of building wxjs on ubuntu
|
| |
Hi,
I got the following errors when I built the wxjs on Ubuntu 8.04:
==== Building wxjs ====
main.cpp
In file included from ../common/main.h:39,
from ../stdwx.h:15,
from main.cpp:25:
../common/wxjsobj.h: In member function ‘bool
wxjs::JavaScriptObject::SetPro perty(JSContext*, const std::string&,... more »
|
|
wxDbConnectInf query table in web
|
| |
Dear Franky;
module.js like this :
wxjs.modules.io = new Module("../modules/wxjs_db.dll ");
wxjs.modules.io.load();
how to type the sript?
|
|
wxexec dont wait
|
| |
wxExecute("blabla.exe",1);
dont wait blabla.exe finished...
wxProcess dont work too !!!
pls help
a++
|
|
GLUEscript
|
| |
GLUEscript (Glueing Libraries Using EcmaScript) will be the successor of wxJavaScript. The new name covers the goal of this project better then the old one: create a JavaScript engine which can be used as a general purpose language (like perl for instance). I want to thank Brian (USCode) for the proposal of this new name.... more »
|
|
|