Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP More Modern Look ?? - Continued with example
Message
From
29/08/2012 12:02:18
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01551811
Message ID:
01551831
Views:
214
>Hi Gang!
>
>Here is a sample JPG of what our app looks like in Vanilla VFP 9 SP2.... compared to a sample provided by Matt Slay earlier... in the lower right of the JPG...
>
>How do you go from the basic Vanilla to the wonderful example provided by Matt ???
>
>Is there some settings in VFP I have overlooked, or does it require the GDI and/or GDI+ ??
>
>Thanks!!!

Look at the "Themes" property on your Form or Form Class.

If you have Themes = .F. in your Form, you'll get an older look where the buttons and page tabs are have rectangular corners, whereas Themes = .T. will give you controls that look more like modern ones with rounded corners.

Also, play with the ColorSource setting on the form. Mine is set to value of 4.

Also, on each control, look at the Theme and SpecialEffect property. Make sure Themes are enabled there.

Hopefully you controls are based on custom subclasses of the native controls so that your changes will propogate throughout your app. If not, you'll have a beg headache updating this app.

Also, you colors are too "hard". You've using "primary" colors for the Red, Blue, Green colors, whereas you need to use softer colors.

Google around to find some business-like color theme examples and use those consistently thoughout.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform