You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for discussing wxJavaScript. Do you need information? Do you have a problem? Post your questions about wxJavaScript here.
|
|
|
spam
|
| |
Might I suggest that you enable moderation for new members?
|
|
JavaScript GUI?
|
| |
Hi I'm a web dev I love coding in JS it's second nature to me.
A few years ago I wrote a VB6 app that used the MS web browser
"control" to load external JS webpages to I could in effect control an
application (file io, printing, db etc) from JavaScript.
It worked well for sevral projects I was involved in at the time,... more »
|
|
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?
|
|
|