1) when the new frame was created I couldn't edit the grid. I could select the individual cells but the keyboard would not work. Typing neither added letters or deleted them. To solve this problem I decided to use a standard frame (wxFrame). It fixed the grid problem and I could edit cells, but it created a new problem.
2) The OnCloseWindow wouldn't fire, and the window couldn't be closed. I also notice that after I provoke a new frame window, I couldn't close the main application frame window. I could close the windows with an menu or button, but the OnCloseWindow events do not fire. I check the demo, and I found that I couldn't close the wxFrame demo as well. (I could close the main application frame though). So I don't think it's just my problem, it could be a bug.
I hope some can help, I prefer using the wxMiniFrame with a grid, but I'll settle for a wxFrame with a grid that closes.
-- Chris Davis ch...@rpgarchive.com www.rpgarchive.com ICQ#40840786
1) when the new frame was created I couldn't edit the grid. I could select the individual cells but the keyboard would not work. Typing neither added letters or deleted them. To solve this problem I decided to use a standard frame (wxFrame). It fixed the grid problem and I could edit cells, but it created a new problem.
2) The OnCloseWindow wouldn't fire, and the window couldn't be closed. I also notice that after I provoke a new frame window, I couldn't close the main application frame window. I could close the windows with an menu or button, but the OnCloseWindow events do not fire. I check the demo, and I found that I couldn't close the wxFrame demo as well. (I could close the main application frame though). So I don't think it's just my problem, it could be a bug.
_______________________________________________
wxPython-users maillist - wxPytho...@starship.python.net
http://starship.python.net/mailman/listinfo/wxpython-users