Hi !
1. How to I set color of Main Frame of Application ?
2. How to I disable Main Form (to it is don't respond to any events
(Key, Mouse)) ?
Thx:
KK
Hi !
1. How to I set color of Main Frame of Application ?
2. How to I disable Main Form (to it is don't respond to any events
(Key, Mouse)) ?
Thx:
KK
Krisztian Kepes wrote:
Hi !
1. How to I set color of Main Frame of Application ?
frame.SetBackgroundColour(colour)
If your frame contains other windows then you will need to set their colours too if that is desired.
2. How to I disable Main Form (to it is don't respond to any events
(Key, Mouse))
You can Disable() controls, but that won't have any affect on the frame itself. What is it that you are trying to do?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!