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

Home » Public Forums » archive » Re: IDLgrWindow Setting - Why render image gets erased?
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: IDLgrWindow Setting - Why render image gets erased? [message #46108 is a reply to message #46107] Tue, 01 November 2005 15:00 Go to previous messageGo to previous message
Victor[1] is currently offline  Victor[1]
Messages: 5
Registered: November 2005
Junior Member
Thanks Karl for giving the right pointers. Xobjview works the best for
the application that I am developing. By the way, I'm not sure if this
is a bug in Xobjview - when I export the image into .TIFF (using
file->export) and later open with a Tiff editor, the image is
"FLIPPED". It gets exported just fine if exported as .JPEG !

Any Comments?
- Victor

PS: David, I'm working on it, and as soon as I understand and reproduce
the iImage mountain of code I'm planning to start-up "VDL" (Victor's
Data Language) ;-) Thanks 2 all

Karl Schultz wrote:
>> # When you render an image in IDLgrWindow object, then if you try to
>> maximize the window/resize (interactively with mouse clicks), the image
>> disappears.
>>
> IDLgrWindow is a low-level window object that you must draw explicitly.
> This includes the initial draw as well as handling any sort of event that
> happens to the window, such as a resize. In the case of a resize, you
> generally have to at least call the Draw method again so that the
> IDLgrWindow can update the window on the screen after the resize.
>
> But IDLgrWindow is the lowest-level window object provided by IDL. There
> are several other objects and tools that are higher-level and smarter:
>
> Widgets (WIDGET_DRAW)
> IDLitWindow
> XOBJVIEW
> iTools
>
> Few applications exist that use stand-alone IDLgrWindow objects for
> display. Most applications use WIDGET_DRAW and widget application
> architecture to manage the graphics windows.
>
> Karl
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is there a way to get bold font in the IDL prompt?
Next Topic: Keyword_Set function

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

Current Time: Sun Oct 12 16:32:37 PDT 2025

Total time taken to generate the page: 0.01425 seconds