08-08-2012 02:00 PM
I've been trying to find a way to set a global style. If I could set the background color of the whole app, it would save me from having to apply that color on every page.
Also, setting the background color of a Container within a ScrollView, reveals a white background when you "over-scroll" the view. I'd like to eliminate this.
Solved! Go to Solution.
08-08-2012 03:14 PM
Hello level32,
perhaps if you define a Common qml file and have it defined on every other Page, such as on the cascadescookbookqml sample, available on GitHub https://github.com/blackberry/Cascades-Samples/tre
You will find a RecipeContainer.qml file defined on the Assets/Common folder, and every other page using it.
Hope this helps.
08-08-2012 03:41 PM