[REBOL] Rebol/Command & Sherman Re:(2)

2000-04-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > #1 Basically in a nutshell, what does Rebol/Command do? > > Lots of stuff, Database interaction, Operating System access and > DLL/External code library access. But to know more you'll have to get > REBOL/Command from the very nice pe

[REBOL] Simple Q: Building filenames Re:

2000-04-22 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello fellow REBOLites, > > I want to compose filenames, I have a known directory that contains > a predefined set of files, now I want to open those files. In C I'd > do something like: > > #define ROOTDIR "/config/" > > fopen( ROOTDIR "log.txt", "r); ...

[REBOL] unsubsribe Re:

2000-04-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: Hey, the most common bug :-) Try "unsubscribe" instead of "unsubsribe" ... See ya later ;-) -pekr-

[REBOL] About REBOL/Command... Re:

2000-04-19 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Dear REBOL friends, > > I guess I goofed! We've been working so hard on making new products and formulating >business strategies around here, that we've not paid any attention to our web page. >Last week, someone commented that we looked "dead" because our web page

[REBOL] my view has expired Re:

2000-04-18 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > how do i get a new copy? > well, you shouldn't ask on general ml :-) will send you description in a private email -pekr-

[REBOL] 3270 connection ...

2000-04-16 Thread Petr . Krenzelok
Hi, has anyone thought about REBOL serving as IBM 3270 terminal? -pekr-

[REBOL] 'open bugs? Re:(2)

2000-04-14 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi Petr, > > Open opens for reading and writing by default. When a program is executing, > there is a handle open to it for loading resources/overlays. So, if you try > to open it for write, it fails. However, you can open it for reading only > by using open/read. Hop

[REBOL] 'open bugs?

2000-04-14 Thread Petr . Krenzelok
Hi, my friend wanted me to write some small script and I am having some troubles with 'open function 1) ->> my-file: open %/G/non-existant-file.exe ->> insert my-file "ahoy" ->> close my-file How's that open opens new file without usage of /new refinement? 2) I have rebol.exe on some path and

[REBOL] REBOL for DOS Re:(3)

2000-04-13 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Subject : [REBOL] REBOL for DOS Re: > >From : [EMAIL PROTECTED] > Reply-To : [EMAIL PROTECTED] > To : [EMAIL PROTECTED] > Date : Thu Apr 13 09:25:07 2000 > -- > > >But on the other hand - it's also question of simplicity. We don't need

[REBOL] REBOL for DOS Re:

2000-04-13 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi listers, > > What do you think,is there any chance in the future to see a > Rebol version for (MS/DR/IBM)-DOS ? > Or the Rebol team just consider DOS meaning Defunct Operating > System ;-)... There was some discussion held on the topic here already. DOS is not

[REBOL] network setting Re:(3)

2000-04-11 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > > hello, > > i have problem with network setting. I set up proxy host name, port number > > and type > > and it did not work. Please tell me what is the problem. > > > > error message: > > > > >> read http://www.rebol.com > > connecting t

[REBOL] network setting Re:

2000-04-11 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > hello, > i have problem with network setting. I set up proxy host name, port number > and type > and it did not work. Please tell me what is the problem. > > error message: > > >> read http://www.rebol.com > connecting to: www.rebol.com > ** Access Error: Port none no

[REBOL] [REBOL] my most frequent complaint Re:

2000-04-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > What's the schedule on REBOL / NT being able to talk to COM objects? I don't know - all I know about /Command can be found at: http://www.rebol.com/news9B09.html -pekr- > > > Len > > = > > > >Wait for the /Command version ... > > > >Okay, I'm wait

[REBOL] my most frequent complaint Re:

