[REBOL] Re: Quick print question

2002-04-09 Thread Charles
Cool. Thanks Joel, Anton. I ended up reading the entire {} group one character at a time, because I ultimately limited the length of output lines to 75 characters per line, along with a header character at the beginning of each line. By the by, what's "IOW" in this context mean? > Hi, Cha

[REBOL] handling html form from client

2002-04-09 Thread Michael Appelmans
I'm new to Rebol and thought I would try and impress my little brother with a new project. He is scanning the ISBN number of every book in my parents huge collection into a database. I was hoping to write a script to look up the books details (title, author etc) from bookfinder.com. Can anyone d

[REBOL] Re: handling html form from client

2002-04-09 Thread john_kenyon
Michael, Maybe try using Amazon, data: read http://www.amazon.com/exec/obidos/ISBN=1565921674 then parsing through the result to find the title and authors. Cheers, John -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without t

[REBOL] random string

2002-04-09 Thread john_kenyon
Hi, Is there a better way of creating a random string of 8 characters than the folowing? salt-string: copy "" loop 8 [ append salt-string to-char add random 78 48 ] Thanks, John -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, w

[REBOL] Re: list style

2002-04-09 Thread Anton
Have you tried modifying the list's feel/redraw ? It starts off as none so you should be able to put your own code in there no problem. eg. try this: view layout [ list 300x300 [button] data [["hello"]["there"]] feel [ redraw: func [face act pos][p

[REBOL] Re: rebol/VIEW radio-buttons - zoom-radio style

2002-04-09 Thread Anton
You should try it yourself before making such easy suggestions. :) Anyway, last night I wrote a new style, that draws a scalable radio button: http://anton.idatam.com.au/rebol/gui/zoom-radio.r Run the demo to see it in action: http://anton.idatam.com.au/rebol/gui/demo-zoom-radi

[REBOL] Re: REBOL : Pure OOP project ?

