Michael Baker
unread,May 23, 2012, 5:44:40 PM5/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dislin-users
Hi,
How do I keep the DISLIN window from popping up when outputting to an
external pixmap? My understanding of the X11MOD() description is that
having CMOD = 'pixmap' should automatically do so, but the dislin
window still opens.
C++ Code Snippet:
//========
Dislin g;
g.metafl("xwin");
g.x11mod("pixmap");
g.setxid(pixmap_id, "pixmap");
g.disini();
g.winmod("nohold");
g.errmod("protocol", "off");
// ... Plot goes here
g.disfin();
//========
Thanks,
Michael