[REBOL] Re(2): Re(2): IRSee.r now with ENCRYPTED white board. - monster hack

2001-05-09 Thread Anton
> So are you saying replace the entire engage function with this one? > > Terry Well, for the monster hack that works, the entire feel function was replaced (but it's only a little bit different from the built-in button style feel function). What I was *trying* to do when I lost it was modify t

[REBOL] Re: True?

2001-05-09 Thread Terry Brownell
Hi. That's just too easy... :) Terry - Original Message - From: "Allen Kamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:17 PM Subject: [REBOL] Re: True? > > - Original Message - > From: "Terry Brownell" <[EMAIL PROTECTED]> > To: "Rebol List" <

[REBOL] Re: usaps?

2001-05-09 Thread dgardiner
On 9 May, Joel Neely wrote: > Something "interesting" has been heppening here. This link/button > was broken since it appeared on the R/V desktop, at least for me. > (Clicking the usaps link always returned a View failure dialog.) > When I went to the source of the "Sites" icon, I found that the

[REBOL] Re: usaps?

2001-05-09 Thread dgardiner
On 9 May, Joel Neely wrote: > Something "interesting" has been heppening here. This link/button > was broken since it appeared on the R/V desktop, at least for me. > (Clicking the usaps link always returned a View failure dialog.) > When I went to the source of the "Sites" icon, I found that the

[REBOL] Re: REBster

2001-05-09 Thread Brett Handley
Well, you could try carrier pidgeon as well, or perhaps smoke signals (could be slow), but if you copy something for which you do not have the right to copy you have infringed on the rights of someone else. Especially in Australia - our copyrights are automatic - as soon as I started typing this e

[REBOL] Re: True?

2001-05-09 Thread Allen Kamp
- Original Message - From: "Terry Brownell" <[EMAIL PROTECTED]> To: "Rebol List" <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 2:53 PM Subject: [REBOL] True? > > How can I make e either true or false. If ALL values of d are true, then e is true as well, otherwise false. Hi Terry, I

[REBOL] Re: Re(2): IRSee.r now with ENCRYPTED white board. - monster hack

2001-05-09 Thread Terry Brownell
Hi Anton So are you saying replace the entire engage function with this one? Terry - Original Message - From: "Anton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 9:51 PM Subject: [REBOL] Re(2): IRSee.r now with ENCRYPTED white board. - monster hack > Terr

[REBOL] True?

2001-05-09 Thread Terry Brownell
Simple question, baffling solution (for me anyway) a: true b: true c: false d: false e: [a b d] f: false or... a: true b: true c: true d: [a b c] e: true How can I make e either true or false. If ALL values of d are true, then e is true as well, otherwise false. Thanks TBrownell -- T

[REBOL] Re(2): IRSee.r now with ENCRYPTED white board. - monster hack

2001-05-09 Thread Anton
Terry, > Err... You've lost me... and I'm wide awake 8). > Terry The monster hack actually works, it's just that I wanted to find a way to patch existing code in a couple of lines rather than copying so much into the script. We only need to add one line of code to the engage function. I got a b

[REBOL] Re: REBster

2001-05-09 Thread Ken Anthony
How about this as a model for not cutting the artist out completely... a) Artist distributes music for free... b) Music becomes very popular... c) Artist performs live concerts in packed stadiums and rakes in the money. d) Former gatekeepers find something upbuilding to do with there lives

[REBOL] Re: Request-color use

2001-05-09 Thread Ronald Gruss
Hi, Scott, I'm glad to see how fast and how kindly you (from the rebol-list) answer to my questions which must seem quite easy for you. Thanks. But in this case, it doesn't solve my problem : the base of my script was Carl's "Cool Effect Gel" demo script, using a rotary button select thru effect

[REBOL] Re: IRSee.r now with ENCRYPTED white board.

2001-05-09 Thread Terry Brownell
I think you use %20 for spaces in long file name paths? c:\program%20files\rebol\public\216.232.249.87\view\sounds\knock.wav (or .au if you wish) - Original Message - From: "Alan Crandall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 4:52 PM Subject: [REBOL]

[REBOL] Re: REBster

2001-05-09 Thread Alan Crandall
Hello [EMAIL PROTECTED] On 09-May-01, [EMAIL PROTECTED] wrote: > Just a quick thought on a do-able REBOL-based replacement for Napster > (a.k.a. REBster): > > 1. User A uses a REBOL client to send a list of shared files to a POP > address, including an authentication code. > > 2. A server runni

[REBOL] Re: IRSee.r now with ENCRYPTED white board.

2001-05-09 Thread Alan Crandall
Hello Terry and list,Terry and I were using his program but I could not get the sound to play even thou I could get it to play when I clicked on it from the public dir.I think my problem is the path which is this: sounds: "c:/programpercent20files/rebol/public/216.232.249.87/view/sounds/knock.au"

