X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=jcoppens.com; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=jcoppens.com; b=aifwI/eWfIkAigHvCf26FS/uCx7NoTXmB3RcGTDKVjPh8bcod3Z2v+abcYNr3 Nr56DYwOJL3ocgD9s1ybPDgVqZ/hqCSTvN/TlGSuVCtkfRhHWevT3zJGANUO/mi9 /flAMbW+Na8YZ+g7r5NWou0Huv+smxPuBIdh3s+eJOzZc4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jcoppens.com; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=jcoppens.com; bh=td+m Y2mBJG3TCAWA7kLoYtYhifU=; b=EO2v+XgLnII/IGCuaotKMY3AlGbSFJTW/we6 0WxHdgJqqqnNRLiNLQvQX7NHX3ifAEG/UipYoj7s5haAhMAHUQY6aJ7/pDKUH4ZY EBX9x8zTzqerWdZ1wUN8/sW0cBDL0395lyLzSK+X2KD7DGz6keXyjtWqKEMQEdUs lCQGI8M= Date: Wed, 4 Jan 2012 21:38:11 -0300 From: John Coppens To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB layout file doubts Message-Id: <20120104213811.e24cbeba.john@jcoppens.com> In-Reply-To: <20120104150437.056af02d@svelte> References: <20120102003737 DOT c1bc3a96 DOT john AT jcoppens DOT com> <201201020416 DOT q024GBUE031909 AT envy DOT delorie DOT com> <20120102110533 DOT 4f0f0b48 DOT john AT jcoppens DOT com> <4F01D16B DOT 2020808 AT ecosensory DOT com> <20120102152849 DOT 0c3592fe DOT john AT jcoppens DOT com> <20120104132110 DOT 6e3985c3 AT svelte> <20120104194726 DOT 0210a1e1 DOT john AT jcoppens DOT com> <20120104150437 DOT 056af02d AT svelte> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.4; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q050cIAq018840 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 4 Jan 2012 15:04:37 -0800 Colin D Bennett wrote: > At least if you are using a recent pcb version. What version are > you using? You can do: > ChangeDrillSize(SelectedPins, 1.1mm) > ChangeDrillSize(SelectedPins, 32mil) > etc., which I find cleaner and less typing than supplying the units > as a separate argument. Thanks for the info! Learned something new... > > > The motive I dislike using commands is that I already had more > > than ten crashes on calling the dialog (pressing ':'... See > > previous in this same thread). > > That's odd. First, I don't get a dialog when I press ':', but just > a combo box “Enter command: [ ]” which replaces the pcb status > bar. Second, I have never had pcb crash on pressing ':'. What > version are you using? Is it the GTK HID? Yes, its the GTK HID... And ':' does produce a new window with the dropdown and the command index. And I suspect some kind of timing problem (last time I said a 'race condition' I had too many reactions) which produces the crash. John