From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30706 invoked by alias); 23 Jan 2013 17:08:41 -0000 Received: (qmail 30690 invoked by uid 22791); 23 Jan 2013 17:08:39 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 17:08:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0NH8NUe030568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 23 Jan 2013 12:08:23 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0NH8LCU030441 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 23 Jan 2013 12:08:22 -0500 Message-ID: <51001905.7020808@redhat.com> Date: Wed, 23 Jan 2013 17:08:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: loody CC: insight@sourceware.org Subject: Re: how to add additional script to add more register information References: <50F038A5.2010606@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00009.txt.bz2 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