what is the best way to create themes for an app?
Posted: Tue Feb 03, 2015 5:09 am
Hello,
I'd like to create 3 different themes for an Android app. Right now I'm doing it this way for the icons, fonts etc:
1. in the button choosing the theme: put 1172 into gIcon1
then setTheTheme command and under the setTheTheme when opening the stack:
set the icon of btn "fav" to gIcon1
2. I have custom property cIcon1 and global gIcon1 to save and load the icon preferences
on opening the stack: put the cIcon1 of stack PrefsFile into gIcon1 ( PrefsFile is a file with saved preferences)
set the cIcon1 of stack PrefsFile to gIcon1
This works OK, but is there any other, more quick or simpler way to set up themes in the apps?
I had a look at Property Profiles and tried this:
then when I try to set the icon's ID number I get this:
It does not seem to work properly... or am I doing something wrong?
Another question: Is there a way to set the background of a Data Grid to an image (jpg file)?
Thanks for any help with the above.
keram
I'd like to create 3 different themes for an Android app. Right now I'm doing it this way for the icons, fonts etc:
1. in the button choosing the theme: put 1172 into gIcon1
then setTheTheme command and under the setTheTheme when opening the stack:
set the icon of btn "fav" to gIcon1
2. I have custom property cIcon1 and global gIcon1 to save and load the icon preferences
on opening the stack: put the cIcon1 of stack PrefsFile into gIcon1 ( PrefsFile is a file with saved preferences)
set the cIcon1 of stack PrefsFile to gIcon1
This works OK, but is there any other, more quick or simpler way to set up themes in the apps?
I had a look at Property Profiles and tried this:
then when I try to set the icon's ID number I get this:
It does not seem to work properly... or am I doing something wrong?
Another question: Is there a way to set the background of a Data Grid to an image (jpg file)?
Thanks for any help with the above.
keram