Thank you Oleg and Hamish

 It's very fine  and smooth !

require 'plot'
test_plot=: 3 : 0
DAT=:? 20 50 $ 2000
for_ctr. i. 20 do.
pd 'reset'
pd ctr { DAT
pd 'eps /temp/foo',(":ctr),'.eps'
erase '<EPSREADER_j_'
pd 'show'
end.
)

  M.Shimura
 [email protected]


> > From: M.Shimura <[email protected]>
> 
> > 
> > Could any one tell me how to delete dialog box in plot
> > 
> >   I used to draw more than 100 plot pictures continuously 
> > 
> > pd 'eps /temp/(": counter),foo.eps'
> > 
> > but plot stopped every plot and show dialogbox 
> > 
> > "file written/temp/foo.eps"
> > 
> >   In J502 I delete this dialogbox  automatically  using   small  batch  fi
le
> > 
> >   named e.g.  delbox.bat  with one line  DOS command
> >   
> >   echo off
> > 
> >   and registerd it on  Edit/Configure/External Program
> > 
> > but I cannot using this batch file in J602
> 
> To suppress dialog, try
> 
>    erase <'EPSREADER_j_'
> 
> before displaying the plots to be saved.
> 
> 
>       
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 28 Jan 2009 11:55:37 +0000
> From: Hamish Harvey <[email protected]>
> Subject: Re: [Jprogramming] how to delete dialogbox in plot
> To: Programming forum <[email protected]>
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Oleg,
> 
> On Wed, Jan 28, 2009 at 05:23, Oleg Kobchenko <[email protected]> wrote:
> >> From: M.Shimura <[email protected]>
> 
> > To suppress dialog, try
> >
> >   erase <'EPSREADER_j_'
> >
> > before displaying the plots to be saved.
> 
> I've wondered this before, and that will probably be a useful
> incantation, but it looks, to the untrained eye, rather brutal. Can
> you give a hint as to how it works? Is nothing else affected?
> 
> I'm also puzzled about why popping up a dialog is the default
> behaviour. What value does it add?
> 
> Cheers,
> Hamish
> 
> -- 
> Hamish Harvey
> Research Associate, School of Civil Engineering and Geosciences,
> Newcastle University
> 

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to