[REBOL] Re: REBster

2001-05-09 Thread Jamie
Napster, eh? The reason most often given for stealing creative works of artists is that the record companies are corrupt and charge unreasonable amounts for CDs while giving very little of the money to the actual artists. Unfortunately, stealing music cuts out the artists completely. Artists f

[REBOL] Re: Request-color use

2001-05-09 Thread GS Jones
From: "Ronald Gruss" > Hi, > > How could I change the filter color in the script below using request-color ? > I'm not used enough to rebol to understand everything in request-color's source. > > > Thanks in advance. > > image1: load-image %./images/couleurprimaire.gif > image2: load-image %./imag

[REBOL] REBster

2001-05-09 Thread ryan . christiansen
Just a quick thought on a do-able REBOL-based replacement for Napster (a.k.a. REBster): 1. User A uses a REBOL client to send a list of shared files to a POP address, including an authentication code. 2. A server running a REBOL server checks the POP address periodically for new mail and downloa

[REBOL] Re: Contexts of contrived blocks

2001-05-09 Thread Ladislav Mecir
Joel, I can show you another "black magic code" from my http://www.sweb.cz/LMecir/contexts.html f: func [level] [ make object! [ a: 2 * level b: either zero? level [ f 1 ] [none] a: a + 1 ] ] probe f 0 make object! [ a: 0 b: unset ] It

[REBOL] Update to my KB design doc

2001-05-09 Thread Rod Gaither
Hi, Just thought I'd let people know that the knowledge base design document on my reb site has had a major update posted to it. You can find it in the M-Lore reb site or at the following direct link. http://www.modernlore.com/rebol/rkbspec.html Any comments welcome. FYI, Rod. Rod Gaither Oa

[REBOL] Re: IRSee.r now with ENCRYPTED white board.

2001-05-09 Thread Terry Brownell
Anton Err... You've lost me... and I'm wide awake 8). Terry - Original Message - From: "Anton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 12:12 PM Subject: [REBOL] Re: IRSee.r now with ENCRYPTED white board. > Look at this code: > > ; example 1 > view layo

[REBOL] Request-color use

2001-05-09 Thread Ronald Gruss
Hi, How could I change the filter color in the script below using request-color ? I'm not used enough to rebol to understand everything in request-color's source. Thanks in advance. image1: load-image %./images/couleurprimaire.gif image2: load-image %./images/couleursecondaire.gif faces: la

[REBOL] Re: Contexts of contrived blocks

2001-05-09 Thread Ladislav Mecir
Hi Joel, you wrote: > > Well, as the old gentleman said, "I don't know the answer, > but I surely do admire the question!" > > This seems like it might be related to another small mystery > I've been pondering on recently. Given the code: > > 8<--

[REBOL] Re: Contexts of contrived blocks

2001-05-09 Thread Ladislav Mecir
Hi John, you may find some answers in http://www.sweb.cz/LMecir/contexts.html , although the above text is a little bit outdated. You will find that To block! makes a block that contains Special Context Words. Regards Ladislav > Anyone know how to explain the following? > Whenever I create

[REBOL] Re: PDF again... was: Can Rebol Do?

2001-05-09 Thread Joanna Kurki
(about creating PDF file on server from web-form data) >As usual, five minutes after posting a public request of help I got lucky >and found what I need myself. >If anyone is interested in PDF specs, he can find them at >. >At first glance there are no problems to gener

[REBOL] IRSee Pro - Now with sounds for view/pro users.

