I've run out of time to work on this: to comply with the MS-Rl I've
attached the patch I'm using.
--
Bruce
On 1/30/2014 9:51 AM, Rob Mensching wrote:
Well, that's interesting. Not sure if it helps any, but that control is new to
me so it is possible that when I added it, I added it wrong... or something.
Have you uncovered more since the beginning of the week?
Again, thank you for digging. In here somewhere is understanding. <smile/>
-----Original Message-----
From: Bruce Cran [mailto:br...@cran.org.uk]
Sent: Monday, January 27, 2014 11:22 AM
To: WiX toolset developer mailing list
Subject: Re: [WiX-devs] Issue 4114: WixStdba and missing WM_QUIT again
On 1/23/2014 9:32 AM, Rob Mensching wrote:
Cool, cool. I'm really worried about doing "workarounds" in wixstdba since it
runs on user's machines for long after we ship a WiX toolset release. The more
workarounds we put in it, the harder it will be to maintain.
Plus if thmutil is busted, it'd be good to get it fixed so that anything using
it in the future won't have this same problem.
Still no idea what's wrong, but commenting out the call to SHAutoComplete for
the Edit control lets it quit.
--
Bruce
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs
diff --git a/src/libs/dutil/thmutil.cpp b/src/libs/dutil/thmutil.cpp
index 5f9590c..a28e874 100644
--- a/src/libs/dutil/thmutil.cpp
+++ b/src/libs/dutil/thmutil.cpp
@@ -541,7 +541,7 @@ DAPI_(HRESULT) ThemeLoadControls(
{
if (pControl->dwInternalStyle &
INTERNAL_CONTROL_STYLE_FILESYSTEM_AUTOCOMPLETE)
{
- hr = ::SHAutoComplete(pControl->hWnd, SHACF_FILESYS_ONLY);
+ //hr = ::SHAutoComplete(pControl->hWnd,
SHACF_FILESYS_ONLY);
}
}
else if (THEME_CONTROL_TYPE_LISTVIEW == pControl->type)
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs