|
From: Ethan M. <merritt@u.washington.edu> - 2008-10-09 19:52:58
|
On Thursday 09 October 2008 10:58, Bastian Maerkisch wrote: > Treatment of line colors within the windows terminal is known to be buggy. If I understand the report correctly, the problem is not with gnuplot's display of colors. It is instead reporting a problem with the Windows clipboard operation. A bit of Googling suggests that the problem may be because we switched from using CreatePenIndirect() to using ExtCreatePen(). Apparently some versions of Windows have trouble with ExtCreatePen and the clipboard. But I did not find a definitive statement or a recommended alternative. > Currently, nobody is working actively on the windows terminal. I really > would want to help, but due to my work load, I just cannot find enough time. Understood. But it would be useful to know if you can replicate the problem on your Windows machine, and whether switching that one call back to CreatePenIndirect() fixes it. (I realize that would re-introduce other problems, but at least we'd confirm what the issue is). Ethan > > Bastian > > > Shigeharu TAKENO schrieb: > > shige 10/09 2008 > > ---------------- > > > > On Japanese gnuplot BBS, the following problem was reported: > > > > Line colors of wgnuplot's graph (ex. `test` command) may lack on > > another application which recieve it through the clipboard. This > > problem arises in wgnuplot-4.2.4 but not 4.2.3. > > > > It seems to be arise from src/win/wgraph.c rev.1.58. In fact, > > wgnuplot with wgraph.c of rev.1.57 has no such problem. But I do > > not know which code has the problem and how to fix it. > > > > +========================================================+ > > Shigeharu TAKENO NIigata Institute of Technology > > kashiwazaki,Niigata 945-1195 JAPAN > > sh...@ie... TEL(&FAX): +81-257-22-8161 > > +========================================================+ > > -- Ethan A Merritt |