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
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
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
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
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.
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
> 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
> -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
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
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 --
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
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
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
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
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
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,
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
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
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
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
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
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
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
23 matches
Mail list logo