1. Win32Lib Problem
- Posted by Ck Lester <cklester at YAHOO.COM> Dec 05, 2000
- 390 views
I hope this is a known issue: The dropdown listbox stays on top when clicking on tabs... Using EX21.EXW, click on the dropdown listbox item on Tab1. Now click on any other tab. The dropdown list stays put. <\<
2. Win32Lib Problem
- Posted by Derek Parnell <derekp at SOLACE.COM.AU> Dec 06, 2000
- 395 views
Hi ck, >I hope this is a known issue: > >The dropdown listbox stays on top when clicking on tabs... > >Using EX21.EXW, click on the dropdown listbox item on Tab1. Now >click on any other tab. The dropdown list stays put. Yes, this is a known issue. The latest patch has a workaround but the next release should have a more appropriate fix. Find the patch at ----- cheers Derek
3. Win32Lib Problem
- Posted by "CK's Yahoo Mail" <cklester at YAHOO.COM> Nov 10, 2000
- 366 views
In EX18.EXW, when Level 3 (Hard) is chosen, it crashes in findGoodMove with a type_check failure, hBmp is 1610942033... Just FYI... -ck P.S. This is being tested on a Win2K machine! Might be important... __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
4. Re: Win32Lib Problem
- Posted by Brian Broker <bkb at CNW.COM> Nov 10, 2000
- 365 views
On Fri, 10 Nov 2000 17:01:53 -0800, CK's Yahoo Mail wrote: >In EX18.EXW, when Level 3 (Hard) is chosen, it crashes in findGoodMove with >a type_check failure, hBmp is 1610942033... > >Just FYI... > >-ck > >P.S. This is being tested on a Win2K machine! Might be important... My guess is that hBmp is probably declared as an integer instead of an atom, like it should be. NT is good for picking up these little problems because handles typically exeed the integer range (you might not see your handles exceeding the integer range on a Win9x box). -- Brian