[REBOL] Re: CGI POST Protocol

2003-09-17 Thread MeF
On Wed, 17 Sep 2003 15:19:56 -0500, John-Harbaugh wrote: > > MEF: > > My script does that, that is sends the product page as an HTML formatted > E-Mail. It is the last step, once I accept the posted product -and hit > the send key. > > I can do several other things with it as well, like send it

[REBOL] Re: CGI POST Protocol

2003-09-17 Thread MeF
On Wed, 17 Sep 2003 15:22:41 -0500, John-Harbaugh wrote: > What is your server OS? You mean my ISP server OS? I don't really know. Here I use WinXP + Opera to get into Internet. Don't know why the From address in the header is screwed. M&F -- To unsubscribe from this list, just send an ema

[REBOL] field focus event

2003-09-17 Thread Mike Yaunish
I am trying to find where I can drop some code into a view field the instant that the field becomes active. For example: view layout [ f1: field button [ focus f1 ] ] So that when I press the button and the field f1 becomes the focus I want some code to run. Can't seem to find this partic

[REBOL] Re: steel latest news.. pretty long... Ignore if you wish..

2003-09-17 Thread Ladislav Mecir
altough the subject is getting offtopic, I had to make a couple of comments, because less informed readers may be misled by the discussion: > Yeah, anything you did before getting a commercial license is bound to GPL (even while evaluating the software) and that's not much fun... this is an er

[REBOL] Re: CGI POST Protocol

2003-09-17 Thread John-Harbaugh
MEF: My script does that, that is sends the product page as an HTML formatted E-Mail. It is the last step, once I accept the posted product -and hit the send key. I can do several other things with it as well, like send it to an ASP page for more information and entry into an Access database.

[REBOL] Re: CGI POST Protocol

2003-09-17 Thread John-Harbaugh
M&f: What is your server OS? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MeF Sent: Wednesday, September 17, 2003 2:14 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: CGI POST Protocol Thanks, but I think tha's not what I'm looking for. I have not Rebo

[REBOL] Re: CGI POST Protocol

2003-09-17 Thread MeF
> The password problem has nothing to do with REBOL, that is a server > directory rights issue. > > I have such a script, considering the permissions are set on the server, > and I will send it later. > > The form sends the POST and the REBOL formats it, writes it to the > server, then displays

[REBOL] Re: steel latest news.. pretty long... Ignore if you wish..

