1. RE: Win32lib documentation pitfall
- Posted by <Christian.CUVIER at agriculture.gouv.fr> Oct 08, 2004
- 522 views
Wolf wrote: > > > > I'm using win98 at home, and clearly still stuck with the v1.0 dll > > version. > ??? did you check ??? > > Does richedit v2.0 work under Win98SE? > ... sure, works with Win95 too. Look for Riched30.exe, or better, to > upgrade, if necessary. > > Well, it was necessary, and that solved the problem I had. Hope that nothing will break as a result.. Not yet. However, I think the docs should mention the dll version issue, unless my case was extremely rare... CChris
2. RE: Win32lib documentation pitfall
- Posted by "Kat" <gertie at visionsix.com> Oct 08, 2004
- 543 views
On 8 Oct 2004, at 0:34, Christian.CUVIER at agriculture.gouv.fr wrote: > > > Wolf wrote: > > > > > > > I'm using win98 at home, and clearly still stuck with the v1.0 dll > > > version. > > ??? did you check ??? > > > Does richedit v2.0 work under Win98SE? I have Riched20.dll on win95b. > > ... sure, works with Win95 too. Look for Riched30.exe, or better, to > > upgrade, if necessary. Riched30.exe? I have Riched32.dll , does that count? Kat
3. RE: Win32lib documentation pitfall
- Posted by <Christian.CUVIER at agriculture.gouv.fr> Oct 08, 2004
- 529 views
Derek Parnell wrote: > > > posted by: Derek Parnell <ddparnell at bigpond.com> > > Christian Cuvier wrote: > > > > > Date: Thu, 7 Oct 2004 23:21:48 -0400 > > > From: "Wolf" <wolfritz at king.igs.net> > > > Subject: Re: Win32lib documentation pitfall > > > > > > > > >>> Riched30.exe? I have Riched32.dll , does that count? > > > > > > Riched30.exe is a Microsoft upgrade package, both riched20/32 dlls. > > > CChris probably installed an older *stupid* software package that > > > 'downgraded' the dlls. > > > > > > > Just what I found out. Trying to have apps built for XP and win3.1 > > cooperate > > under win98 /generally/ works, up to a point... > > I'm pretty sure I'm not the only one with this sort of environment. > > > > Any idea about the strange tooltip display? > > Ummmmm...what "strange tooltip display" would that be? > -- > Derek Parnell > Melbourne, Australia This one: Strange tooltip display CChris Oct 06, 2004 14:27 PDT I have a window with a TabControl, created with a parent and only the WS_SIZEBOX style. Not far from the initial position for this window is a PushButton called "Show toolbox" with the same tooltip as the caption. It tggles the window visibility on and off. When I clck on this buttton with the window still invisible, and if I don't quickly move the mouse after clicking, the tooltip gets displayed in a window the size of the window to display. It stays there till the mouse pointer gets off the button's caption. I could observe this spectacular effect only the first time I click the button after opening the main window. Clicking the window invisible and bringing it back does nthing unexpected, and the toolti displays in the rectangl it is supposed to lie in. The effect is fairly reproducible whenever I launch the application. Any idea of where's the bug? Still Win98SE. All right, that's the bug in the first place but it(s strange behaviour anyway. CChris