Hello [EMAIL PROTECTED]!

On 11-Giu-00, you wrote:

 b> Now, the window does not show until the network read is done.
 b> Because the network read is slow, the window does not appear
 b> straight away. In fact the Rebol icon does not appear on the
 b> task bar (Windows NT 4) until the window is created.

This might be of some help:

>> get-list-data: func [list-face] [
[    second second get in list-face 'subfunc
[    ]
>> view layout [                                                           
[    l: list 200x200 [                                                               
[        across text 100x20 text 80x20                                          
[        ] data []                                                               
[    button "Add" [                                                          
[        date: now
[        append/only get-list-data l reduce [form date/date form date/time]
[        show l
[        ]
[    ]

For Carl:

Perhaps the data should be found in l/data? Wouldn't this be a lot
simpler than embedding it in the subfunc?

Regards,
    Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Reply via email to