It didn't work then.
Now with renewed interest, I ask:
Is there a way to turn the "busy indicator" icon off ?
> From: Anton Rolls
> Date: Thu, 6 Dec 2001 20:02:14 +1100
>
> I can't find that animated image anywhere.
> I think it's a very low level thing, possibly
> not accessible in rebol at al
-
From: Daniel Ajoy <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject:View "busy indicator" does not go away
Date sent: Fri, 30 Nov 2001 00:50:23 -0500
I created a view layout with a button that does a ftp upload.
> From: "Gregg Irwin" <[EMAIL PROTECTED]>
> Re: View "busy indicator" does not go away
>
> Hi Daniel,
>
> << I created a view layout with a button that does a ftp upload.
> When I press the button a "busy indicator" icon ([R]) flashes in a
> corner, but sometimes it stays there. What can I do? >
Another interesting problem with the empty directory "owlb":
>> read ftp://localhost/owlb/
** Access Error: Port none not open
** Where: parse-dir-list
** Near: read ftp://localhost/owlb/
Ok. I use error? to display and empty list instead. But if right
after that I do a write, I get:
>> write f
I created a view layout with a button that does a ftp upload.
When I press the button a "busy indicator" icon ([R]) flashes in a
corner, but sometimes it stays there. What can I do?
Daniel
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
su
> From: Media <[EMAIL PROTECTED]>
> Subject: [REBOL] Re: ftp reading an empty folder
>
> I've had the same problems before...
>
> Are you using an older version of view/core?
No, I'm using view:
core 2.5
view and vid 1.155.0
> RT/support had told me they were aware and in the process of fix
When I try to read an empty ftp directory I get this
message:
** Access Error: Port none not open
** Where: parse-dir-list
How can I handle this error. I think in this case read
should return an empty list, not throw an error.
Daniel
--
To unsubscribe from this list, please send an email to
From: "Gregg Irwin" <[EMAIL PROTECTED]>
> Phil, et al
>
> << There is a bug in that if you are in a large directory and and scrolled
> to the bottom and select a small directory you get duplicate entries at the
> top of the newly displayed directory. >>
>
> I hope RT can give us a definitive sol
I am programming File Selector and Directory Navigator
everything works fine except that when I go to a directory
with very few files compared with the current directory
the slider does not work properly.
Here is the code. Can someone please help me.
Daniel
REBOL [Title: "File Selector and Di
Cheers wrote:
> Hi Daniel,
>
> you cant directly change the block that the text list references.
> ie You cant redefine the variable.
>
> You have to use insert/remove/clear etc.
>
> Below is some revised code there are still problems with the scroll bar though.
And how could that be fix
Why can't I change the value of a text-list with
fileList/data: ...
or
fileList/text: ...
in this code? Is there any other way?
REBOL [Title: "File Selector and Directory Navigator"]
view layout [
vh2 "File List:"
fileList: text-list data sort read %. [
either
11 matches
Mail list logo