2000-04-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > ...about scripting languages is that they let you do a whole lot *very* > quickly and then you're stuck. My current case in point, is this program > I'm writing to sync files from the three different computers I use to a > central location. (bookmark files, address

[REBOL] Put rebol script em html pages Re:(3)

2000-03-27 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Apache module??? > Where can I get a Apache module for rebol. I thought rebol was only in early > stages of development. > > Indeed as CGI rebol works wonderfull. (I have a Suse Linux running Apache > with mod perl and php). For simple scripts I see no difference but

[REBOL] Put rebol script em html pages Re:

2000-03-27 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > How can put rebol scripts in html page to create a dynamic pages?It's > possible! if possible, how can do it? > > thank's Denilson Hi, it's not possible. Ehmm, it's possible, but your browser will not uderstand it, as it doesn't contain REBOL interpreter, nor is R

[REBOL] Locking mechanism Re:

2000-03-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > is there a way to achieve locking in Rebol? > I mean, physical or advisor locking to achieve controlled access to a > resource (file, or others). > This subject is pretty much platform-dependent, however it is an > important issue when concurrent programs need

[REBOL] JPEG, GIF, and PNG dimensions Re:(3)

2000-03-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Eric wrote: > > Out of curiosity, has anyone written any Rebol/Core code that will extract > the dimensions of JPEG, GIF, and PNG files? I know this is more the realm of > Rebol/View, but it would be useful for Rebol/Core CGI scripts too. > > I believe there's a CGI s

[REBOL] Hi list... Re:

2000-03-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi everybody! > > I have some experience in Perl and I'm now a little PHP. > > I had an eye on REBOL for several weeks but I didn't have time to > experiment. Today I installed REBOL on my W98 PC. It works, it's great!!! > > But then I tryed the same on Linux. > OK Af

[REBOL] Can REBOL replace ASP? Re:

2000-03-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi there, > > I'm about to start using REBOL, and I have some questions. > > I will most of all use REBOL to minimize the amount of manual work > constructiing web pages. However, this requires some kind of dynamic data > handling. As far as I know there is only one w

[REBOL] Need some basic help: file/txt manipulation Re:

2000-03-22 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi all, > > Im fooling around with rebel/core and find the documentation skips > around a little to much for a bonehead like myself: > > I want to try a simple procedure: open a file, find a text marker in > that file, and replace the marker with text from a standing

[REBOL] open/allow Re:(3)

2000-03-17 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Howdy Brian: > > > There is no way to _set_ unix permissions from within REBOL > > whatsoever. That functionality will probably be accessable from > > REBOL/Command, when it comes out. > > Not true. Try WRITE/allow %test.dat "test" [read

[REBOL] First public version of RUI available Re:(6)

2000-03-16 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello [EMAIL PROTECTED], > > On 16-Mar-00, [EMAIL PROTECTED] wrote: > > > [EMAIL PROTECTED] wrote: > > > >> Hello [EMAIL PROTECTED], > >> > >> Does the error message show in the browser window or in the rebol > >> console? > > > > in browser window. I would wait for /

[REBOL] First public version of RUI available Re:(4)

2000-03-16 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello [EMAIL PROTECTED], > > Does the error message show in the browser window or in the rebol > console? in browser window. I would wait for /View though. It's so cl ;-) -pekr- > > > Best regards > Thomas Jensen > > On 16-Mar-00, [EMAIL PROTECTED] wrote: > > >

[REBOL] First public version of RUI available Re:(2)

2000-03-15 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > It kills the Mac version of Rebol. It works here (Win95), it's fine, althought it claims it can't find dirutil.rui, which is in-place -pekr-

[REBOL] Gizmo ....

2000-03-13 Thread Petr . Krenzelok
Hi, I've just read one article about some new Internet technology. You can read the article at: http://www.zdnet.com/pcweek/stories/news/0,4153,2461323,00.html btw: I just wonder, what RT strategy is. Will RT look for technology partners? Does RT marketing work outside RT website area? I hope w

[REBOL] Command Line Args Re:(6)

2000-03-12 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > > It would have been if I'd seen 'to-file' in the manual, I missed > it in there. http://www.rebol.com/users/valfile.html Time > to read it again I guess. > OK, do you know of 'what function? Just type "what" in your console. You can save your output in following w

[REBOL] Command Line Args Re:(5)

2000-03-12 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > >If you want to see the structure of system object, use Bo's > >%browse-system.r script If you don't have it, I can send you a copy > >... > > Yes please. In the case of 'simple things should be simple > to do': > > probe system/options/args > gets args > > prob

[REBOL] Command Line Args Re:(4)

2000-03-12 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > In article <02f401bf8a53$e4b74d40$7ac036d2@pavilion>, you wrote: > >It may help to write a little test program, like this: > > Here is what I want to do: > >From a DOS batch file that looks like this > rebol -sqw trim.r %1 %2 As for .bat files, - they are synchronous

[REBOL] Command Line Args Re:(3)

2000-03-12 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > >system/script/args is only for arguments passed with DO/ARGS. > >system/options/args is for arguments passed from the command > >line. > > I was going by what was in section > http://www.rebol.com/users/operunning.html of Core User Guide > 2.2.0. > > system/options/

[REBOL] new proxy server and related problems ... Re:(4)

2000-03-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > The new proxy server is probably a Squid proxy server, which means > that the proxy-type needs to be set to 'generic, not 'socks or > 'socks5. Squid, yes, they switched to Linux. You are a God, Sterling! :-) > I assume that your netscape settings have the host and p

[REBOL] REBOL supported by Codeforge?

2000-03-03 Thread Petr . Krenzelok
Hi, I just performed occassional search on REBOL and got to following page: http://www.codeforge.com/ REBOL is listed in section of supported languages. Don't know what does it mean, though -pekr-

[REBOL] new proxy server and related problems ... Re:(2)

2000-03-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi Petr, > > have you tried to set the http proxy settings? I.e. > > >> system/schemes/http/proxy/host: proxy.sec.trz.cz > >> system/schemes/http/proxy/port-id: 3128 > >> system/schemes/http/proxy/type: 'socks. > >> system/schemes/http/proxy/user: none > >> system/sc

[REBOL] new proxy server and related problems ...

2000-03-03 Thread Petr . Krenzelok
Hi, our company has new proxy server installed and I can't get trhu it with REBOL My Netscape settings are: http: proxy.sec.trz.cz port: 3128 No socks hosts setting is applied. how should I set my http scheme to let it work? The only one way of how to get thru is: port: open/lines tcp:

[REBOL] Rebol/Command and the kitchen sink Re:(3)

2000-03-02 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > On Fri, Mar 3, 2000, <[EMAIL PROTECTED]> wrote: > > >Er, can you use PHP to gateway between Rebol and MySql? ( a Rebol script > >to read a PHP page, and post to a PHP form? > >While I haven't tried it, it certainly looks feasible. If you fetch a > page from Apach

[REBOL] Rebol/Command and the kitchen sink Re:(3)

2000-03-02 Thread Petr . Krenzelok
> >The simple solution is usually the best, and most correct one. When > >Rebol/Command comes out, and you can access deeper functionality using > > Well, that's what I'm wondering about. I can definitely run > Rebol/Core on the site I'm working on, but I don't know what the > requirements fo

[REBOL] [REBOL]How to remove email headers Re:

2000-03-02 Thread Petr . Krenzelok
Hi :-) try looking into import-email function, e.g. source import-email. But you don't necessarily have to, as it's usage is very simple: msg: import-email first inbox print [ msg/from tab msg/subject tab msg/date] print msg/content or try looking into it by typing: print mold msg HopeThisHe

[REBOL] Testing REBOL/View Beta List Re:(4)

2000-02-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > This problem sounds very odd. We do not forward ALLY to LIST. Either it > is a bug in our email handling, or it is a bug in your client filters. > > I have not seen this problem here. The original message did not appear on my copy >of the main REBOL list. I did no

[REBOL] Testing REBOL/View Beta List Re:(2)

2000-02-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello [EMAIL PROTECTED]! > > On 25-Feb-00, you wrote: > > i> This message is addressed to the REBOL/View Beta list. Will it > i> end up on the main REBOL list? If so, View Beta Selma is > i> forwarding its messages to the wrong list. > > It came with the following

[REBOL] Message Archive - Quotes - Left() Function Re:

2000-02-25 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > str: "This is string" str1: {"And this is quoted string"} left: func [series num-of-chars][copy/part series num-of-chars] right: func [series num-of-chars][copy skip tail series negate num-of-chars] mid:func [series pos num-of-chars] [left skip series (pos

[REBOL] [REBOL] Multipart emails Re:

2000-02-23 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Does anybody know how (or has written something) to handle multipart email > messages? I mean things like listing, extracting attachments from a message > when reading it, or composing an email message consisting of a number of > attachments? > do http://www.rebol.or

[REBOL] news (no info??) Re:

2000-02-23 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi does anyone know how to post to newsgroups. > Rebol's new user guide does'nt say. The old user guide did. > The new one does'nt tell how to just download the headers > either. Does anyone know how to just download the first > 100 lines of newsgroup messages? than

[REBOL] What's with Ally beta list?

2000-02-23 Thread Petr . Krenzelok
Hi, am I the only one having problems with posting to REBOL Ally mailing list? Thanks, -pekr-

[REBOL] debugging TCP/IP programs Re:

2000-02-19 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Has anyone written a listen utility to monitor port 80? I am trying to > see what the remote web server is sending so that I can respond > appropriately from a rebol client. > www.rebol.org look at Sterling's proxy script, very nice http://www.rebol.org/a

[REBOL] [REBOL] Prime number generator Re:(3)

2000-02-15 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > thanks, [EMAIL PROTECTED], that is what I was trying to achieve. > "change" sure does the trick. However, it is interesting that REBOL let you > do this: > >> blk: [["A" "B" "C"] ["D" "E" "F"]] > == [["A" "B" "C"] ["D" "E" "F"]] > >> blk/1/1: "X" > == ["X" "B" "C"] >

[REBOL] Philosophising Re:

2000-02-15 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > I'm philosophising about directions REBOL could take. I've been working on a > C based editor/IDE for REBOL (just Ctrl+R, your script is saved and REBOL is > run on the script), and I've also downloaded two varieties of SmallTalk and > had a little play with both. >

[REBOL] [REBOL] Prime number generator Re:

2000-02-14 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > I have one question, though (several actually, but this one will do for > now, I think :) > [flags/:mult: 0 gives this error > ** Syntax Error: Invalid word -- :mult:. > ** Where: (line 45) flags/:mult: 0 ;-- this does not work. why? NV 6/2/2000 > This stumped me. E

[REBOL] Running from batch file? Re:

2000-02-14 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > If I do "Rebol dns.r" from the DOS prompt (DOS box of > Windoze 95) my dns.r program runs fine. > > If I put the same thing in a batch file, then Rebol just > brings up the console, and dns.r is not loaded, just goes > right to the Rebol prompt. > > How do you start r

[REBOL] REBOL for Netware?

2000-02-14 Thread Petr . Krenzelok
Hi, as several people asked about REBOL for their popular Palm Pilots, I would like to ask about the state of development of REBOL for Netware platform. Any progress? Thanks, -pekr-

[REBOL] How can i get rebol/view Re:(3)

2000-02-10 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > On Thu, 10 Feb 2000 [EMAIL PROTECTED] wrote: > > > Hello [EMAIL PROTECTED]! > > > > On 10-Feb-00, you wrote: > > > > k> Any word on what toolkits/graphical library system will be > > k> used for the various versions? > > > > k> I'm curious, since X and amiga have s

[REBOL] spaces in block Re:

2000-02-10 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, I found a weird thing about the block, can anyone help me? > > I wrote a script: > > blk: make block! 200 > space: "" ; 4 spaces > blk: [ 1 space 2 space 3] > print blk > > after ran it, the result is the following: > 1 2 3 > You can obviously see th

[REBOL] How can i get rebol/view Re:(2)

2000-02-10 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi Gruss, > > It is currently in a limited beta at the moment, > the broader beta distribution has been hinted at for next week. > > Just keep checking the Rebol site..it is worth the wait.. > Are you sure the group is closed? Those who wrote they want to test view,

[REBOL] [Rebol_New] symbol manipulation Re:(4)

2000-02-08 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 08, 2000 2:24 PM > > To: [EMAIL PROTECTED] > > Subject: [REBOL] [Rebol_New] symbol manipulation Re:(2) > > > How do you link up the BNF definition with the

[REBOL] parse upto a number Re:

2000-02-04 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > OK - how can I parse a line up until it strikes a number > > iebill123 > Hi, type following in console: str: "Bill123" num: charset "0123456789" non-num: complement num parse str [copy result some non-num (print result) to end] Cheers, -pekr- > > and return

[REBOL] SSL/TLS support Re:(2)

2000-02-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > /View currently is not a separate module. A modular approach > is certainly an option for the future though, > It shouldn't be an option. It should be a must have. If we will not modularize and build upon one rebol.exe/core/kernel, then I still don't understand the p

[REBOL] Multidimensional arrays ...

2000-02-03 Thread Petr . Krenzelok
Could anyone elaborate on following, please? ->> ar: array/initial [3 4] copy "" == [["" "" "" ""] ["" "" "" ""] ["" "" "" ""]] ->> change ar/1/1 "adfaf" == "" ->> ar == [["adfaf" "adfaf" "adfaf" "adfaf"] ["adfaf" "adfaf" "adfaf" "adfaf"] ["adfaf" "adfaf" "adfaf" "adfaf"]] How to simply write a

[REBOL] REBOL/View Re:

2000-01-31 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Is the Beta for REBOL/View closed? I don't think so. IIRC Carl told here in one of his posts, everybody interested in /View should drop an email directly to him .. -pekr- > > > Erik > > -- > Erik Jorgensen > Programmer/Analyst - Principle > Customer Service and Sup

[REBOL] REBOL on MINIX on NEC V20? (and some other questions) Re:(3)

2000-01-31 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > > > Hi, Ewald! > > > > [EMAIL PROTECTED] wrote: > > > > > > Hi, > > > > > > Just wondering: would REBOL run on a NEC V20 (an 10MHz 8088 clone) > > > running MINIX with 640KB (or 1MB) of memory? > > > It would be very cool so see such an ol

[REBOL] [BUG] Re:

2000-01-30 Thread Petr . Krenzelok
already reported a few weeks ago -pekr- [EMAIL PROTECTED] wrote: > I probably found bug in 'parse when using marking and modifying the string > [sorry if it was already reported] > REBOL 2.2.0.4.1 > > See some rules: > test1: [any ["^-^-" copy ii thru newline mark: (print ii) :mark] to end

[REBOL] I'm not on the list for /view?! (was: REBOL/View ) Re:(15)

2000-01-29 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > What's going on?! I'm not a member of the "first wave" beta testers? > > Is this my fault because I didn't want to me-to the "I wanna be a /view > beta tester"? Yes. Does it matter that I've been driving everyone I know > crazy all week long, checking my email every

[REBOL] Is Ally already working?

2000-01-29 Thread Petr . Krenzelok
Hi, is Ally beta list already working? Need some place to place my questions :-) -pekr-

[REBOL] rebol & Pandora Re:(3)

2000-01-29 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > um... I was mailing to an address at my provider - not the other side of the > globe! > Please read my original question below very carefully - I left it in. > > Summary: > When I remove proxy settings, I get an immediate reply when sending an e > mail, but I cannot g

[REBOL] REBOL/View Re:(10)

2000-01-29 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > > View, View it's new, it's new! View, View, it's good for you!! > > - jim > > I think the pressure's gettin Jim a little sock eyed.. :) > > ignore the little dancing leprechans around your computer. > They're just a sign of shipping madness... (: History seems

[REBOL] REBOL/View Re:(5)

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Definitely hours!!! and not very many at that! > > - jim > > Give me a V! Give me an I! Give me an E! Give me a W! Go VIEW!!! Gee, I will stay on-line then. Will stop all house-keeping :-) btw: I have only 28.8 kbs connection, so The Screensaver's show was of

[REBOL] REBOL/View Re:(3)

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > You may be closer than you think. Aaach, if we are talking hours, not days, release docs to study at least ;-) -pekr- > > > - jim > > At 03:34 PM 1/28/00 -0800, you wrote: > >Hi Mike, > > > >you wrote: > > >Hello, > > > > > >I just noticed this on todays

[REBOL] How can you prevent multiple simultaneous file access ? Re:

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > How can you prevent multiple simultaneous file access ? > > I looked at source code for a perl script a while back and it included a > function called flock() which allowed you to lock a file so that it cant be > opened for reading two or more times at the same time.

[REBOL] The forthcoming REBOL/View Re:(5)

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > At 01:25 PM 1/28/00 +0100, you wrote: > > >PS: does it do smooth scrolling? ;-) > > Hi Petr, > > If you are expecting Flash, you'll be disappointed, BUT if you are looking > for an insanely easy way to create GUI interfaces, you'll be very happy! Ah, so the static co

