how to set wxPython main frame bottom right on screen?
- by Hitesh Chavda
For better description,
+-----------------------+
| Desktop (screen) |
| |
| |
| +----------+ |
| | wxPython | |
| | App. | |
| | | |
| | | |
| +----------+ |
+-----------------------+
Look at WxPython App., which is align to the bottom right of screen. How to I position my main frame because screen width is different on each pc?
For Better Understanding, I want to pop-up small window like Digsby and FeedNotifier use!
i think both use python!!