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

Home » Public Forums » archive » Call Tree Generator
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: Call Tree Generator [message #16713 is a reply to message #16629] Thu, 12 August 1999 00:00 Go to previous messageGo to previous message
edward.s.meinel is currently offline  edward.s.meinel
Messages: 12
Registered: May 1999
Junior Member
Mirko Vukovic <mvukovic@taz.telusa.com> wrote:
> In article <MPG.121bc33671cb20f1989887@news.frii.com>,
> davidf@dfanning.com (David Fanning) wrote:
>> Calvin King (cking@sandia.gov) writes:
>>
>>> Is there a program that looks at an IDL procedure/function and
> generates
>>> the call tree?
>> Start a fresh IDL session. Compile your top-level program.
>> Now type Resolve_All.
> Does it catch really everything?

No. For example, it will not catch event handlers that are not in the
same text file as the procedure that uses it.

Consider DF's box event handler. One option is to rewrite it
specifically for each widget that needs a box-drawing event and include
it in each procedure file. In this case, RESOLVE_ALL will compile it.
Another option is to write a general box event handler. This will allow
you to use it in multiple widgets, but RESOLVE_ALL will miss it because
it apparently doesn't resolve event handler assignments within
calls to WIDGET_CONTROL. Does 5.3 fix that?

Ed Meinel


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SHOWIMAGE posted (companion to SAVEIMAGE)
Next Topic: Re: Conversion Error?

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

Current Time: Fri Oct 10 09:33:08 PDT 2025

Total time taken to generate the page: 0.32280 seconds