Re: Poscript Component Selection [message #45525 is a reply to message #45524] |
Mon, 12 September 2005 15:26   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
IDLmastertobe writes:
> partial code:
> sState.oVols[sState.iVrendVol]->SetProperty, $
> HIDE=1-vol_rend
> demo_draw, sState.oWindow, sState.oView, debug=sState.debug
> sState.oVols[sState.iVrendVol]->SetProperty,HIDE=1
> oImage = sState.oWindow->Read()
> oImage->GetProperty,DATA=data
> OBJ_DESTROY,oImage
By the way, do you think we could have a peek at that
DEMO_DRAW module? That's probably where you are going
to have to solve this problem, although I have doubts
that it *can* be solved, given the names of some of the
variables in this code.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|