|
From: Daniel J S. <dan...@ie...> - 2005-06-21 06:08:35
|
Daniel J Sebald wrote:
> Ethan Merritt wrote:
>
>> On Tuesday 14 June 2005 03:09 pm, mi...@ph... wrote:
>>
>>> If it was under X11, have you used the new feature of an x11 handle from
>>> sourceforge patches? This patch waits for confirmation that it works.
>
>
> I've updated things on my system. The demo works as originally designed
> except for one problem. The buttons and list items need to be pressed
> several times to cause the actions of starting a new demo or clearing a
> demo. It seems to be a random number of times, but usually two or three
> times.
Ay, ay, ay... adding a newline character at the front of the gnuplot command
string right after the ctrl-c appears to have fixed the problem. E.g.,
("gnuplot" is a pipe command defined in the tcl file)
gnuplot "\nset term x11; reset; load \"$file\""
So, I've updated the patch on S.F. and things should be ready to go. The demo
is run with
command> gpdemos.tcl &
Dan
|