[REBOL] Re: Jabber client available

2002-08-20 Thread Jason Cunliffe
Yes 'Maoww' is *very* nice example of View programming and works well.. 24kb Be sure to also check out the other competition results, including Magic! by Oliver Auverlot which a neat server-side scripting addition which lets one embed REBOL source in HTML pages between tags. http://www.reb

[REBOL] Re: RFC: Forms generator / RAD dialect

2002-08-20 Thread Gabriele Santilli
Hi Robert, On Tuesday, August 20, 2002, 7:16:53 PM, you wrote: RMM> Thing like this shouldn't be written by hand: Indeed, they don't. :-) RMM> address!: [ RMM> ; NameTextTypeAction RMM> company "" fi

[REBOL] Re: open? opened? close? closed? for schemes and ports

2002-08-20 Thread Gabriele Santilli
Hi Norman, On Tuesday, August 20, 2002, 11:18:49 PM, you wrote: R> So when I understand correclty then Rebol does not have a function R> that displays all the extra words created after boot-up, which is R> by itself currious because i would expect that Rebol is using a R> buffer where it keeps i

[REBOL] Re: RFC: Forms generator / RAD dialect

2002-08-20 Thread atruter
But I hate repetitive tasks, especially creating very basic GUI forms. So why not use Rebol for this? Thing like this shouldn't be written by hand: lab "Company" company: fld return I agree, but isn't the answer just to make better use of styles. eg. to-width: func [x] [ 75 +

[REBOL] Re: ANN: Rebol/flash dialect updated

2002-08-20 Thread Jason Cunliffe
Thanks Oldes!! The best just keeps getting better :-) I'm spending a lot of time exploring FlashMX these days, event models, local connection, studying up on FlashCom Server, etc. Wondering what the current limits are for object-oriented actionscript using make-swf? - What are your development p

[REBOL] Re: vballs forks

2002-08-20 Thread DocKimbel
Hi Norman, If you're closing a View window while the process execute some REBOL code, the window will be destoyed but the process will remain in memory until it finish executing the code. In your case, by setting v-frames to a high value, you create a very long loop that will stay alive even a

[REBOL] Protecting web images : Rebol/flash , other ?

2002-08-20 Thread jose
Any ideas on how to protect a copyrighted image from web stealing ? Can I embed the image in Flash via the Rebol/Flash dialect and ensure the images can not be copied by web users ? Thanks Jose ___ Yahoo! Messenger Nueva versión: Webca

[REBOL] Protecting web images : Rebol/flash , other ?

2002-08-20 Thread jose
Any ideas on how to protect a copyrighted image from web stealing ? Can I embed the image in Flash via the Rebol/Flash dialect and ensure the images can not be copied by web users ? Thanks Jose ___ Yahoo! Messenger Nueva versión: Webca

[REBOL] Jabber client available

2002-08-20 Thread jose
FYI, there is a Rebol jabber client available for download at http://www.rebolfrance.org/telechargement.html click on first link Maoww ___ Yahoo! Messenger Nueva versión: Webcam, voz, y mucho más ¡Gratis! Descárgalo ya desde http:

[REBOL] Re: RFC: Forms generator / RAD dialect

2002-08-20 Thread Gregg Irwin
Hi Robert, I've thought about things like that, but haven't pursued them at any length. I always seem to come up with more features it should support and putting it off as it grows. Given an object itself, you should be able to create a basic edit screen dynamically for it, though it would be fai

[REBOL] Re: open? opened? close? closed? for schemes and ports

2002-08-20 Thread Gregg Irwin
Hi Norman, << So when I understand correclty then Rebol does not have a function that displays all the extra words created after boot-up, which is by itself currious because i would expect that Rebol is using a buffer where it keeps its extra added words! objects! etc... >> Only the global conte

[REBOL] Re: ANN: Rebol/flash dialect updated

2002-08-20 Thread Rebolinth
Hello RebOldes, I must say its a nice dialect you put back there.. I was working with some swf creating tools (even flash) for the last years and even registered swish (when drunk) but the rebol dialect is sometihng thats more for my machine so i dont have to dragg all the Flash development G

[REBOL] state: opject! who can me explain the use of the globals...

2002-08-20 Thread Rebolinth
Hello Rebol Guru, ( Ill address directly :-) When a port is opened or closed or data is sent or incoming i see diferences in the state object! of that specific port. I would be such a relief to know that I could read usefull information form the state: opject! or it would be very usefull to kn

[REBOL] Re: RFC: Forms generator / RAD dialect

2002-08-20 Thread SunandaDH
Robert: > Thing like this shouldn't be written by hand: > Instead I'm thinking about a dialect to specify such a section. > Did anybody started something like this already? What do you think? I think it's a great idea. I did something like it for a particular application -- the code

[REBOL] Re: open? opened? close? closed? for schemes and ports

2002-08-20 Thread Rebolinth
Hello Gregg, So when I understand correclty then Rebol does not have a function that displays all the extra words created after boot-up, which is by itself currious because i would expect that Rebol is using a buffer where it keeps its extra added words! objects! etc... Yes, as you say, that lea

[REBOL] Printing with Rebol on Windows network

2002-08-20 Thread al . bri
Printing with Rebol on Windows network I've been exploring how to print over a Windows 2000 network, and have just managed to get it work. Here's an example of printing to a local printer (printer attached directly to computer running Rebol): write/binary %//prn read/binary %Test.txt Note

[REBOL] ANN: Rebol/flash dialect updated

2002-08-20 Thread RebOldes
Hello rebol-list, just to let you know that I've updated my Rebol/Flash dialect again (just a little bit) at http://oldes.multimedia.cz/swf/ (update was in these files: %actions.r and %make-swf.r ) the new function is described here: http://oldes.multimedia.cz/swf/swf5-setvar.html --

[REBOL] Re: just "ping"; now "psst"

2002-08-20 Thread Tom Conlin
Hi Ken, If you know a port is open on a machine you can assume it is doen if you cannot connect, you dont need any response beyond that a connection is possible. maybe these will help >> either error? try[port: open/no-wait tcp://rebol.com:80] ["ahrgg"][close port "ping!"] == "ping!"

[REBOL] Re: just "ping"; now "psst"

2002-08-20 Thread Gabriele Santilli
Hi Ken, On Tuesday, August 20, 2002, 6:31:39 AM, you wrote: KBC> I get several seconds of nothing, then Cannot connect to (whatever). As I said, that port is usally closed. If you have control on those machines, you can turn the echo service on (but beware of security risks - I'd ra

[REBOL] Re: open? opened? close? closed? for schemes and ports

2002-08-20 Thread Gregg Irwin
Hi Norman, Paul Tretter came up with a way to see if a port is open I think. Paul, you around? As far as checking which words are ports (if I understand your request), you can iterate over the global words to find them, but that won't find them if they live inside a context. You can also find ob

[REBOL] Re: open? opened? close? closed? for schemes and ports

2002-08-20 Thread Petr Krenzelok
Rebolinth wrote: >Hello All/RT, > >How can I check from within Rebol/core what scheme's/ports >have an opened session??? > >Its irritating not to be able to use a command >that summerices all the 'words that are used >as port! and are opened, so im not able to check >which word! is opened or cl

[REBOL] open? opened? close? closed? for schemes and ports

2002-08-20 Thread Rebolinth
Hello All/RT, How can I check from within Rebol/core what scheme's/ports have an opened session??? Its irritating not to be able to use a command that summerices all the 'words that are used as port! and are opened, so im not able to check which word! is opened or closed.. Like a simple: se

[REBOL] Re: just "ping"; now "psst"

2002-08-20 Thread Ken B. Cadby
Thanks Gabriel. Sorry everybody... I'm just a wannabe programmer frustrated at my own foibles. In response to pekr's point about no-can-do because of no root access on unix (?), I'll just concede that ping is not what I need. I'll call it "hey", "yo", "rebyo", "boo", "reboo", "psst", "ying", "z