[REBOL] Status for read (load) Re: Re: url restrictions
From: sags:apollo:lv at: 17-Jan-2005 23:11
The example url could be:
http://maps.dnr.state.mn.us/cgi-
bin/mapserv36?map=/usr/local/www/docs/mapserver_demos/tests36/aut
o_rotate/test.map&mode=map&map_test_class_label_position=CC&map_t
est_class_label_angle=0
Thanks to Gabriele, the load works for it!
Sorrry ... I am just starting to go in the structure of Docs...
;-)
The next question is how to get status/progress for loading
process of the image.
I would like to display them for user in an statuss bar.
I searched scripts for and find that read-thru could be used.
Is this the right way?
The docs of read-thru are quite limited (no examples) - dificult
for dummies. ;-)
Anyway - I tried some variants, but all excepting with to
refinement returns error:
....
0.597625
0.597625
** Access Error: Cannot open
/c/progz/rebol/public/maps.dnr.state.mn.us/cgi-bin/mapserv3
6?map=/
** Near: make-dir/deep loc-path
And again this way I would not prefer if it is possible, because
it requires to write to disk.
Am I going to right direction?
brgds
Janeks
On 17 Jan 2005 at 19:20, Anton Rolls wrote: