[REBOL] Re: uploading via http

2002-03-24 Thread Graham Chiu
On Sun, 24 Mar 2002 16:42:21 +1200 Graham Chiu [EMAIL PROTECTED] wrote: http-port-private: open/lines [ scheme: 'tcp Changing this to open/binary hasn't been so successful. The server doesn't understand my request :( As I understand it, with open/lines, there is automatic

[REBOL] Re: uploading via http

2002-03-24 Thread Brett Handley
Hi Graham, My knowledge of this is rudimentry. What mechanism / protocol are you attempting to use to do the upload? http put or html form upload or something else? Do you have an RFC to look at? Brett. - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[REBOL] Re: uploading via http

2002-03-24 Thread Graham Chiu
On Sun, 24 Mar 2002 19:24:57 +1100 Brett Handley [EMAIL PROTECTED] wrote: My knowledge of this is rudimentry. What mechanism / protocol are you attempting to use to do the upload? http put or html form upload or something else? Do you Hi Brett, I'm attempting an http upload of

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Romano Paolo Tenca
Hi, Brett Well variables returned from layout *are* pretty important :^) I agree. But see below... I haven't worked out how to fix it but you can see a work around in the code anyway. Yes, to reach the right face you must get the parent-face of the face pointed by the var, in

[REBOL] Re: uploading via http

