Hi all
I've some problems in embedding a ds9 application (ds9 is a software for visualize astronomical images) into a window tcl/tk.
My script is :
package require BLT
namespace import blt::*
toplevel .ds9
wm title .ds9 "QuickLook DS9"
wm geometry .ds9 800x860
set Ds9 "/usr/local/bin/ds9 -view...
Hi all
I've some problems in embedding a ds9 application (ds9 is a software for visualize astronomical images) into a window tcl/tk.
My script is :
package require BLT
namespace import blt::*
toplevel .ds9
wm title .ds9 "QuickLook DS9"
wm geometry .ds9 800x860
set Ds9 "/usr/local/bin/ds9 -view...
Hi all
I'm developing a software compose by two separate window.
I would like to know if it's possible load one of those windows in a different workspace.
If it's possible please show me how.
Thank you all
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.