[REBOL] The forthcoming REBOL/View Re:(3)

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > pekr: wrote > > Gee, REBOL/View appeared in one of my dreams already a few days ago. It > was cool. When I woke up, I had a bad feeling, felt scary about real > REBOL/View not being so cool as that one of my dream :-))) Each time some > mail hits my mailbox I think -

[REBOL] The forthcoming REBOL/View Re:

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Jim wrote: > > VIEW! VIEW! VIEW! Coming _very_ soon, soon, soon > > Is it OK for me to hold my breath? :-D Gee, REBOL/View appeared in one of my dreams already a few days ago. It was cool. When I woke up, I had a bad feeling, felt scary about real REBOL/View not

[REBOL] Posting data though a firewall Re:

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > Has anyone tried to do an http post though a firewall? > I have been using Martin Johannessons http-post.r to play internally, but would > like to be able to access external sites. As his script creates a post request > and sends it to port 80, this fails on m

[REBOL] Media on web Re:(2)

2000-01-28 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello, > > On 25-Jan-00, [EMAIL PROTECTED] wrote: > > > Hi, > > > > one post on Team Amiga ML contained link to page with Flash effects. > > Are you talking about Shockwave Flash (or just flashing text)? Why would an > Amiga site use it if there's no Flash plugins or

