From: "Gregg Young" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 1090827 for lswitcher-dev@2rosenthals.com; Mon, 07 Sep 2020 00:41:12 -0400 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:48008 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1kF8xh-0008Pj-0k for lswitcher-dev@2rosenthals.com; Mon, 07 Sep 2020 00:41:01 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:38074 helo=smtp.centurylink.net) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1kF8xX-0008FB-2k for lswitcher-dev@2rosenthals.com; Mon, 07 Sep 2020 00:40:52 -0400 X-CTCH-RefID: str=0001.0A020203.5F55B9DD.0011,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-RefID: str=0001.0A020202.5F55B9D3.0038,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Return-Path: X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=O59HQy1W c=1 sm=1 tr=0 a=F9Q04DBztzt2hW7/7YpPsA==:117 a=F9Q04DBztzt2hW7/7YpPsA==:17 a=KGjhK52YXX0A:10 a=IkcTkHD0fZMA:10 a=reM5J-MqmosA:10 a=ysqN1OIC4P0A:10 a=eQrCS-SpgXYA:10 a=BioMNt4r0SaC4rPTezAA:9 a=QEXdDO2ut3YA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Feedback-ID: dfw:ctl:res:onyx X-Authed-Username: eWdrQHF3ZXN0Lm5ldA== Authentication-Results: smtp01.onyx.dfw.sync.lan smtp.user=ygk@qwest.net; auth=pass (LOGIN) Received: from [71.37.76.157] ([71.37.76.157:55953] helo=ZOBOPEEP) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPA id DF/22-19445-2D9B55F5; Mon, 07 Sep 2020 00:40:50 -0400 Message-ID: <100.28820500cbb9555f.012@qwest.net> To: "lSwitcher Developers Mailing List" Date: Sun, 06 Sep 2020 22:40:43 -0600 (MDT) Reply-To: "Gregg Young" In-Reply-To: References: Priority: Normal User-Agent: PMMail/3.25 (os/2; U; Warp 4.5; en-US; i386; ver 3.25.00.1984) X-Mailer: PMMail 3.25.00.1984 for OS/2 Warp 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Re: [lswitcher-dev] lSwitcher-2-92-0-RC_7.wpi On Mon, 7 Sep 2020 00:11:26 -0400 Lewis wrote: > >Proper bottom-post this time: > >On 09/07/20 12:02 am, Lewis wrote: >>Also, the Properties notebook never shows as focused (titlebar >>perpetually greyed). >> >>On 09/07/20 12:00 am, Lewis wrote: >>>Thanks Gregg, but did you really, really mean for that to be a debug >>>build? It's looking for pmprintf. ;-) >>> >>>On 09/06/20 11:04 pm, Gregg Young wrote: >>>>Hi >>>> >>>>Attached is lSwitcher-2-92-0-RC_7.wpi. >>>> >>>>This changes the misc settings page to unicode so all the language >>>>choices appear with the correct glyphs. Also the "button menus" and >>>>the settings dialog render properly in all languages on codepage >>>>850 systems. A restart is required after changing the language. The >>>>xCenter default menu is not translated and really isn't my menu. >>>> >>>>I also fixed the "About" dialog window proc. It also fixes the string >>>>placement and spacing in all the dialogues. >>>> >>>>Is there a flag on windows that are not suppose to be resized? I >>>>will be able to remove the the priority menu choice from some VDM's. >>>>However if they are marked default instead of VDM there is nothing I >>>>can do. >>>>Thanks >>>> >>>>Gregg >>>> >>>> >>> >> > >After switching languages to Russian, I went to the taskbar to surface >the menu to close lSwitcher. The taskbar menu is in CP850 with broken >strings. Reopening the Properties notebook shows Russian, except for the >titlebar, which in CP850 (still) is a mess. I have not yet done anyting to the title bar code. This was meant to be a proof of concept. What I really care about is that the settings dialog and button menus show properly for all languages. > >I assume (have not tested yet), based upon your comments above, that >the XCenter widget menu will stay in EN until XCenter is closed and >restarted. That's surely understandable. Yes the menus are created on startup and must be reinitialized to show the changed language. Thanks Gregg