10-06-2012 11:35 PM
Hi, is there any way to change the TitleBar color via QML? I want to achive gradient color titlebar, pretty much like Twitter or Foursquare..
Thanks a bunchhhhhhhhhhhhhhhhhhhh
Solved! Go to Solution.
10-07-2012 02:31 AM - edited 10-07-2012 05:34 AM
EIther FourSquare/Facebook is using a newer version of the SDK which enables visual control of the TitleBar Cascades component (since current implementation does not allow for customizations beyond properties specified in the docs) or, the most likely scenario, they are making their own custom "TitleBar" using a combination of the following components.
Container{}
ImageVIew{}
ImageButton{}
ImagePaint{}
Label{}
And let's say you have a custom spinner or animation you want to play when your user interacts in someway with your custom TitleBar. You would use animations[] handler attached to an ImageView{} component
RotateTransition{}
https://developer.blackberry.com/cascades/referenc
That is how you basically would make the custom view.
This would be a great post for The Cascades Blog™![]()
10-07-2012 05:52 AM
there's already an Issue reported by me, please vote for BBTEN-207
10-07-2012 11:38 PM
Cool. Thanks!!!!
03-12-2013 05:47 PM
i'm guesing that they are not uing cascades.
Changing titlebar is easy task in bbui and thats how its look like for me