-
On Ubuntu 9.10, I install build-essential to have g++, I run make and it displays :
(duplicated lines not shown, about 200 of them!)
g++ -O2 -I/usr/X11R6/include -Wall -pedantic -DVERSION=0.3 xmacroplay.cpp -o xmacroplay -L/usr/X11R6/lib -lXtst -lX11
xmacroplay.cpp:57:22: error: iostream.h: No such file or directory
xmacroplay.cpp:58:21: error: iomanip.h: No such file or directory
In...
2009-12-08 18:56:16 UTC in XMacro
-
We have KeyPress and KeyRelease but we also have KeyStr which sends both events in a single line.
Can we have the same thing but ButtonPress and ButtonRelease, something like ButtonStr ?.
2009-12-08 18:51:05 UTC in XMacro
-
If in a script file if you include this line :
#test
And run the script it will display :
Comment: #test
But if you add this line (with a space after the #) :
# test
It will display :
Comment: #
Unknown tag: test
In xmacroplay.cpp at line 338 we see :
if (ev[0]=='#')
{
cout
2009-12-08 18:49:07 UTC in XMacro
-
Thank you for the trick, I'm on Linux and I changed at line 40 in "tcl-1.6.1a1/lib/tkcon.tcl" the string and it works now.
2009-07-07 18:49:59 UTC in Visual Tcl
-
The same version 1.6.1a1 still does this error on Ubuntu 9.04, thank you for the trick with dos2unix, it did solved the problem.
2009-07-07 18:45:21 UTC in Visual Tcl
-
This is exactly what I need, just add a simple checkbox in Preferences to repeat/loop when the timer is finish.
2009-07-06 04:14:47 UTC in Timer Applet