Discussion:
PyShell AutoCompleteBox not showing with PY3 Phoenix Port
Metallicow
2014-03-02 22:57:25 UTC
Permalink
PyShell AutoCompleteBox not showing with PY3 Phoenix Port
just recently pushed. r76040

Umm, title should be self explanitory.

import wx
then wx.(presses dot)
should popup the autocomplete list of stuff

It isn't popping up.
Something needs tweaked for this to work like it used to.
ATM, Not sure why it isn't working...
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Robin Dunn
2014-03-15 04:47:29 UTC
Permalink
Post by Metallicow
PyShell AutoCompleteBox not showing with PY3 Phoenix Port
just recently pushed. r76040
Umm, title should be self explanitory.
import wx
then wx.(presses dot)
should popup the autocomplete list of stuff
It isn't popping up.
Something needs tweaked for this to work like it used to.
ATM, Not sure why it isn't working...
Yes, I noticed that too when I was working on the Py package. Haven't
gotten back to figuring out the problem yet though.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...