Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
8 new of 8 - Oct 5 2011
10 new of 10 - Oct 5 2011
6 new of 6 - Sep 28 2011
3 new of 3 - Sep 28 2011
1 new of 1 - Sep 26 2011
1 new of 1 - Sep 22 2011
1 new of 1 - Apr 27 2011
2 new of 2 - Feb 23 2011
5 new of 5 - Jan 28 2011
7 new of 7 - Jan 26 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 71  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: This disscusion group is for discussing GLUEscript, a JavaScript interpreter which can be used to generate dynamic webpages, writing GUI applications with wxWidgets, system scripts, ...
 

GLUEscript 0.2.00 
  Today I've released the first version of GLUEscript in the 0.2.00 series. Because I've made the switch to an Ubuntu environment (32- bit), this release is a source code only release. This is a first release, so I assume there will be some bugs to hunt for. I hope some of who you can help to find them ...... more »
By Franky Braem  - Jan 27 2012 - 6 new of 6 messages    

When running in win7 , an error will occur 
  When running in win7 (64bit), an error will occur(Failed to load shared library 'comctl32.dll' error: 126 could 't found specified module).
By oderDin  - Jan 8 2012 - 5 new of 5 messages    

accessing top objects/functions within factory.createRequestHandler = function(request) and multiple object calls to .theApp.onInit 
  Hi, When you're doing something like ... var factory = new net.HTTPRequestHandlerFactory( ); factory.createRequestHandler = function(request) { var handler = new net.HTTPRequestHandler(); handler.handleRequest =... more »
By PaulANormanNZ  - Oct 14 2011 - 4 new of 4 messages    

curl onWrite() How to know when all data is in? 
  HI, I've been working with another local server using GLUEscript curl. I am having problem knowing when all the data is in before writing out NET response.print Does curl.Info.SIZE_DOWNLOAD report the size sent by the Content-Length: header? This is my trial code (response) is from a GLUEscript "net" HTTPserver which... more »
By PaulANormanNZ  - Oct 11 2011 - 3 new of 3 messages    

wx.DirDialog() 
  HI, I am having a bit of trouble using wx.DirDialog() Any thoughts appreciated please. Paul var wx = require("wx"); // I've tried var getDir = new wx.DirDialog( blah blah // and also null instead of wx.theApp.topWindow, var getDir = wx.DirDialog(wx.theApp.topWind ow, "Choose Image... more »
By PaulANormanNZ  - Oct 10 2011 - 2 new of 2 messages    

Using "net" and and jQuery().ajax(...) 
  I've been using ... var factory = new net.HTTPRequestHandlerFactory( ); factory.createRequestHandler = function(request) { var handler = new net.HTTPRequestHandler(); handler.handleRequest = function(request,... more »
By PaulANormanNZ  - Oct 8 2011 - 1 new of 1 message    

locations of glue.exe and called.js; and "net" HTTPRequestHandler() response.sendFile('s) path 
  Hi, As argv[0] refers to the first passed parameter and not binary or script location, 1. in GLUEscript.chm, under Configuration, mention is made of ${application.dir} available in glue.properties, is this or similar available to script at run time please? 2. And also can the path of the script called/started by glue be determined... more »
By PaulANormanNZ  - Oct 8 2011 - 1 new of 1 message    

Making a call to the command line/shell and receiving string back 
  HI, I'm still working through the documentation, is this where GLUEscript can make a system call as it were to the command-line to launch external processes and receive results back - system.Process and various system.Pipe ? So that would look something like ...? system = require("system");... more »
By PaulANormanNZ  - Oct 5 2011 - 7 new of 7 messages    

Command Line switches under WIndows e.g. glue /keepRunning ..\samples\net\httpserver.js 
  Hi, With samples\net\httpserver.js I thought I would able to view the output with [link] in a browser. I got caught with trying this under Windows Xp: G:\LaTeXPortable\LatexUtils\gl ue\bin>glue */*keepRunning ..\samples\net\httpserver.js glue.log.level = warning File not found: G:\LaTeXPortable\LatexUtils\gl ue\bin\keepRunning... more »
By PaulANormanNZ  - Sep 29 2011 - 2 new of 2 messages    

Syntax changed between versions - affects samples 
  Hi, Was the GLUEscript syntax changed between versions? It seems that some of the samples were written to a different criteria, and now throw errors. Paul
By PaulANormanNZ  - Sep 29 2011 - 3 new of 3 messages    

1 - 10 of 71   « Newer | Older »

XML       Send email to this group: gluescript@googlegroups.com