Re: how to add additional script to add more register information

Keith Seitz <[email protected]> Wed, 23 Jan 2013 09:08:21 -0800
Newsgroups gmane.comp.debugging.insight
Message-ID <[email protected]>
On 01/23/2013 08:30 AM, loody wrote:
> Sorry for late response your mail.
> should I get any script familiar fist, such tcl?
> if tcl learning is necessary, where I can get it?

Yes, you will need to know a bit of Tcl/Tk and iTcl/iTk/iWidgets.

Tcl isn't all that difficult to learn. It has a few quirks, but nothing 
too major. iTcl is simply an OO extension for Tcl. It's also not very 
difficult to pick up.

Once you know basic Tk-isms (packing vs grid, e.g.), iTk and iWidgets 
are pretty simple and quite a bit easier to use. It's simply a matter of 
remembering what kinds of widgets those packages offer. I don't remember 
much nowadays, so I just refer to the manual and demos.

Tcl/Tk documentation, list of books, and tutorials listed on the 
Developer Xchange pages: http://www.tcl.tk/doc

All things iTcl (incl iTk/iWidgets) are at 
http://incrtcl.sourceforge.net/itcl . [This is a bit outdated -- iTcl is 
now more closely integrated as a Tcl module, but this is the page that I 
always run to for documentation.]

Keith