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

Home » Public Forums » archive » IDLBridge problem with unknown ExecuteTimer method
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: IDLBridge problem with unknown ExecuteTimer method [message #89907 is a reply to message #89906] Mon, 22 December 2014 18:31 Go to previous messageGo to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
On Monday, December 22, 2014 7:59:55 AM UTC-7, trisb wrote:
> Hello everyone,
>
> over the last week I have been struggling with a IDLBridge problem that neither google nor any forum could help with. I am using IDL8.3 on a MacPro, OSX 10.9.5. The problem can be boiled down to this very simple lines of code:
>
> cproc = obj_new('IDL_IDLBridge',output='')
> cproc->execute,'print,"Hello world"'
> cproc->execute,'print,"Hello world"',/nowait
>
> The first execute line works perfectly fine. The second one with the /nowait keyword results in an error:
> % Attempt to call undefined method: 'IDL_IDLBRIDGE::ExecuteTimer'.
>
> I could reproduce the error on IDL8.4 on the same setup, as well as on a MacBook Pro on 10.10 with IDL8.3. The error could not be reproduced on the leaky IDL7.2 on an (unknown) Unix flavour.
>
> Does anyone have a solution or explanation of the problem?
>
> Cheers,
> F.

Check to see if you have IDL's lib directory on your IDL path:

IDL> routine_info('idl_idlbridge::executetimer',/source)
{
"NAME": "IDL_IDLBRIDGE::EXECUTETIMER",
"PATH":
" /Applications/exelis/idl84/lib/bridges/idl_idlbridge__execut etimer.sav "
}

Cheers,
Chris
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL - freeing up used memory?
Next Topic: Nested data structures

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

Current Time: Wed Oct 08 13:36:22 PDT 2025

Total time taken to generate the page: 0.00414 seconds