07-09-2012 08:00 AM
Hi,
I have started to work (or play) with Cascades.
So, how to move application menu on the left or on the right ? or on the top ? (it's always on the bottom)
How to change the default color / background of the menu (I want a transparent menu)
How to design a "swipedown" menu (as the native BlackBerry web browser) ?
How do I customize a default components (without create a new component from scratch) ?
Nicolas
Solved! Go to Solution.
07-09-2012 03:11 PM
Will try and answer your questions.
The Application Menu should always be at the top of the screen and it should contain the less often used options.
http://docs.blackberry.com/en/developers/deliverab
Swipedown signal connects as discussed on this thread.
http://docs.blackberry.com/en/developers/deliverab
You should be able to use the default controls as the basis for your Custom Control - the process is detailed here.
https://developer.blackberry.com/cascades/document
07-10-2012 04:07 PM
Indeed,
I have to use custom componenents ![]()
Nicolas