Page 1 of 1

Edit Macros

Posted: Wed Nov 28, 2001 9:45 pm
by Tina
How can I create my macros in editable form? How can I edit the macros I create using the Macro recorder? Thanks in advance, Tina

Re: Edit Macros

Posted: Wed Nov 28, 2001 10:02 pm
by Andreas
Not with existing versions of textpad

Re: Edit Macros

Posted: Thu Dec 06, 2001 8:15 pm
by Tina
although TextPad doesn't provide editing capabilities, try using a regular Hex editor:
A Google search on 'hex editor' gave several good hits. I downloaded a
fancy one at
http://www.bpsoft.com/
but it may be more than you need.
I think XVI32.ZIP at this site may be adequate, and a little
smaller/simpler:
http://www.chmaas.handshake.de/delphi/f ... /xvi32.htm
Both are pretty small, though... The second one doesn't even "install",
just unzip
to a directory and run it; no registry entries are created. I just tried it
with
your macro file, no problem seeing or modifying the contents.
This is so small (about 400+k) I'll just attach it right now.
Good luck!
Love, Tina

Re: Edit Macros

Posted: Thu Dec 06, 2001 10:29 pm
by Mark Schnitzius
There's also a nifty little hex editor called... TextPad!

You can drop the .tpm macro file into text pad and it will edit it in hex mode.
How to figure out what to type where within that file, well, that's a whole 'nother
ball of wax...

Re: Edit Macros

Posted: Fri Dec 07, 2001 7:09 pm
by Andreas
<i>There's also a nifty little hex editor called... TextPad!</i>

No. Textpad can be used to <b>view</b> in hex mode, but not to edit.