[REBOL] Update file as port/Security Re:(5)

2000-01-27 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > > > >If you go from secure allow for instance to secure throw, now permission is > >required, since you are raising security level. Going back to secure allow > >will again require your explicit permission. > Hi Elan, > > Actually, you only get prompted for permission

[REBOL] Catch Carl on ZDTV tonight Re:(5)

2000-01-27 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > could someone at RT tape it and make copies available over time, perhaps > together with T Shirts, mugs and baseball caps, in a nice package deal, > (including REBOL/View of course)? What, you don't have it yet, Elan? Maybe you forgot to send "Me too" message

[REBOL] email with no text? Re:

2000-01-27 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > hi > > is anyone else not getting any text with " Re: [REBOL] Search Engine for > Rebol Docs Re:" as subject header? every meassage seems to be truncated. > No, the text seems to be there, it's just sent as attachement or what. Just look at its header - damned MS Out

[REBOL] HTTP username/password Re:

2000-01-25 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Ok - > > so I'll write it again - as this is driving me up the wall. The User > guide even has an "example" saying you should be able to do this... But, > it still doesn't work. > > >> do %getsecurepage.r > Script: "Secure Page Retreival" (25-Jan-2000) > http://webu

[REBOL] Media on web

2000-01-25 Thread Petr . Krenzelok
Hi, one post on Team Amiga ML contained link to page with Flash effects. Nice one. I hope REBOL/View or REBOL/Media will offer similar capabilities http://www.eye4u.com http://www.eye4u.com/home/index.htm -pekr-

