[OT] LivingCels/Expression3

2003-10-16 Thread Alex Rice
Keep an eye on The creators of Expression, a fine vector+bitmap illustration software, are coming out with LivingCels, a 2D animation system. Really some amazing stuff! Kind of like Flash + Illustrator, but lean and mean, with a next gen graphics concept called "

Re: Selecting text using REGEX

2003-10-16 Thread Alex Rice
On Sunday, September 28, 2003, at 06:48 PM, Ken Ray wrote: Interesting... my regEx version of Trim was this: function Trim what local tText get matchText(what,"(?s)\s*(\S.*\S)\s*",tText) return tText end Trim Beware this function fails for single-character-with-whitespace strings like " s

RE: test

2003-10-16 Thread Pierre Sahores
Hello again, List 'nd Friends ;-): > Wahoo! Glad to see we're back on line... > > Ken Ray > Sons of Thunder Software > Email: [EMAIL PROTECTED] > Web Site: http://www.sonsothunder.com/ > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > M

RE: test

2003-10-16 Thread Ken Ray
Wahoo! Glad to see we're back on line... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mark Brownell > Sent: Thursday, October 16, 2003 5:40 PM >

Re: Deleting lines in a field...

2003-10-16 Thread J. Landman Gay
On 10/16/03 10:31 PM, John wrote: Hi All, In previous versions of Revolution if you used a command like: delete line 3 of fld "test" the entire line would be deleted (if there were 10 lines, now there would be 9 lines). In version 2.1, if I use the same command, the contents of line 3 are de

Re: Deleting lines in a field...

2003-10-16 Thread Richard Gaskin
John wrote: > In previous versions of Revolution if you used a command like: > > delete line 3 of fld "test" > > the entire line would be deleted (if there were 10 lines, now there > would be 9 lines). > > In version 2.1, if I use the same command, the contents of line 3 are > deleted, but the

Deleting lines in a field...

2003-10-16 Thread John
Hi All, In previous versions of Revolution if you used a command like: delete line 3 of fld "test" the entire line would be deleted (if there were 10 lines, now there would be 9 lines). In version 2.1, if I use the same command, the contents of line 3 are deleted, but the empty line remains (

Re: Mailing lists back up

2003-10-16 Thread Ken Norris
ALLRIGHTYTHEN... > Date: Thu, 16 Oct 2003 18:22:33 +0100 > From: Kevin Miller <[EMAIL PROTECTED]> > Subject: Mailing lists back up > > Hi Everyone, > > The mailing lists are now back up, running with updated software on our new, > higher capacity server. Sorry for the inconvenience while they w

Re: POST variables to CGI via URL with URLencoded string fails??

2003-10-16 Thread Stephen Quinn Barncard
could it be the space in the filename? (after /cgi-bin/) But this: http://www.hinduismtoday.com/cgi-bin/ send_sub_request.cgi?name=Aloha+test&email=jiva%40hindu.org doesn't work... standardIn returns empty. but this online service for auto generating posts to CGI's does work: http://www.io.

Re: target(), mouseControl(), etc. when mouse button is down

2003-10-16 Thread Trevor DeVore
On Thursday, October 16, 2003, at 06:37 PM, Monte Goulding wrote: In my tests the mouseMove handler will always return the target() or mouseControl() of the control the user clicked on rather than the control the mouse is currently over. Is there something I am missing that will allow me to get t

RE: target(), mouseControl(), etc. when mouse button is down

2003-10-16 Thread Monte Goulding
> On Thursday, October 16, 2003, at 05:38 PM, Monte Goulding wrote: > >> What is the best way to find out which control the mouse is over when > >> the mouse button is depressed? Functions such as target() within a > >> mouseMove handler and mouseControl() placed in the group script always > >>

Re: target(), mouseControl(), etc. when mouse button is down

2003-10-16 Thread Trevor DeVore
On Thursday, October 16, 2003, at 05:38 PM, Monte Goulding wrote: What is the best way to find out which control the mouse is over when the mouse button is depressed? Functions such as target() within a mouseMove handler and mouseControl() placed in the group script always return the control the

POST variables to CGI via URL with URLencoded string fails??

2003-10-16 Thread Sannyasin Sivakatirswami
I have a simple CGI running that receives subscription requests to our Hindu Press International mailing list. Odd thing is... if I post the name and email address (only two fields in this form) to the CGI from a web form.. it works.. but if we try to post the same two values via a standard UR

RE: target(), mouseControl(), etc. when mouse button is down

2003-10-16 Thread Monte Goulding
> What is the best way to find out which control the mouse is over when > the mouse button is depressed? Functions such as target() within a > mouseMove handler and mouseControl() placed in the group script always > return the control the user clicked on rather than the control the > mouse is