comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » SKIP the window "press click to continue" using the VIRTUAL MACHINE
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: SKIP the window "press click to continue" using the VIRTUAL MACHINE [message #67910 is a reply to message #67743] Sun, 06 September 2009 16:26 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Aug 24, 11:09 am, nata <bernat.puigdomen...@gmail.com> wrote:
> Hi people,
>
> I think this is an old question but I didn't find anything to solve my
> problem.
> I'm trying to write a routine in IDL that I want to use like a script.
> So, in scheduled tasks I want to execute this routine 1 time per day
> USING the virtual machine of IDL.
>
> The problem is that the virtual machine opens a window with the cover
> of IDL with the message PRESSCLICKTO CONTINUE.
>
> My question is if there is a way to skip this window. Anyone had this
> problem before ?
>
> Thanks in advance,
> Bernat

In Linux, I have done it using xautomation. More specifically, for
console applications I use Xvfb to create a virtual X server of the
size of the splash screen, then xte (from xautomation) to make a click
on the proper coordinates. The Xvfb server is made the size of the
splash screen so that the button always is at the same coordinates,
and it is not necessary to search for it with visgrep.

I put everything in a script to launch Xvfb, set the display variable,
launch the runtime application, call xte to click, then kill the Xvfb
server at the end. I copy the Xvfb and xte binaries into the
distribution directory, so that it does not depend on those being
installed where the program is used.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hardware suggestions for IDL/ENVI.
Next Topic: How to infer number of minor ticks?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:59:24 PDT 2025

Total time taken to generate the page: 0.00436 seconds