[REBOL] My project Re:(2)

2000-01-24 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > If database connectivity was currently available, I believe you would most > certainly significantly reduce your development effort by using REBOL. > > Since you say: > > >I have the luxury of waiting for REBOL to develop abit as the data > >normalization shou

[REBOL] http:password\? Re:(2)

2000-01-24 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > On Mon, 24 Jan 2000, you wrote: > > I'm trying to loggin to a web page that needs a name and > > password. > > > > The problem is the name has a "\" in it. This cases the URL > > parsing to barf. > > > > How do I do this? > > > > http://my\name:[EMAIL PROTECTED] > > T

[REBOL] Openletter to Rebol HQ. Re:(13)

2000-01-23 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Rebol is going to be BIG! Gee, no! I hope it will fit on floppy still ;-))) -pekr-

[REBOL] Openletter to Rebol HQ. Re:(10)

2000-01-22 Thread Petr . Krenzelok
Great, thanks. So we have two comments from RT folks. Now it's your turn, Carl :-) -pekr- [EMAIL PROTECTED] wrote: > Just to reiterate what Dan has said: > > REBOL is working hard this weekend to get View/Beta out the door. Might be > Monday. Some things may seem like they've fallen by the wa

[REBOL] Need help with "databases"...newbie. Be gentle :) Re:

