RCML . Demo. MSPaint Help |
What dialogs should I look at?
Look at these 3 main dialogs:
Image --> Attributes (maps to mspaint-105.xml)
Image --> Flip/Rotate (maps to mspaint-112.xml)
Image --> Stretch Skew (maps to mspaint-113.xml)
If you make any changes to the XML files that each of these dialogs map to, you should be able to see the changes in the dialog itself while the App is running. Just close the dialog and re-open it!
What should I look for?
In the Image --> Attributes Dialog look for these two things:
1. The embedded AVI. Cannot do this today in Win32
2. Edit boxes support color. This is very easy to do. All you need to type is <STYLE COLOR="RED" />
In general just try changing the sizes and positions of various controls and see how our resize/auto layout code performs.