1. When does a Combo behave like a DropDownList?
Well, well, well. It looks as if I will be privileged to make some sort of a
contribution.
I do indeed have a case of a combo box that does not allow the user to
directly enter text.
I tried including Win32lib 0.50, and got the same result.
I looked at example code and wrote some of my own, outside the context of my
program, that produced correct behavior from a combo box.
I placed a combo box at the bottom of my main window, and it behaved exactly
like the combo box on my secondary window - i.e. I could only select from
the list; I could not enter text.
Something about the (apparently unrelated code) in my program is causing
this. The problem may be with a. my code, b. Win32lib, c. Windows, d.
Euphoria, or e. some interaction between the aforementioned. (If I were to
indulge in prediction, I would predict c. Windows. 8^)
I am currently engaged in a debugging exercise to try to figure out exactly
WHAT triggers this behavior. I'll let you all know when I manage to identify
the precipitating factor.
George
_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
2. Re: When does a Combo behave like a DropDownList?
- Posted by Euman <euman at BELLSOUTH.NET>
Dec 03, 2000
-
Last edited Dec 04, 2000
Hello George,
I have not had any problems like what you describe
I would guess that your code is the problem...
I tested the combo on my puter w/ win32lib v.50-v.54.5
euman at bellsouth.net