2000-01-22 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi... > > I'm trying to do something with rebol that I think it is suited for: make a > rebol-powered dynamic website. > > the problem: > > I can't instances. or I can't make any sense out of them :) > > Detail: > > I want to define a site...as on object. Lets call it

[REBOL] I wrote a REBOL beginners tutorial http://home.pacifier.com/~mcginty/rebol_fucke Re:

2000-01-22 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > I wrote down what I learned so far, hope some beginners find it useful. It's very >incomplete, not bad for an unpaid beta tester, I think. Also available at >http://home.pacifier.com/~mcginty/rebol_fucked.html Ach, great You know what man? You are complaini

[REBOL] REBOL Product set questoins... Re:(4)

2000-01-22 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hello, > > On 19-Jan-00, [EMAIL PROTECTED] wrote: > > >> (2)REBOL/Command > > > > Is a planned add-on/enhanced version/... of Rebol which will enable you to > > call external programs, add functionality through a DLL interface etc. > > >From what little someone told m

[REBOL] New website, nice ...

2000-01-21 Thread Petr . Krenzelok
Finally, new info on rebol website arrived :-) -pekr-

[REBOL] Openletter to Rebol HQ. Re:(7)

2000-01-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi Petr, > > >However, REBOL can't imho > >replace your foxpro. It will not natively support .dbf, as /Command is > supposed > >to integrate ODBC environment only and ODBC will be slower imho. > > And that is why - Petr - I didn't understand that people, who have use

