Received: by 10.50.153.230 with SMTP id vj6mr159881igb.3.1348660923834; Wed, 26 Sep 2012 05:02:03 -0700 (PDT) X-BeenThere: scite-interest@googlegroups.com Received: by 10.50.157.164 with SMTP id wn4ls8055286igb.0.canary; Wed, 26 Sep 2012 05:02:03 -0700 (PDT) Received: by 10.66.90.102 with SMTP id bv6mr47080pab.34.1348660923088; Wed, 26 Sep 2012 05:02:03 -0700 (PDT) Received: by 10.66.90.102 with SMTP id bv6mr47079pab.34.1348660923078; Wed, 26 Sep 2012 05:02:03 -0700 (PDT) Return-Path: Received: from nk11p08mm-asmtp010.mac.com (nk11p08mm-asmtp010.mac.com. [17.158.58.147]) by gmr-mx.google.com with ESMTP id vw9si760436pbc.2.2012.09.26.05.02.03; Wed, 26 Sep 2012 05:02:03 -0700 (PDT) Received-SPF: pass (google.com: domain of nyamaton...@me.com designates 17.158.58.147 as permitted sender) client-ip=17.158.58.147; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@me.com designates 17.158.58.147 as permitted sender) smtp.mail=nyamaton...@me.com MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.1.1.8] (124-171-27-243.dyn.iinet.net.au [124.171.27.243]) by nk11p08mm-asmtp010.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MAY00696HFBW...@nk11p08mm-asmtp010.mac.com> for scite-interest@googlegroups.com; Wed, 26 Sep 2012 12:02:02 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-09-26_03:2012-09-26,2012-09-26,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1209260088 Subject: Re: [scite] Focus on Find dialog From: Neil Hodgson In-reply-to: Date: Wed, 26 Sep 2012 22:01:58 +1000 Message-id: References: To: scite-interest@googlegroups.com X-Mailer: Apple Mail (2.1283) Philippe Lhoste: > I just tried (SciTE 3.2.1 on Windows 7) and with the actions you describe (leave SciTE with dialog open and focus there, switch to a browser then switch back to SciTE), the focus is still in the dialog. There may be other factors like the part of the main window that had focus, whether the dialog is modal and how the switch was done. Tried with the Find dialog using Alt+Tab with SciTE 3.2.2 and 2.0 and it moved focus onto the main window instead of the find dialog. There is code in the WM_ACTIVATE handler to set focus. Neil