2002-04-09 Thread Christian Morency
Hi, > In my view, the single most needed tool for app > development is a good list style. I plan to make > one after I fix up my grid some more. > (I saw Robert M. Muench's interesting problem and > I will keep that in mind). In my view, the single most needed tool for app development is a rebol

[REBOL] Re: REBOL : Pure OOP project ?

2002-04-09 Thread Christian Morency
Hi, > Hi, concerning OOP for Rebol IMO we shouldn't take it to > dogmatic. I'm still > finding my own useage pattern for Rebol. At the moment I don't > think OOP is the > key to the Rebol-usage-pattern. I'm focusing on an "object > aggregated" pattern > and it seems to be quite OK. I agree that

[REBOL] Re: : Pure OOP project ?

2002-04-09 Thread Christian Morency
Hi Gregg, > I've been doing OOP stuff heavily for the past 7 years (though > SmallTalkers > and Eiffel folks could argue about the OOP-ness of it :) and I'm > constantly > amazed at the code I find myself writing in REBOL compared to what I would > have written before. I daily think in C, Smallt

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-09 Thread Romano Paolo Tenca
Hi Petr, I don't remember my number :-( ##) Support for native continue function (or continue refinement for break) in loop functions, or something like this example for forall (but i think this is slow): continue: does [throw/name none 'continue] forall: func [ "Evaluates a block for every

[REBOL] tree style: first attemp

2002-04-09 Thread Robert M. Muench
Hi, below you will find a first attemp for a "tree" style based on the list-style. The source is not indented to avoid line breaks. However, I'm sure it's far from perfect but that's how far I made it today. Have a look and let me and the others know what you think. Known Bugs: - Expanding more

[REBOL] Size of Rebol binary?

2002-04-09 Thread rebolinth
I see.., rebol is remarkeble small, but I think we forget that it is realy is just a fine compressed binary, wich expands in memory like a baloon. A core dump produces at least 2,5 MB ! so dont be fooled that its only 225 Kb.. Wich is extreme small by the way, so somewhere there is a very smar

[REBOL] Re: Support for USB / Parallel

2002-04-09 Thread Petr Krenzelok
Holger Kruse wrote: >On Tue, Apr 09, 2002 at 03:59:05PM +0200, [EMAIL PROTECTED] wrote: > >>Hello RT, >> >>Is there an upcoming support for USB ports on some OS platforms?? >> > >That is up to the operating system to provide. For instance on a >USB-enabled operating system a serial port, keyboard

[REBOL] list style

2002-04-09 Thread Robert M. Muench
Hi, I have the following problem: I'm using a list style to display some data. For the list style you supply a layout block that gets called once the block containing the list style gets layouted: mygui: layout [ lst: list 200x200 lstlayout supply lstsupply] Than for each row in the list that ca

[REBOL] Re: Out of memory

2002-04-09 Thread Dr. Louis A. Turk
Andrew and Anton, Thanks! The solutions are always so easy! You guys are great. Louis At 09:35 PM 4/9/2002 +1200, you wrote: >Try putting: > recycle > just before your 'print. > >Andrew Martin >ICQ: 26227169 http://valley.150m.com/ -- To unsubscribe from this list, please send a

[REBOL] Re: rebol/VIEW radio-buttons

2002-04-09 Thread Philippe Oehler
hey.. i think you can type radio 30x30 and it will work. But you got a better solution : it exists a "click-face" function that someone wrote. With it, the user will could click on the text associated with the radio and the radio will be check.. i think it's the original function rebol [] clic

[REBOL] Re: Support for USB / Parallel

2002-04-09 Thread Holger Kruse
On Tue, Apr 09, 2002 at 03:59:05PM +0200, [EMAIL PROTECTED] wrote: > > Hello RT, > > Is there an upcoming support for USB ports on some OS platforms?? That is up to the operating system to provide. For instance on a USB-enabled operating system a serial port, keyboard, mouse etc. connected to U

[REBOL] Support for USB / Parallel

2002-04-09 Thread rebolinth
Hello RT, Is there an upcoming support for USB ports on some OS platforms?? And how about Parallel port support? Kind (R)egards, Norman. -- dinner/conversation: "How do you eat your Rebol in the morning?" -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsub

[REBOL] Re: Curl

2002-04-09 Thread Graham Chiu
On Tue, 9 Apr 2002 10:12:57 +0200 "Cyphre" <[EMAIL PROTECTED]> wrote: > > I had simmilar experience, I downloaded about 400Kb > executable thinking that > it is all I need to run Curl but that was just some kind > of loader which > wanted to download about 4MB beast (if I remember) !!! Nope. I

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

2002-04-09 Thread Brett Handley
I always enjoy having a look at your latest rebol compiled swf. Great work Oldes! Brett. - Original Message - From: "rebol-list" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 4:48 AM Subject: [REBOL] ANN: Rebol/flash dialect updated > Hello all.. > I've

[REBOL] working with java in rebol

2002-04-09 Thread Bryan Rasmussen
what if I have a jar file that has some functionality I want to get at, and also capture the output from running processes, is there any .r files already outhere that deal with this? in windows languages one has GetObject() if one wants to work with an object outside of environment, any similar

[REBOL] Re: view/list: altering layout possible?

2002-04-09 Thread Brett Handley
Hi Robert, > Hi, I have the following problem and don't know what's the best way to solve it: > > - I use a list that has three columns all of type text. > - There are some actions attached to the text faces. > > Now I want to insert some rows into my list that use a different row layout. An > im

[REBOL] Re: rebol/VIEW radio-buttons

2002-04-09 Thread Anton
Hello riusa, > I used in /view the radio-buttons (very useful). > I created a little list with a large font (vh3) but, the little buttons > (little circles) that the user can click are very small. How can I do > (if possible) to enlarge them? If it is not possible, can I substitute > the image of

[REBOL] Re: Out of memory

2002-04-09 Thread Andrew Martin
Try putting: recycle just before your 'print. Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- - Original Message - From: "Dr. Louis A. Turk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 6:38 PM Subject: [REBOL] Out of memory > Fellow re

[REBOL] Re: Out of memory

2002-04-09 Thread Anton
Yes, try recycle. Just use recycle without any refinements to do it straight away. >> ? recycle USAGE: RECYCLE /off /on /torture DESCRIPTION: Recycles unused memory. RECYCLE is a native value. REFINEMENTS: /off /on /torture -- Temporary internal feature A

[REBOL] Re: REBOL : Pure OOP project ?

2002-04-09 Thread Robert M. Muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Anton > Sent: Tuesday, April 09, 2002 8:25 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: REBOL : Pure OOP project ? Hi, concerning OOP for Rebol IMO we shouldn't take it to dogmatic. I'm still find

[REBOL] Re: Curl

2002-04-09 Thread Cyphre
Hi Oldes, I had simmilar experience, I downloaded about 400Kb executable thinking that it is all I need to run Curl but that was just some kind of loader which wanted to download about 4MB beast (if I remember) !!! You can hardly find so much power in such little binary like Rebol is ;) regard

[REBOL] rebol/VIEW radio-buttons

2002-04-09 Thread [EMAIL PROTECTED]
Hi all, I used in /view the radio-buttons (very useful). I created a little list with a large font (vh3) but, the little buttons (little circles) that the user can click are very small. How can I do (if possible) to enlarge them? If it is not possible, can I substitute the image of the radio-but

[REBOL] Out of memory

2002-04-09 Thread Dr. Louis A. Turk
Fellow rebols, Several of you helped me write the following code to keep trying to ftp a page to a remote server until it suceeds: until [either error? try [write ftp://id:[EMAIL PROTECTED]/www/index.html read %webpage.html][print "FTP Error: trying again ... " false][true]] This works great

[REBOL] Re: rebol/core 2.6 ?

2002-04-09 Thread sqlab
What I would like to see is a barebone /core - all the mezzanine functions + dynamic and static library support This will make core slimmer and more powerful. The mezzanine functions can be supported by an external library call - do %mezzanine.r . So everyone is able to just tailor and load the

[REBOL] Re: REBOL : Pure OOP project ?

2002-04-09 Thread Anton
Hear hear! Better VID libraries. But sharing content is not so simple. Effectively sharing your work means documenting it well, making it clearly available and visible on your site, and dealing with version conflicts. All of this requires a lot of effort. To do all this with an experimental proje

[REBOL] Re: REBOL : Pure OOP project ?

2002-04-09 Thread Gregg Irwin
Hi Chris, I've been doing OOP stuff heavily for the past 7 years (though SmallTalkers and Eiffel folks could argue about the OOP-ness of it :) and I'm constantly amazed at the code I find myself writing in REBOL compared to what I would have written before. IMO, of the "big 3", Encapsulation pro