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

Home » Public Forums » archive » move window object programmatically
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
move window object programmatically [message #94600] Thu, 20 July 2017 10:17
dave.schlossberg is currently offline  dave.schlossberg
Messages: 2
Registered: March 2017
Junior Member
How can I move a graphics window object programmatically?

For example, by this I mean after issuing:

IDL> testWin = window(location=[500,500], dimensions=[600,600])

How can I then move this object from the command line? Even though neither location nor dimension are listed as methods in the help file, I can still change the window dimensions using:

IDL> testWin.dimensions=[400,400]

but trying to change the location using

IDL> testWin.location=[200,200]

returns an error:

% GRAPHICSWIN: Unknown property: LOCATION
% Execution halted at: $MAIN$

Similarly for 'testWin.position'.

Thoughts? Help?

Thanks in advance,
Dave
[Message index]
 
Read Message
Previous Topic: Checking the existence of a file with only part of the file's name
Next Topic: Re: Parallel Processing in IDL

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

Current Time: Wed Oct 08 13:57:09 PDT 2025

Total time taken to generate the page: 0.00454 seconds