[REBOL] Re: ssl and image generation /command features?

2001-04-27 Thread Karl Robillard
On Thursday 26 April 2001 10:31, Holger Kruse wrote: Large parts of the View engine (image! datatype, image refinements for load and save, ability to save/png images into a binary!, effects and draw pipeline etc.), useful for dynamic creation of images for web pages in CGI/FastCGI

[REBOL] Re: how to offset position of window?

2001-04-27 Thread Graham Chiu
view layout [ Name hello text-list data read %. button OK ] I don't know the answer, but ... view center-face layout [ .. ] will center your layout -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject,

[REBOL] Re: local cgi

2001-04-27 Thread Sanghabum
[EMAIL PROTECTED] writes: Hi. i was wondering if anyone knows how or where i might find documentation on testing rebol cgi scripts locally. Both The Official Guide and Rebol for Dummies have short sections on this...and they are both worth having for other reasons too. But it's not rocket

[REBOL] Re: Q: Functions and the visibility of words

2001-04-27 Thread Sanghabum
From: [EMAIL PROTECTED] (Ingo Hohmann) .. on default global variables [EMAIL PROTECTED] spoketh thus: The disadvantages are so major, that something needs to be done. And here are two things I've come up with ... snip From: [EMAIL PROTECTED] (Andrew Martin) 2. I've gotten into the habit of

[REBOL] Re: how to offset position of window?

2001-04-27 Thread Petr Krenzelok
Lok Yek Soon wrote: under windows, the task bar can be shifted to various side of the screen. if I have a simple code as follows: === view layout [ Name "hello" text-list data read %. button "OK" ] === how can I offset it, say from the top if my task bar is on the top

[REBOL] Re: how to offset position of window?

2001-04-27 Thread Petr Krenzelok
Andrew Martin wrote: pekr wrote: I also really don't understand default View desktop offset of some xx pixels from the left side of the window, and I have to manually press maximise button each time I start View. There is really no purpose for it and it can't be even changed by manual

[REBOL] Re: Introduction

2001-04-27 Thread Petr Krenzelok
Karl Robillard wrote: On Thursday 26 April 2001 10:54, you wrote: The Icon book is one of the few language books that rests on my desk, rather than the bookshelf. A number of Icon's features will be added to REBOL as dialects... some day. Very nice pattern handling. -Carl

[REBOL] Console window?

2001-04-27 Thread Joel Neely
Running REBOL/View 1.1.0.4.2 on RedHat Linux 7.1, launching View from term window works fine, but when I click on the Console button, the View desktop disappears and no console shows up. The only way out of this situation that I've found thusfar is kill -9 of the first rebol process (e.g. in

[REBOL] pop

2001-04-27 Thread Will Arp
hello 8) what is the best way to read mail subjects on a pop server without downloading all the bodies ? Thank you Will -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Introduction

2001-04-27 Thread Brian Tiffin
I think it would be truly wonderful to have a book which does a complete breakdown of each of the 50 languages that Carl studied during his (legendary?) 20 year journey to REBOL. The strengths and weaknesses of each would be presented as well as the reasons for including or excluding each

[REBOL] Re: how to offset position of window?

2001-04-27 Thread JELINEM1
OMG! This one word is what I have been yearning for for a long time! Thanks! While writing to the list, I've wanted to say for awhile that I started with view when it was in beta (open beta) and had tried my best (putting in alot of time) to write a simple program to keep a checkbook: add,

[REBOL] Re: Console window?

2001-04-27 Thread Joel Neely
Thanks, Holger! Holger Kruse wrote: On Fri, Apr 27, 2001 at 07:05:23AM -0500, Joel Neely wrote: Running REBOL/View 1.1.0.4.2 on RedHat Linux 7.1, launching View from term window works fine, but when I click on the Console button, the View desktop disappears and no console shows up.

[REBOL] Re: Injecting data into VID?

