RE: [PyCrust] Re: [pythoncard] wxSTC AutoCompSetIgnoreCase bug?
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2001-08-02 01:54:00
|
It works, in that I'm able to populate the list with the right stuff. But IgnoreCase does not seem to work. If the AutoComp list has both initial cap items and initial lowercase items and I type in a lowercase letter after the list pops up, the uppercase items are passed up in favor of the one starting with a lowercase letter. I had assumed that IgnoreCase would allow me to type in all lowercase letters and still match items in the list. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: pyc...@li... [mailto:pyc...@li...]On Behalf Of Neil Hodgson Sent: Wednesday, August 01, 2001 7:31 PM To: pyc...@li... Subject: [PyCrust] Re: [pythoncard] wxSTC AutoCompSetIgnoreCase bug? Patrick: > self.AutoCompSetIgnoreCase(1) doesn't seems to be working. I > set it to 1 (true), self.AutoCompGetIgnoreCase() returns 1, but > the auto-completion functionality is still case sensitive. Is this a > bug or am I missing something? But then > P.S. PyCrust now has AutoCompletion working which is a very > nice way to explore PythonCard apps at runtime. Is this still a problem? Neil _______________________________________________ PyCrust-users mailing list PyC...@li... http://lists.sourceforge.net/lists/listinfo/pycrust-users |