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.
|
|
|
Can someone here give me a small tutorial how to use wxJavaScript for MySQL?
|
| |
I'm new to JavaScript not the MySQL I'm quite familiar with it except I have never mod it to use it with JavaScript only in Java, but I use someone else work since I don't have any Java experience yet. Can someone please give me a small tutorial how I can create a simple database for user accounts, email address, etc.. using wxJavaScript?... more »
|
|
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 »
|
|
|