2001-04-27 Thread Joel Neely
One bit of clarification (mea culpa...) Joel Neely wrote: ... 8 test1: make object! [ firstNames: [John Jane Bob] lastNames: [Smith Doe Doaks] ui: layout [ across vh2 Names: return

[REBOL] Re: Injecting data into VID?

2001-04-27 Thread Joel Neely
(Hate to keep replying to my own questions! he grumbled to himself...) I suppose another approach is to build the user interface spec explicitly, prior to invoking 'layout 8 test1: make object! [ firstNames: [John Jane Bob] lastNames: [Smith Doe Doaks]

[REBOL] Re: Creating stuff :)

2001-04-27 Thread stefan . falk
Hi, that's good except for: ** Script Error: question has no value. ** Where: set question/:count data/question/:count I would like to set (for the first iteration) question1: data/question1 and I guess set question/:count data/question/:count isn't quite the same, I don't want it in a

[REBOL] Re: Injecting data into VID?

2001-04-27 Thread Allen Kamp
Hi Joel, From what I understand of your question, I think this is what you are after. With choice you have a choice :-) Choice string string string or or provide a data block by using.. Choice data block!. Cheers, Allen K test1: make object! [ firstNames: [John Jane Bob]

[REBOL] Re: local cgi

2001-04-27 Thread Ryan Cole
I set up a web server on my machine. Apache is an overkill, so I recommend Xitami. It is smaller, easier to install, easier to learn, and does the most things you want to do. --Ryan Rishi Oswal wrote: Hi. i was wondering if anyone knows how or where i might find documentation on testing

[REBOL] Re: Injecting data into VID?

2001-04-27 Thread Joel Neely
Thanks, Allen! Allen Kamp wrote: Hi Joel, From what I understand of your question, I think this is what you are after. With choice you have a choice :-) Choice string string string or or provide a data block by using.. Choice data block!. That's what I was looking for. -jn- --

[REBOL] Re: Console window?

2001-04-27 Thread Volker Nitsch
Ursprüngliche Nachricht Am 27.04.01, 13:05:23, schrieb Joel Neely [EMAIL PROTECTED] zum Thema [REBOL] Console window?: Running REBOL/View 1.1.0.4.2 on RedHat Linux 7.1, launching View from term window works fine, but when I click on the Console button, the View desktop disappears and

[REBOL] Re: Thanks for the warm welcome!

2001-04-27 Thread Brian Hawley
Hi Tom! At 05:45 PM 4/29/01 -0500, you wrote: Thank you all for your welcome and support. I took Carl's advice and studied series for the last few days. It looked like it might be fun to recreate some APL, a math language, just to get something going. So here is my contribution. If you know

[REBOL] Setting variable in complex paths

2001-04-27 Thread Mike Yaunish
I have been working with complex paths in REBOL because I just love how easy they are to work with - however I have had some problems setting variables within a complex path. I think I have a fairly good solution, but know if I expose it to the light of other REBOLers it can be even better. I

[REBOL] Re: Setting variable in complex paths

2001-04-27 Thread Petr Krenzelok
Hi, I remember the very ooold days of Rebol, it was some 1997 and Rebol existed just in some form of Alpha prerelease featuring very little of its current set of datatypes :-) I implemented function called 'extract, doing something similar ... it is interesting to see someone else sees

[REBOL] need advice on parsing image data

2001-04-27 Thread ryan . christiansen
When I post a form entry and a file using multipart/form-data encoding, I get the following -7d1a92c9014c Content-Disposition: form-data; name=content content -7d1a92c9014c Content-Disposition: form-data; name=file; filename=D:

[REBOL] Re: resizing a layout

2001-04-27 Thread Dunlop, Scott
Adding scroll-bars generally requires creating a slider, with an action associated with it that sets the para/scroll/y value of a face. The undocumented 'scroll-para' routine included in Rebol/View 1.1 provides a fairly good example of this. I am unsure at the moment whether this will scroll

[REBOL] Re: need advice on parsing image data

2001-04-27 Thread Brett Handley
Hi Ryan, I got the post-data file from the url of your earlier message. I'm no expert but here's my thinking. 1) The data returned from the post should initially be treated as binary - because you have image data that is binary and has not been encoded. So what I did was use read/binary to get

[REBOL] editor trick

2001-04-27 Thread Graham Chiu
I've been ftp'ing any changes to my web site, but realised today after looking at the source for the simple editor on www.rebol.com, that editor ftp://userid:[EMAIL PROTECTED]/myfile.r works :-) -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with