Re: Change Cursor in TCL 8.0



For me it works fine (Windows XP professional SP2, Tcl 8.4.9)

I know it's a standard cursor
but does the file exist on this place?

Regard
Manfred


Phil Biehl schrieb:
No luck. Same error. Is it possible that the file format is incompatible?

Phil


"Manfred Stelzhammer" <stelzhammer@xxxxxxxxxxx> wrote in message news:d8nb5f$sif$1@xxxxxxxxxxxxxxxxxxxxxxxx


Phil Biehl schrieb:

Hi,
I'm trying to use an enlarged cursor for enhanced accesability but I keep getting "bad cursor spec C:WINDOWS/Cursors/HWE.cur" when I use the command: .. config -cursor @C:/WINDOWS\Cursors/HWE.cur.


What am I doing wrong?

Environment is Windows XP wusing TL 8.0.

Thanks,
Phil



Try:

. config -cursor @C:/WINDOWS/Cursors/HWE.cur


You have an backslash in your command

Regards
Manfred



.