Hi Erel
Currently I am not using the visual designer at all.
Instead I am reading my layout from a comma delimited file that I create. This approach provide me lots of flexibility to modify my layouts quickly and easily.
Whoever, I am facing some major limitation and in particular creating nice looking buttons with different colors.
Let me clarify. If I don’t change the button colors programmatically at all, the buttons by default inherit the OS theme and look stylish ( with color tones etcc. ). On the other hand, if execute this line of code
tbtnButton.Color = Colors.RGB( strBackColorList(0), strBackColorList(1), strBackColorList(2))
The button doesn’t look nice any more.
What I am trying to get at, is allowing the user to change colors based on light conditions, but still keep the elegant look.
Any ideas?
BTW I am still using version 1.7
Currently I am not using the visual designer at all.
Instead I am reading my layout from a comma delimited file that I create. This approach provide me lots of flexibility to modify my layouts quickly and easily.
Whoever, I am facing some major limitation and in particular creating nice looking buttons with different colors.
Let me clarify. If I don’t change the button colors programmatically at all, the buttons by default inherit the OS theme and look stylish ( with color tones etcc. ). On the other hand, if execute this line of code
tbtnButton.Color = Colors.RGB( strBackColorList(0), strBackColorList(1), strBackColorList(2))
The button doesn’t look nice any more.
What I am trying to get at, is allowing the user to change colors based on light conditions, but still keep the elegant look.
Any ideas?
BTW I am still using version 1.7