I have come to a few deadends. Any help would be appreciated...
1. How do you disable (i.e. "grey out", deactivate) a menu item?
2. I keep receiving an error when I send a (Windows) bitmap file (e.g.
star.bmp) to the tool bar. The error message indicates it is in the wrong
format. What massaging of the file needs to be performed to make wxPython
happy?
3. Can wxPython display Unicode on Windows? I am having trouble finding
documentation on this. I also would like to directly be able to display
Japanese characters in S-JIS.
4. Is there a good example program out there that has a "full-blown" GUI?
I am particularly interesting in have many outline panels with labels and
data display fields.
5. Is there a standard place out there to grab the default Windows graphics
for a toolbar?
6. Are there any printed wxPython books in the works? I have a lot of
trouble pulling all of the information I need together online. I have
obviously surpassed the couple of printed chapters that are included in
currently existing Python books.
7. How hard is it to port my wxPython code to a Mac? Is it even possible
yet?
8. Are there any attempts being made at having wxPython included in the
Standard Library Modules of Python?
9. Do most people leave their work horse code mixed in the same file as
their wxPython code, or do they tend to keep it separated in a different
file?
10. What are Guido's opintions of wxPython (good and bad)?
THANKS!!!!
Todd