Re: Creating a Cursor

2003-11-02 Thread William Bardwell
Hi {list}, Somehow, I don't think it's possible, but it would be nice if one could = initialize a new Map-of CursorColor with rest arguments, like: {let map:{Map-of CursorColor} =3D {{Map-of CursorColor} 2, 2, 0, 0, 1, = 1}} Nope doesn't look like it, but you can just do: {let

Re: Creating a Cursor

2003-11-02 Thread Chris Banford
Hi William, Thanks for the reply! I'm using the uint8 array to try and reduce the amount of space that is taken up for a 16x16 pixel cursor, when displayed in Surge. I'm generating this code on the fly from my editor -- it works quite well, it just would have been a fair bit cleaner if I could

Cursor Editor to Play with

2003-11-02 Thread Chris Banford
Hi {list}, I've tossed together a simple Cursor Editor: http://km0330.keymachine.de/~banford/cursor-editor/start.curl Far from perfect, but quite useable -- if you want/need to create a new Cursor for a project, this should help. When I get the chance, I'll clean up some of the messy bits