Hi Jason,
<< A GUI browser for system exploratin and editing would be useful.
Anything being worked on? >>
Romano's AnaMonitor is out there, I think Bo wrote an old one for /Core
originally, and Ammon plans to include one with RIDE.
--Gregg
--
To unsubscribe from this list, please send an ema
Thanks everyone for putting in various thoughts and perceptions into this
thread.
Definitely, very useful.
YS
At 10:17 AM 12/27/2001 -0500, you wrote:
all the good stuffs to keep message size small.
-- Attached file included as plaintext by Listar --
---
Outgoing mail is certified Virus
If you are going to do your own, then you might find Jeff's "roll your own
protocol" article useful
http://www.rebolforces.com/articles/protocols.html
Cheers,
Allen K
- Original Message -
From: "Ric Gagliardi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 25, 2001
Hi Romano,
> I have found a not so standard method to find the funtion name and the code
> inside a function. It works also if the funtion name is local:
> What do you think of this method? Can be considered valid in all the
> situations?
I think it's a very clever hack!
Unfortunately it d
Hi Sunanda,
I use REBOL/View/Pro on Win98 here and I see the problem with the grid
Cheers Phil
=== Original Message ===
> > Could you tell me whether you have the same problem? Or whether there
> > is something wrong in my code?
>
> REBOL/Command/View [Win98se] => works OK here
But does
> A GUI browser for system exploratin and editing would be useful.
> Anything being worked on?
Volker suggested a comprehensive tool too. I haven't heard of any other
activity.
I thought of a commenting or annotation system to help me record what I
found where could be useful. Something that just
> Well here's a leg up...
Hi Brett
Thanks. Great answer. Lots to study and explore.
A GUI browser for system exploratin and editing would be useful.
Anything being worked on?
Am I right in understanding that VID is just one possible GUI dialect based
on /View developed by RT? Others might be l
This might help, it is a text-list with a custom update function created by
Gregg Irwin (Excellent Job!)
s: stylize [obj-list: text-list 125x240
with [
update-slider: does [
sld/data: 0 ; reset slider to top
sn: 0 ; force text to re-display correctly
Donald,
I think I pretty much have my problem solved now. I am learning html and
website design along with rebol, and my lack of knowledge of html was part
of the problem. But I'm learning fast and things are starting to fall into
place.
Thanks for responding,
Louis
At 03:48 PM 12/27/2001
- Original Message -
From: "Dr. Louis A. Turk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 2:26 PM
Subject: [REBOL] Re: Searching For Data On Websites
Dr.Turk:
What is the problem collecting the correct web page?
I collect hundreds per day and never h
Hi Jason,
> write %vid-dump.r read system/view/vid/vid-styles
>
> ok..
> ..impressive: Can anyone please suggest ways to approach this?
Well here's a leg up.
system/view/vid/vid-styles appears to me to be the master stylesheet where
BOX, FIELD, AREA, etc live.
It is a block of pairs, each pair b
What holds the data for the section of the text-list/data that is actually visible.
I've "probe mold"-ed and "probe first"-ed til I'm blue in the face and can't seem to
find it.
I am using the following function to change the data in a text-list and everything
seems okay except for what is actu
Hi Tom,
At 11:26 AM 12/27/2001 -0800, you wrote:
>Ahh,
>I had trouble (seg faults) running in on unix but it seemed to work
>from windows. There was an improvment I thought it needed that might
>help the _long_ loop which is basicly to force each local url into an
>aboslute form so http://a.b.c/
Hi rebols,
I am receiving an access error trying to ftp to several directories on our
isp's server. Using WS_FTP95 I can transfer the files, but not with
rebol. However, I am able to use rebol to send files to other directories
on the same server just fine. Any ideas what the problem might
Carl and Bob,
Thanks for your responses. I believe you guys have steered me in the right
direction, and a solution is just about at hand. However, I'm going to
take a break before I work on it any more.
Louis
At 10:54 PM 12/27/2001 +1200, you wrote:
>On 27-Dec-01, Dr. Louis A. Turk wrote:
>
Ahh,
I had trouble (seg faults) running in on unix but it seemed to work
from windows. There was an improvment I thought it needed that might
help the _long_ loop which is basicly to force each local url into an
aboslute form so http://a.b.c/d/e/../foo becomes http://a.b.c/d/foo
I look into
I have found a not so standard method to find the funtion name and the code
inside a function. It works also if the funtion name is local:
hackme: func ["hackme" /local myself] [
error? err: disarm try [2 / 0]
myself: get in err 'where
print [
"my name is:" myself
"^/my body is:" mol
Hey Mike,
Thanks for finding that bug. The algrythm now correctly deals
with this condition. The new version 1.0.2 has been posted.
--Ryan
Mike wrote:
> This sequence will always win...
>
> 1. top right
> 2. bottom row, middle column
> 3. bottom right
> 4. middle right for the win
>
> ___
New features planned for file swappers
By John Borland
Staff Writer, CNET News.com
December 26, 2001, 3:00 p.m. PT
In the midst of a potentially crippling lawsuit leveled by the recording and
movie industries, peer-to-peer company MusicCity is planning a new, more
powerful version of its popular f
Good stuff, David,
> Problem with this approach is that you are defining YACT (Yet Another
> Cool Technology) - and if you are dealing with corporate buyers you are
> highly likely to get a big cynical yawn. I would suggest you need to
> define your need / requirements, match Rebol's requirem
> > Could you tell me whether you have the same problem? Or whether there
> > is something wrong in my code?
>
> REBOL/Command/View [Win98se] => works OK here
But does not work for Rebol/View [Win98]. Two earlier responses duplicated
the error on Win NT4 and 2000 (Rebol version not specifie
Louis Turk <[EMAIL PROTECTED]> wrote
> I would just like to say that I really appreciate all the help that I have
> received on this mail list during this past year. While I am still just
an
> amateur, I have made a lot of progress thanks to all your kind help. And
> as a result my computer is
> Here guys, check this out!
> http://anton.idatam.com.au/rebol/anim/anim-strips.r
> (Need a fairly fast computer for this, I think..)
>
> Anton. :)
lol - that's great Anton :-)
thanks
./Jason
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in
> RE: [REBOL] Re: 'launch and scripts running other scripts.
> if you start rebol to run a script, launch is disabled after %user.r
finishs.
> you have to go to console and start script from there by hand.
> seems its more meant to be an internal function for desktop
> than a general tool.
Thanks
> print size? %/c/foo.txt ;;is ok
> but
> print size? to-file "%/c/foo.txt" ;;always answers none
do you mean
length? %/c/foo.txt
./Jason
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
> > This behavior is something generally I still don't understand about
> > REBOL/View [Win98se]. Namely why and when REBOL/View plants more
versions
> of
> > rebol.exe all over the file structure. I don't know if my config is
> damaged,
> > or if there is a simple refinement or script param neede
Hi fellow rebols,
Is there any way to count the clicks on links to third party web sites?
Louis
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
My curiosity inspired by the recent stylize/deep thread, I started poking
around in scripts and at the console with Romano and Paul's examples. I
decided to investigate more fully:
write %vid-dump.r read system/view/vid/vid-styles
ok..
..impressive: Can anyone please suggest ways to approach thi
> Thanks for the link. But site-check.r doen't work on the web sites I
> checked. On one it entered an infinite loop. On a second it exited
> immediately without gathering any data. On a third it gave very wrong
> data.
Maybe some one can code a version of WGET in Rebol. WGET saves web page
Hi Yek Soon
I think Gregg's answer was right on.. Don't forget:
REBOL is FUN!
Why is REBOL fun ?
- Interactive CLI development
- Missing most of the wired syntax and punctuation which lcutters up other
languages
- Intuitive 'forward-forth' structure whicc evokes nautral language and
'net-strea
I'm thinking of using the SMTP protocol for some asynchronous communication
between software agents. I could use Rugby's 'rexec/oneway refinement or
roll my own, but there are some advantages to sticking to the standards.
The client-side is easy enough in REBOL, but I can't find anything on the
On Thu, 20 Dec 2001 11:56:48 +1000
[EMAIL PROTECTED] wrote:
> Bruno,
>
> I think your logic might be flawed.
>
> >Would you switch or not?
>
> >When you did your first pick, you have 1/1 chances of winning and
the
> >change that the prize would be in one of the other doors is
> 99
> It seems that REBOL has problem scrolling layout by a negative offset.
> Here is an example which does not work, at least on my machine under
> Linux.
> When the horizontal or vertical offset is less than -20, the layout
> is uncorrectly shifted off by one pixel.
>
> Could you tell me whether y
> The button will NOT work if you:
>
> 1) Run the script from it's icon in a file list. (i.e. on Windoze
machines, double-clicking it's icon)
I suspect this is a Windows configuration issue - not a REBOL problem.
I have my .r files default to open with UltraEdit, because these days the
first thi
On 27-Dec-01, Dr. Louis A. Turk wrote:
> Fellow Rebols,
> Let's say you want to search for certain data on a list of websites.
> How do you assure that you search every page on each web site on
> your list, but not go to any pages on sites linked to from those web
> sites?
Off the top of my hea
Hi Tom,
Thanks for the link. But site-check.r doen't work on the web sites I
checked. On one it entered an infinite loop. On a second it exited
immediately without gathering any data. On a third it gave very wrong data.
Louis
At 10:37 PM 12/26/2001 -0800, you wrote:
>Hi Louis,
>
>see:
>
36 matches
Mail list logo