Tag Archives: WIDGET_WINDOW

Using (New) Graphics in an IDL widget program, part II

Last week, I demonstrated how to set up a widget interface that embeds an IDL 8 (aka New) Graphics (NG) window with the WIDGET_WINDOW function. This week, let’s see how event handling works in this program. (Get the full program … Continue reading

Posted in language, programming, visualization | Tagged , , , , , , , | Leave a comment

Using (New) Graphics in an IDL widget program, part I

Here’s an example of embedding an IDL 8 (aka New) Graphics (NG) window in an IDL widget program with the WIDGET_WINDOW function. There’s quite a bit of code + explanation involved, so I’m breaking this example into two posts: I’ll go over … Continue reading

Posted in language, programming, visualization | Tagged , , , , , , , | 5 Comments