[REBOL] Openletter to Rebol HQ. Re:(5)

2000-01-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi: I want to thank everyone on the list who has contributed to this > thread. > > I realize that its main intent is to communicate to Rebol your preferences, > but in the process you've clarified a lot of the issues involved in Web > development for this neophyte.

[REBOL] Rebol Web Server Re:(4)

2000-01-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > > or just wait for REBOL/Command to launch another instance of REBOL > > itself :-) Well, a little bit inefficient in comparison to threading, as > > whole REBOL interpreter will be loaded into memory once again. But > ^

[REBOL] Rebol Web Server Re:(2)

2000-01-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > w> Of course, most of this seems to be well beyond the current > w> capabilities of Rebol (as it stands right now). I think it'll > > Actually, you would be surprised in knowing what REBOL can really > do here. :-) You can get a modular web server in less than 30Kb

[REBOL] How do I encapsulate a library fn and provide test cases Re:(2)

2000-01-21 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > At 05:14 AM 1/21/00 +, you wrote: > > > >in python it is pretty simple > >to make a script that can tell if it has > >been included in another script. > > > >when called as a unit on their own, these scripts > >simply exercise some regression tests and stop. > > >

[REBOL] BE PATIENT! - was - Openletter to Rebol HQ. Re:(3)

2000-01-20 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Petr, > > Your posts and support are much appreciated and always have been. > Matter of fact, the whole Open Letter thread has been very > informative and I can assure you "we are listening"...we are all > listening. It's going to take a little time, but Carl will >

