Lisp HUG Maillist Archive

Calling the LW inspector "programmatically"

Hi. We've written a capi tool that runs within our LW development
environment; is it possible to invoke the LW Inspector tool from within our
application? Something like:

(invoke-inspector #<object>)

Thanks... 

David E. Young
Bloodhound Software, Inc.
http://bloodhoundinc.com

"For wisdom is more precious than rubies,
and nothing you desire can compare with her."
  -- Prov. 8:11

"But all the world understands my language."
  -- Franz Joseph Haydn (1732-1809)


This email message is for the sole use of the intended recipients(s) and may contain confidential and privileged information of Bloodhound Software, Inc.. Any unauthorized review, use, disclosure is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.


Re: Calling the LW inspector "programmatically"

Young, David wrote:
> Hi. We've written a capi tool that runs within our LW development
> environment; is it possible to invoke the LW Inspector tool from within our
> application? Something like:
> 
> (invoke-inspector #<object>)
> 
> Thanks... 

(capi:display
     (make-instance 'lispworks-tools:inspector :object object))

Wade


Updated at: 2020-12-10 08:56 UTC