http://qs321.pair.com?node_id=793276


in reply to combo box readonly

Well, for one thing, you have -readonly=1, in there twice. Mr. Pedantic Code Guy (me) twitches at this aesthetics of this.

All seriousness aside, I don't see why that would be the reason, but remove the second readonly line and see if it works. Afterall, what could possibly go wrong?

--
tbone1, YAPS (Yet Another Perl Schlub)
And remember, if he succeeds, so what.
- Chick McGee

Replies are listed 'Best First'.
Re^2: combo box readonly
by Karger78 (Beadle) on Sep 03, 2009 at 19:21 UTC
    I removed it, but still, i can type in the combo box. This is really odd.
Re^2: combo box readonly
by Karger78 (Beadle) on Sep 04, 2009 at 17:40 UTC
    So I reviewed the Win32::GUI doc's. It seems like it should disable the combo box. I wonder if this is a bug.