Hello,
I'm quite a beginner. I have a question about the Ti.UI.DashboardView: I created a DashboardView with 6 buttons (dashboarditems), when I put the DashboardView on a full screen window (iphone) eveything looks good. The buttons are being displayed in two rows of 3 buttons.
What I want is the following: I want the dashboardview to cover only half of the screen. To achieve this I have created a new view (height: 180 pixels), I added this view to the window and on my dashboardview I set the top property to 180. Now my screen is split up in two different areas: an empty view on top and the dashboardview at the bottom.
The problem is that the size of the dashboarditems is different now (height has been decreased) and they are 'sticked' to the top of the dashboardview. There is space enough to display the items properly (like in the full screen).
My question: Is it possible to make the dashboardview smaller than full screen with keeping the original size for the items or is the dashboardview only meant for displaying full screen? If it is possible does someone have a piece of example code?
If it's not possible then it's good to know because then I know I don't have to spent more time for looking for a solution.
Thanks for the help!
Kind regards, Stefan