|
| Save form as program RGB format |
 |
Tue, 6 May 2008 23:41:33 +0100 |
Minor point:
The form "Save as wxform Program" option saves RGB info in format:
fc.setbackgroundrgb(red=0xc0, green=0xc0, blue=0xc0)
The form "Save as dataform1 Program" option saves the same code in
format:
fc.setbackgroundrgb(0xc0c0c0)
Should there not be consistency between the 2 options? The first option
would appear to be more transparent to the user.
Steve.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|