02-25-2011 03:12 PM
Hi all,
Are there any Themes available for Labwindows just as in Labview ?
I want to make front panel more attractive. Are there any examples of sample panels using different themes.
02-26-2011 05:02 AM
Hi,
there are no themes. What you can do is
- check / uncheck 'Conform to System Colors'
- check / uncheck 'Use Windosw Visual Styles for Controls'
- change between classical and lab style controls
- build your panels programmatically. This last option allows reading an ini file with UI settings, such as control style, colors, etc. I am using the last option to allow users changing the visual appearance (and saving it to another ini file). Providing several predefined ini files is sort of equivalent to themes.
Hth,
Wolfgang