search for: handleownevents

Displaying 3 results from an estimated 3 matches for "handleownevents".

2004 Jul 30
1
plot(x,y) core dump
...eed to bail out with "error", */ /* then we must also free(xd). */ /* Font will load at first use. */ if (ps < 6 || ps > 24) ps = 12; xd->fontface = -1; xd->fontsize = -1; xd->basefontface = 1; xd->basefontsize = ps; xd->handleOwnEvents = FALSE; xd->window = (Window) NULL; return(xd); } However I got core dump while I try to use plot() from R: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3 R is free software and comes with ABSOLUTELY N...
2004 Jul 30
0
plot() core dump
...eed to bail out with "error", */ /* then we must also free(xd). */ /* Font will load at first use. */ if (ps < 6 || ps > 24) ps = 12; xd->fontface = -1; xd->fontsize = -1; xd->basefontface = 1; xd->basefontsize = ps; xd->handleOwnEvents = FALSE; xd->window = (Window) NULL; return(xd); } However I got core dump while I try to use plot() from R: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3 R is free software and comes with ABSOLUTELY N...
2004 Aug 04
0
RE: Does tcltk matter for the plot
...first use. */ >> >> >> >> if (ps < 6 || ps > 24) ps = 12; >> >> xd->fontface = -1; >> >> xd->fontsize = -1; >> >> xd->basefontface = 1; >> >> xd->basefontsize = ps; >> >> xd->handleOwnEvents = FALSE; >> >> xd->window = (Window) NULL; >> >> >> >> return(xd); >> >>} >> >> >> >>However I got core dump while I try to use plot() from R: >> >> >> >> >> >>R : Copyright 2004...