2001-05-09 Thread Terry Brownell
A Pro version of IRSee is now available at the LFReD Rebsite. This version allows "knocking" to grab the others attention. It's a total hack, but it seems to work. Note: If the path to your public folder is anything other than c:/view/public... then edit the "sounds: " path in the first line o

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, Terry, Good point! Terry Brownell wrote: > > This topic needs to address legal issues such as copyrights, > licenses etc. Are all modules free? > As I understand it, submitting code to CPAN is de facto making it available to the Perl community for re-use. We could certainly (with appropr

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, Volker, Volker Nitsch wrote: > > Well, iam a rebol-recycler... > I can't remember a script which i havent changed a bit to fit my > needs. > So »download and use« would not work in my case. > > On the other hand, iam a dirty programmer in rebol, > more experimenting than planning. > Sure,

[REBOL] Re: IRSee.r now with ENCRYPTED white board.

2001-05-09 Thread Anton
Look at this code: ; example 1 view layout [button "L" 16x16 [wait 2]] ; example 2 view layout [button "L" 16x16 [forever [wait 3]]] In example 1, you can press the button, then quit straight away, and you have control at the console. That makes me think that wait can be interrupted by a 'quit

[REBOL] Re: Contexts of contrived blocks

2001-05-09 Thread Joel Neely
Hi, John, [EMAIL PROTECTED] wrote: > > Anyone know how to explain the following? > Whenever I create a block using 'to-block > on a string, the words in the block have their > own context.. what gives? > ... > Well, as the old gentleman said, "I don't know the answer, but I surely do admire

[REBOL] usaps?

2001-05-09 Thread Joel Neely
Something "interesting" has been heppening here. This link/button was broken since it appeared on the R/V desktop, at least for me. (Clicking the usaps link always returned a View failure dialog.) When I went to the source of the "Sites" icon, I found that the line for usaps read folder "usaps"

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Terry Brownell
This topic needs to address legal issues such as copyrights, licenses etc. Are all modules free? TBrownell - Original Message - From: "Ryan Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:58 AM Subject: [REBOL] Re: Enabling the REBOL community > I was j

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Ryan Cole
I was just thinking about this over the the weekend, almost exactly as you have written Joel. I was amazed to read your post. The simple make object! idea is what I came up with too. I strongly agree that such a system would especially benifit our community. I really would like to know RT's

[REBOL] Re: Embedded Object and Scope - again...

2001-05-09 Thread Anton
I really don't know the answer. I think we need a make/deep or something. I think the embedded-object words are still bound to the ancestor-object context. That means global-obj-prop is still bound to the ancestor-object. Does this modification help?: print-global-obj-prop: func [obj][

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Thanks, Allen! Allen Kamp wrote: > > For the curious. I've uploaded a copy of the Module REP (REBOL > Enhancement Proposal) to. > http://www.rebolforces.com/archive/rep/rep002.html > > Cheers, > A quick browse confirms my vague memory that it would likely be not-too-difficult to take an objec

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Volker Nitsch
Below.. >> Ursprüngliche Nachricht << Am 09.05.01, 14:15:22, schrieb Joel Neely <[EMAIL PROTECTED]> zum Thema [REBOL] Re: Enabling the REBOL community: > Hi, Volker, > Fair questions, but experience with such mechanisms in other > communities can suggest some a

[REBOL] Contexts of contrived blocks

2001-05-09 Thread john
Anyone know how to explain the following? Whenever I create a block using 'to-block on a string, the words in the block have their own context.. what gives? >> block1: [element element element] == [element element element] >> block2: to-block "element element element" == [element element element

[REBOL] Re: simple editor for rebol

2001-05-09 Thread René Schrader-Bölsche
There is only one editor... CygnusED :) -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread john
Comments below :) -- > From: Joel Neely <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Enabling the REBOL community > Date: Wed, 09 May 2001 07:42:41 -0500 > > Hi, John, > > John Schuhr wrote: > > > > > > > Maybe we need an anagram for the concept. Kinda like

[REBOL] textpad and highlighting

2001-05-09 Thread Rob LaSalle
I unintentionally deleted the email about how to implement the highlighting for Textpad. If someone could email that to me or repost that email I would be very grateful. Thanks! __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great pr

[REBOL] Text-view question - Thanks

2001-05-09 Thread Júlio César Santana
Hi all, I would like to thanks all you guys that showed me where I was wrong. I thought that the other fields should be "automagicaly" filled. Thankou again, Cheers, Julio Cesar At 07:26 09/05/2001 -0500, you wrote: >From: "Júlio César Santana" > > Hi, > > > > I'm sorry, think I need to clari

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, Volker, Fair questions, but experience with such mechanisms in other communities can suggest some answers. A comprehensive unit management scheme (I think I'll stick with calling it UHURU until we can take a community vote/poll) addresses a number of software engineering issues and community

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Allen Kamp
For the curious. I've uploaded a copy of the Module REP (REBOL Enhancement Proposal) to. http://www.rebolforces.com/archive/rep/rep002.html Cheers, Allen K - Original Message - From: "Joel Neely" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:48 PM Subject

[REBOL] Re: simple editor for rebol

2001-05-09 Thread elizabeththacker
Rishi and anyone else using Textpad, The script to produce the syntax files is on my reb site - http://members.nbci.com/elizabeththacker/index.r It just queries system/words in the same way as 'help. Hence if you define your own funcs, for example cd: :change-dir, they will also be added to t

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, again, Petr, (I forgot the other point I wanted to make about MODULE...) Petr Krenzelok wrote: > > 1) It would be good if Carl could state, when aprox. Rebol module system > (as doc was posted long time ago) is going to be available. The point is > - if default Rebol module behavior (isolat

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, John, John Schuhr wrote: > ... > > Maybe we need an anagram for the concept. Kinda like > CPAN, but more oriented towards Rebol components? > > === > ERCR (pronouned ERaCeR) >Extensible Rebol Component Repository > ==

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Joel Neely
Hi, Petr... Petr Krenzelok wrote: > > Hi! :-) > > as I can see interesting discussion started, I would like to suggest few > points to notice: > > 1) It would be good if Carl could state, when aprox. Rebol module system > (as doc was posted long time ago) is going to be available. The point is