[REBOL] BE PATIENT! - was - Openletter to Rebol HQ. Re:

2000-01-19 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > According to the February, 2000 issues of Dr. Dobbs Journal. > REBOL/command is already out! (see page 107). :-) > I think it is a mistake by the editor however, who mis-read > the press release. :>( > > I think some very good stuff is coming out soon however > >

[REBOL] Openletter to Rebol HQ. Re:(4)

2000-01-19 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > At 08:03 PM 1/19/00 +0100, you wrote: > >Hi Elan, > > > >I choosed to comment on your post, if you don't mind :-) > > No, I don't mind. > > > > >What's missing? Well, if you will look into REBOL system object structure, > you > >will find system/user/words and system/

[REBOL] Openletter to Rebol HQ. Re:(2)

2000-01-19 Thread Petr . Krenzelok
Hi Elan, I choosed to comment on your post, if you don't mind :-) [EMAIL PROTECTED] wrote: > Hi Robert, > > my priorities are a little different. > > 1. With the exception of a few minor glitches (and some very rare crashes) > REBOL/Core is currently doing most of what I would like to see it do

[REBOL] Setting timeout for POP3 connection Re:(2)

2000-01-18 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > I have done a little POP3 simulation on my computer, but it may not > work for you, because I don't know how the protocols are implemented. well, use Bo's %browse-system.r script to look at rebol system object btw: as for protocol sources: try print mold sys

[REBOL] Datatype Hierarchy Re:(3)

2000-01-18 Thread Petr . Krenzelok
> Note the line: > size [datatype! datatype!] "Size or block of sizes for each dimension" > > I think it's a bug Eric, which is why I'm not sure it really qualfies as a > "puzzle". > Elan, I hope you will submit it to the [EMAIL PROTECTED] to see it fixed for the nex /Core release. Btw: I sub

[REBOL] What's next for REBOL... Re:(6)

2000-01-17 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > > > > > [EMAIL PROTECTED] wrote: > > > > > Hello, is Rebol keeping count of all these "me too" messages, or will there > > > be a "go here for the Rebol/view beta" message later? If the former... > > > ME TOO. > > >

[REBOL] Bug in parser???

2000-01-14 Thread Petr . Krenzelok
Hi, gee, I am struggling with some more complex parse rule for a few days, now I cutted it down to following example. Look at infinite loop: str: "Some text with * inside it" non-asterisk: complement charset "*" ->> parse/all str [copy txt some non-asterisk mark: (print mold mark) to end] "* in

[REBOL] Dialecting improvement? Re:(2)

2000-01-11 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Can anyone point me to info on the whole 'dialecting' in REBOL topic? > Every article I've seen touts this as a killer feature of REBOL but I > haven't been able to find any significant reference or example in any > of the documentation on the rebo

[REBOL] how to create a hidden or encrypted script? Re:(2)

2000-01-10 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Mike wrote: > > I have just begun to play with Rebol and am finding it very interesting. > I have scanned the documentation (beta Users Guide) and it is not clear to > me how one can hide or encrypt a script. > > 1Use a web server and keep the REBOL script as a CG

[REBOL] HAVi?

2000-01-10 Thread Petr . Krenzelok
Hi, what's the REBOL Tech position towards becoming members of HAVi? New Amiga OS partners - Tao group, and also QNX became members of HAVi ... http://finance.individual.com/display_news.asp?doc_id=BW2107BW0293 -pekr-

<    1   2   3   4   5   6   >