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

Home » Public Forums » archive » iTools screenshots
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: iTools screenshots [message #45375 is a reply to message #45299] Fri, 02 September 2005 14:54 Go to previous message
AEO is currently offline  AEO
Messages: 5
Registered: September 2003
Junior Member
Not sure if it helps, but this works :

PRO iTools_Clipboard
iImage, DIST(300), DIMENSIONS=[400,400]
void=itGetCurrent(TOOL=oTool)
oWin=oTool->GetCurrentWindow()
oView=oWin->GetCurrentView()
idSelect=oTool->FindIdentifiers('*SELECTALL',/OPERATIONS)
void=oTool->DoAction(idSelect)
idCopy=oTool->FindIdentifiers('*COPY',/OPERATIONS)
void=oTool->DoAction(idCopy)
oWin->ClearSelections
oClipboard=OBJ_NEW('IDLgrClipboard',DIMENSIONS=[400,400],$
GRAPHICS_TREE=oView)
oClipboard->Draw,FILENAME='C:\clipboard.bmp'
OBJ_DESTROY,oClipboard
idExit=oTool->FindIdentifiers('*EXIT',/OPERATIONS)
void=oTool->DoAction(idExit)
END
[Message index]
 
Read Message
Read Message
Previous Topic: Re: salida widgets
Next Topic: Concatenating arrays

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

Current Time: Sun Oct 12 00:54:20 PDT 2025

Total time taken to generate the page: 1.04003 seconds