[REBOL] Re: Text-view question - part II

2001-05-09 Thread GS Jones
From: "Júlio César Santana" > Hi, > > I'm sorry, think I need to clarify my question! I can call the text-view.r > using tho "do" function or even include that piece of code into my script > and changing it a little bit to become a new layout definition, just like: > > lo: layout [ > h2 "Tex

[REBOL] Re: Full screen -kiosk- mode for /View

2001-05-09 Thread CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN
> view/offset/options layout/size [button "Unview" [unview]] > system/view/screen-face/size 0x0 [no-title no-border] > > I just noticed "untitled" unwanted string at the top? Should not appear if > not > wanted imo. > > hope-that-helps, [ thanks pekr, it did the job :)

[REBOL] Re: Full screen -kiosk- mode for /View

2001-05-09 Thread Richard Smolak
Hi pekr ;) and all, > > I just noticed "untitled" unwanted string at the top? Should not appear if not > wanted imo. > Just to clarify the "untitled" string: It has a value of 'title word in REBOL script header. regards, Cyphre -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: Full screen -kiosk- mode for /View

2001-05-09 Thread Petr Krenzelok
"CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN" wrote: > Hi List: > > I looking for a way of getting a kiosk-mode -which is MSIE terminology- for > a /View window. > The people which will use the software I produce should only have visual > access to what they need -which means full-screen mode

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Andrew Martin
Previously, I wrote: > It's attached, as there's a lot of new comers recently. Place it into the > directory $/Rebol/Scripts/Units/ then put: Uhm, try: %/Rebol/Scripts/Units/ instead... Also, if you want my current directories of %Enhancements/, %Units/, and %Patches/ for Rebol, just

[REBOL] Re: Rebol Enhancement Proposal - Embedding spaces in path! datatypes

2001-05-09 Thread Petr Krenzelok
Andrew Martin wrote: > Normal path! datatypes look like this: > word/sub-word/sub-sub-word > Currently Rebol doesn't understand strings in a path. I'm proposing that > Rebol should return things using a string as a path. For example: > > block: [ > "A string with spaces" [ >

[REBOL] Embedded Object and Scope - again...

2001-05-09 Thread CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN
Hi list: Sorry for insisting, but it's the first time one of my question stays unanswered, and I need the answer badly ;-P I still hope somebody will help me (perhaps at RT) so I repost my question... ---

[REBOL] IRSee.r now with ENCRYPTED white board.

2001-05-09 Thread Terry Brownell
IRSee now has an "Encrypted" white board. Available at the LFReD rebsite (may require a reload) or below. Special thanks to Mr. Kamp for the canvas.r pane. In theory, the "L" load button on the whiteboard canvas should start a loop that continuously refreshes the drawing, but it doesn't. Require

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Andrew Martin
pekr wrote: > 1) It would be good if Carl could state, when aprox. Rebol module system (as doc was posted long time ago) is going to be available. The point is - if default Rebol module behavior (isolation) would be available, there would not be probably any need for "hidden" object behavior Joel

[REBOL] Full screen -kiosk- mode for /View

2001-05-09 Thread CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN
Hi List: I looking for a way of getting a kiosk-mode -which is MSIE terminology- for a /View window. The people which will use the software I produce should only have visual access to what they need -which means full-screen mode, no title bar, no window menu available. Any idea ? chr== -- To

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Andrew Martin
> 2) IIRC Andrew Martin did nice component/module system. I don't know it's URL though ... but it would be good to look into it imo. It's attached, as there's a lot of new comers recently. Place it into the directory $/Rebol/Scripts/Units/ then put: do %../Scripts/Units/Units.r in yo

[REBOL] Rebol Enhancement Proposal - Embedding spaces in path! datatypes

2001-05-09 Thread Andrew Martin
Normal path! datatypes look like this: word/sub-word/sub-sub-word Currently Rebol doesn't understand strings in a path. I'm proposing that Rebol should return things using a string as a path. For example: block: [ "A string with spaces" [ Test [ Item 99

[REBOL] Re: Text-view question - part II

2001-05-09 Thread Graham Chiu
On Wed, 9 May 2001 16:42:39 +1000 "Anton" <[EMAIL PROTECTED]> wrote: > Where are you getting %text-view.r from? > I think it's this one. http://www.rebol.com/library/html/text-view.html -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscri

[REBOL] Re: Text-view question - part II

2001-05-09 Thread Graham Chiu
On Wed, 09 May 2001 00:02:03 -0300 Júlio César Santana <[EMAIL PROTECTED]> wrote: > The layout shows up but only the f1 field is correctly > filled, the other > faces (area, size, date) are still empty! Shouldn't they > have been filled too? > I hope my question have been better explained. >