2003-09-17 Thread Maxim Olivier-Adlhoch
> -Original Message- > From: Andreas Bolka [mailto:[EMAIL PROTECTED] > warning upfront: licensing discussion ahead. he he he. > > executive summary: > > - have a look at the Creative Commons "Attribution-NonCommercial- > ShareAlike License" as that might be what you want I am still

[REBOL] Re: CGI POST Protocol

2003-09-17 Thread John-Harbaugh
The password problem has nothing to do with REBOL, that is a server directory rights issue. I have such a script, considering the permissions are set on the server, and I will send it later. The form sends the POST and the REBOL formats it, writes it to the server, then displays it to the screen

[REBOL] [ANN] Rebol/Flash dialect updated

2003-09-17 Thread rebOldes
Hello rebol-list, just want to inform you, that updated files related to my rebol/flash dialect are uploaded... I fixed some bugs as usually, add possibility to create mx2004 (swf7) files and sound support (mp3 streaming) with new examples. cheers oldes -- Best regards, rebOldes --

[REBOL] Re: Enage and Select

2003-09-17 Thread Matt MacDonald
Thanks Gregg, I think that'll do it, the first method. Matt _ Fast, faster, fastest: Upgrade to Cable or DSL today! https://broadband.msn.com -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubs

[REBOL] Re: Enage and Select

2003-09-17 Thread Gregg Irwin
Hi Matt, As an addendum, because of the way REBOL works, you can actually access the code for the base function at runtime and modify it if you want. i.e. if you use SECOND on a function, you get the body of the function, which you can treat as data. >> f: get in ctx-text/edit 'engage >> b: seco

[REBOL] Re: Enage and Select

2003-09-17 Thread Gregg Irwin
Hi Matt, MM> But what if I want to extend the functionality of a specific handler? MM> for instance, if I wanna keep the highlighting functionality, and also have MM> auto-scroll when the user clicks and drags off the face? Both would be MM> handled by the over and away actions. If I'm readi

[REBOL] Re: Enage and Select

2003-09-17 Thread Matt MacDonald
But what if I want to extend the functionality of a specific handler? for instance, if I wanna keep the highlighting functionality, and also have auto-scroll when the user clicks and drags off the face? Both would be handled by the over and away actions. If I'm reading the last responce to t

[REBOL] Re: Enage and Select

2003-09-17 Thread Romano Paolo Tenca
Try: l: layout [b: button "test" [print "action code"]] b/feel: make b/feel [ old-engage: :engage engage: func [face action event][ print action old-engage face action event ] ] view l You can also make it a style (a new reusable object): l: layout [ style new-b

[REBOL] Re: steel latest news.. pretty long... Ignore if you wish..

2003-09-17 Thread Maxim Olivier-Adlhoch
yeah, I did look at it but there is something missing in that there is a difference in using and modifying steel itself, which is not covered... I will be keeping the bare bones of some other license which is the closest match and then will edit the specifics. -max --- meteor Studios,

[REBOL] Re: cgi binary data xfer...

2003-09-17 Thread Maxim Olivier-Adlhoch
thanks to both of you! thats exactly what I needed ;-) -MAx > Gabriele wrote: > > set-modes system/ports/output [binary: yes] > > insert system/ports/output read/binary file > > Thanks, Gabriele! > > I've updated my file script in my Wiki. > > Andrew J Martin > ICQ: 26227169 > http

[REBOL] Re: Enage and Select

2003-09-17 Thread Matt MacDonald
OK, so it looks like then that when I make an engage function locally, it takes precidence over the global one. Isn't there a way to extend the area object to include the functionality that I need and not totally reject the original functions? Isn't that the whole idea behind OOP? Matt

[REBOL] Re: No example of simple Artificial Intelligence in Rebol Dialect?

2003-09-17 Thread rebolask
Super Didec sometimes I visit the agora but I miss things. Merci ;) >No example of simple Artificial Intelligence in Rebol Dialect? >Not sure it's AI, but Marco as made engine.r. >That's an engine for logic programmation, a sort of Prolog Like. > >I f yout want to try : >http://www.agora-dev.org

[REBOL] Re: No example of simple Artificial Intelligence in Rebol Dialect?

2003-09-17 Thread rebolask
I'm also interested by fuzzy, in fact I'm interested in everything for learning. I target simulation for teaching. As for Neural Net I think this one http://www.dontveter.com/nnsoft/bp.zip (doc included in the zip) screencopy here http://www.dontveter.com/nnsoft/bp31scr.gif has a nuded interface

[REBOL] Re: cgi binary data xfer...

2003-09-17 Thread A J Martin
Gabriele wrote: > set-modes system/ports/output [binary: yes] > insert system/ports/output read/binary file Thanks, Gabriele! I've updated my file script in my Wiki. Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://valley.orcon.net.nz/ http://Valley.150m.com/ -><- -- T

[REBOL] Re: No example of simple Artificial Intelligence in Rebol Dialect?

2003-09-17 Thread rebolask
Great ! In fact I'm happy that you didn't optimise the code since I'm not expert both in Rebol and AI :) >Hi, > >I did simple example of AI in Rebol few weeks ago as I did code prototyping >for some Java RPG game. You can find the code here: > >http://www.rebol.cz/~cyphre/a-star.r > >Basicaly, i

[REBOL] Re: cgi binary data xfer...

2003-09-17 Thread Gabriele Santilli
Hi Maxim, On Tuesday, September 16, 2003, 7:32:58 PM, you wrote: MOA> Q1: how do I initiate a binary xfer in cgi/html, so MOA> that instead of displaying binary data as a lump of text in MOA> the browser, I get a file transfer dialog. prin "Content-Type: application/octet-stream^M^J^M^J" i