destruk
15 years agoStreaming Star
Theme Default Values?
The component guide lists example values for all the theme methods.
Is there a list anywhere that tells you what the default values are, or are you able to query what a value is?
SimpleGrid.brs example says --
'** @return The default application theme.
'** Screens can make slight adjustments to the default
'** theme by getting it from here and then overriding
'** individual theme attributes.
Function CreateDefaultTheme() as Object
I don't see where it actually grabs any values for the rest of the unlisted properties of the theme object? ie they appear to be all write only commands.
Is there a list anywhere that tells you what the default values are, or are you able to query what a value is?
SimpleGrid.brs example says --
'** @return The default application theme.
'** Screens can make slight adjustments to the default
'** theme by getting it from here and then overriding
'** individual theme attributes.
Function CreateDefaultTheme() as Object
I don't see where it actually grabs any values for the rest of the unlisted properties of the theme object? ie they appear to be all write only commands.