2002-03-24 Thread Romano Paolo Tenca
Hi Graham, ps: it seems like there is a 1 - 2 hour lag between posts and the posts appearing on this mailing list :(( the delay is random and i see messages on escribe many many hours before my email --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: uploading via http

2002-03-24 Thread Gabriele Santilli
Hi Graham, On Sunday, March 24, 2002, 8:43:08 AM, you wrote: GC Changing this to open/binary hasn't been so successful. The GC server doesn't understand my request :( That's because this way the header will not be sent correctly. You have two choices: either changing the port mode after

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Brett Handley
I've seen. But I am not sure it is a good idea, because the panel style is used internally by RT styles and custom styles and i do not know if your change can mess something. To be sure, we should check all the styles and all request-file/date/... the choice and so on, to be sure that that

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Romano Paolo Tenca
Hi Brett, I have found another solution: to fix the panel style (calling it panel2): stylize/master [ panel2: image with[ feel: none append init [ set var parent-face: layout/parent/size/styles second :action self size copy self/styles ] ] ] I

[REBOL] Re: REBOL Killer App/Thin Edge

2002-03-24 Thread Terry Brownell
That #4 is a tricky one. Good luck. TB - Original Message - From: Mike Yaunish [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 23, 2002 8:49 PM Subject: [REBOL] REBOL Killer App/Thin Edge I know some people are working on the bits and pieces of this already (Rugby). But

[REBOL] Re: REBOL Killer App/Thin Edge

2002-03-24 Thread Steve Shireman
Just some thoughts: 1. Rebol/IOS is not that expensive for what it does, and Rebol/Serve is small. Just the content takes space. 2. Writing Reblets on /IOS is a higher level programming, and more likely to yield benfit to an end customer than YAP2P 3. Developing on Rebol/IOS is a great

[REBOL] How to reference a global variable of the same name than a local variable ?

2002-03-24 Thread laplace
All in the subject :) -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Reflectivity: How a function can know its own name ?

2002-03-24 Thread laplace
In rebol doc, it is said that function can know himself (its argument, its code) but I can't see how it can know just its name : it would seem logical that it is the firts thing it should know :) ? -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in

[REBOL] R: Re: Dynamic Layout creation

2002-03-24 Thread Alessandro Manotti
Thanks to everyone! I learned a new function: to-set-word and its family! however, I think the fastest way is to use LOAD function. I can simply create a block, append to it everythink I need, and then load it and view (view layout load myVar). I need much time to implement the solution with

[REBOL] Intelligence is Context

2002-03-24 Thread laplace
Rebol can define context variables. But can Rebol know the context of its execution: - know the history of its code execution (like console's history) ? - know the sender of a message (the caller of a function in the case of a function) ? -- To unsubscribe from this list, please send an email

[REBOL] Frame access

2002-03-24 Thread Paul Tretter
I want to get a bit deeper with the ability to access the TCP Stack. Any chance we can retrieve the mac address of the remote ip and also is there a way to access or query all connections using REBOL? Paul Tretter -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED]

[REBOL] Re: Reflectivity: How a function can know its own name ?

2002-03-24 Thread Joel Neely
Hi, Laplace, laplace wrote: In rebol doc, it is said that function can know himself (its argument, its code) but I can't see how it can know just its name : it would seem logical that it is the firts thing it should know :) ? Given a value of type FUNCTION! it is possible to acquire its

[REBOL] Re: Intelligence is Context

2002-03-24 Thread Romano Paolo Tenca
Hi, Rebol can define context variables. But can Rebol know the context of its execution: - know the history of its code execution (like console's history) ? No. - know the sender of a message (the caller of a function in the case of a function) ? No. --- Ciao Romano -- To

[REBOL] Re: Reflectivity: How a function can know its own name ?

2002-03-24 Thread Romano Paolo Tenca
Can be done only when the function is build. You must write a custom 'func function to remember body and args spec. --- Ciao Romano - Original Message - From: laplace [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 24, 2002 5:36 PM Subject: [REBOL] Reflectivity: How a

[REBOL] Re: How to reference a global variable of the same name than a local variable ?

2002-03-24 Thread Romano Paolo Tenca
system/words/nameofglobalvarequaltolocalone ;-) --- Ciao Romano - Original Message - From: laplace [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 24, 2002 5:21 PM Subject: [REBOL] How to reference a global variable of the same name than a local variable ? All in the

[REBOL] Re: uploading via http

2002-03-24 Thread Graham Chiu
On Sun, 24 Mar 2002 11:59:21 +0100 Gabriele Santilli [EMAIL PROTECTED] wrote: have two choices: either changing the port mode after sending the header (with set-modes), or try sending a Hi Gabriele, I've got it working now, but using 'set-modes seems a cleaner way to do it. Didn't know

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Romano Paolo Tenca
Hi Brett, I see your point but I disagree. Nothing demands all scripts to change. People can choose to use the patch or not - even on a script by script basis if necessary. They can test and if they don't like it they don't need to use it. Also while the direct solution is simple it is, in

[REBOL] Re: Reflectivity: How a function can know its own name ?

2002-03-24 Thread SunandaDH
laplace: In rebol doc, it is said that function can know himself (its argument, its code) but I can't see how it can know just its name : it would seem logical that it is the firts thing it should know :) ? the name of a function is a problematic concept in Rebol. Take this code, for

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Brett Handley
Hi Romano, Thanks for your message. Your panel2 style looks promising. Tell me: the feedback send you back a ticket? The last 2 times i emailed them they do not send back any ticket like in the previous times. (i do not speack of answer, i see one of them every four bugs sent :-) No. No

[REBOL] Re: uploading via http

2002-03-24 Thread Carl Read
On 25-Mar-02, Romano Paolo Tenca wrote: Hi Graham, ps: it seems like there is a 1 - 2 hour lag between posts and the posts appearing on this mailing list :(( the delay is random and i see messages on escribe many many hours before my email Ditto for me. It didn't used to be like this

[REBOL] Re: Rebol Hosting Providers

2002-03-24 Thread Francesco De Napoli
Hello Lok On 23-Mar-02, Lok Yek Soon wrote: Hi all, I have on my Reb-Site slok a page that currently list 2 hosting providers that supports Rebol. Do you forget something!?! Where is the site address? Regards -- Where did you get all those facts!?! -- To unsubscribe from this list,

[REBOL] Re: win-offset? screen-offset? bug

2002-03-24 Thread Romano Paolo Tenca
Hi, Brett Here it is my last version of panel, the previous one did not work with local words (because layout do not preserve binding): stylize/master [ana-panel: IMAGE with [ words: [setvar [new/var: second args next args]] feel: none append init [ parent-face:

[REBOL] Sluggish List? Sent Sunday March 24/2002 at 11:17pm - GMT

2002-03-24 Thread Jim
I have to agree about the mail stalling in the ether somewhere. I have placed the date and time of the mailing of this message so we can watch understand its transit time. The time stamp in the subject is from my gps unit, so it is exact to the second! Just check the headers to see where it

[REBOL] Re: Sluggish List? Sent Sunday March 24/2002 at 11:17pm - GMT

2002-03-24 Thread Holger Kruse
On Sun, Mar 24, 2002 at 06:17:54PM -0500, Jim wrote: I have to agree about the mail stalling in the ether somewhere. I have placed the date and time of the mailing of this message so we can watch understand its transit time. The time stamp in the subject is from my gps unit, so it is exact

[REBOL] Re: Rebol Hosting Providers

2002-03-24 Thread Carl Read
On 24-Mar-02, Francesco De Napoli wrote: Hello Lok On 23-Mar-02, Lok Yek Soon wrote: Hi all, I have on my Reb-Site slok a page that currently list 2 hosting providers that supports Rebol. Do you forget something!?! Where is the site address? Note the Reb-Site (as apposed to Web-Site).

[REBOL] Sluggish List? Transit times...

2002-03-24 Thread Jim
-- Unable to decode HTML file!! -- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Sluggish List? [NOT]

2002-03-24 Thread Jim
Dear Holger, I wasn't trying to dis your list and its' server. Like I said stalling in the ether somewhere is about where it's at. I think my provider needs a call to help them get their poop together. The headers I posted definitely show a bottleneck when your server attempts to foward the mail

[REBOL] Re: 42 (Was Rebol Unity ??)

2002-03-24 Thread Charles
BTW, what is this 42 indicator all about? I'm aware of 42 being the answer to Life, the Universe and Everything, but... (funny note: my cell phone number happens to be 4284. Totally randomly assigned.) Its a Douglas Adams joke.. somehow I never got into his work, so I've been

[REBOL] Re: STAT

2002-03-24 Thread Charles
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 23, 2002 10:25 AM Subject: [REBOL] STAT Listar wrote: rebol DigestSat, 09 Feb 2002Volume: 03 Issue: 040 In This Issue: [REBOL] Re: VID : Choice gadget

[REBOL] Re: Agentcities

2002-03-24 Thread Charles
And yet, what does it have to do with... anything? And what's AS? And what's Agentcities? And why should we care? AS sufferers are in constant denial, and as such are resistant to therapy. A committe was created in 1963 at the University of California, Berkeley to study therapy options.

[REBOL] Re: Rebol Hosting Providers

2002-03-24 Thread Charles
Do you have an address for us? Hi all, I have on my Reb-Site slok a page that currently list 2 hosting providers that supports Rebol. If you know of more, please send me an email and I will keep this page updated. Currently, the Reb-Site is running off my home machine which is

[REBOL] Re: Rebol Hosting Providers

2002-03-24 Thread Charles
Can't we just get a URL anyways? It's just that much easier than using /View and searching for it. On 24-Mar-02, Francesco De Napoli wrote: Hello Lok On 23-Mar-02, Lok Yek Soon wrote: Hi all, I have on my Reb-Site slok a page that currently list 2 hosting providers that

[REBOL] Re: marketing test

2002-03-24 Thread Charles
Not that MS is the only place which does this. I worked at a music site for a while which was devoted to amateur music (an MP3.com competitor, back in the day), and there were polls and ratings and votes etc for songs and artists etc. People don't realize that logs *are*, in fact, kept, and