[REBOL] Re: View "busy indicator" does not go away

2002-01-06 Thread Daniel Ajoy
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

[REBOL] View "busy indicator" does not go away

2001-12-05 Thread Daniel Ajoy
- 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.

[REBOL] Re: View "busy indicator" does not go away

2001-12-01 Thread Daniel Ajoy
> 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? >

[REBOL] empty ftp directories problem

2001-11-30 Thread Daniel Ajoy
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

[REBOL] View "busy indicator" does not go away

2001-11-29 Thread Daniel Ajoy
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

[REBOL] Re: ftp reading an empty folder

2001-11-20 Thread Daniel Ajoy
> 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

[REBOL] ftp reading an empty folder

2001-11-19 Thread Daniel Ajoy
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

[REBOL] Re: text-list/text (scroll bar problem)

2001-11-17 Thread Daniel Ajoy
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

[REBOL] problem with text-list slider (even with fix-slider)

2001-11-15 Thread Daniel Ajoy
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

[REBOL] Re: text-list/text (scroll bar problem)

2001-11-15 Thread Daniel Ajoy
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

[REBOL] text-list/text

2001-10-13 Thread Daniel Ajoy
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