Get the DashBoardItem postion
Hello, I'm trying to create a menu using the dashboardView. I succeed in moving the icon/button but I dont know how to get the new position of the icon/button. Does anyone can help me? Why cannot I...
View ArticleDashboard view currentPage and scrollTo
I've experienced few bugs with the Dashboard View, not saying that it doesn't work, on the contrary it works just fine but needs to be improved. The only problem I'm having with it right now is...
View ArticleText captions with Dashboard
Hi guys, Using 1.4.0...I was wondering if it was possible to have textual captions (just like the Iphone itself has with its own Dashboard) with the DashboardView? Looking at the KitchenSink...
View ArticleDashboard does not work for Ipad projects?
Hello, I was trying to create a Dashboard with just one line for my IPad project. Unfortunately it does not work. The line size is hardcoded to 103px and you cant control how many lines or columns the...
View ArticleDashboard in 2x2 pattern?
I would like to have 4 icons evenly spaced 2x2 for my dashboard, but I get a column of 3 then 1 in the second row. Is it possible to space them in a 2x2 pattern?
View ArticleDashboard View on iOS 5.
Hello, i am using Titanium 1.7.5 , and i'm trying to use a Dashboard View. When building on the iOS Sim, it works perfect, but if i compile it for my iPad, iPhone or iPod Touch, it does not seem to...
View ArticleRemote image in DashboardItem
Hello guys, I have a problem which taking me down. I am trying to set the image of a DashboardItem as a remote URL. The images loads if I put it in my resources folder and link it from there, but it...
View ArticleDashboard - prevent editing
How do I prevent a DashboardView from entering edit mode when holding down an Item... Currently I have:dashboard.addEventListener('edit', function() { dashboard.stopEditing(); }); which stops the edit...
View ArticleDashboard in 3x2 alignment
Hi, Is there a way to realign the dashboard items? I have 6 icons and i need them to be displayed as 2 items in 3 rows. I found this post and altered it so it looks like what i want. BUT, what really...
View ArticleDashboardView that covers only half of the screen
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)...
View ArticleReplace DashboardItem image
Is it possible to change the image of a DashboardItem? I tried setting e.item.image within the "click" event but the image does not change.
View ArticleEvents not working in DashboardItem after adding views
When I create an instance of Titanium.UI.DashboardItem and push it to a data array for inclusion in a Titanium.UI.DashboardView instance, I'm able to easily listen to click events of each...
View ArticleAccessibility setting seems not working with dashboardItem since SDK 3.1.1
Hi everybody, i'm currently devleoping an app with some DashboardItem inside a DashboardView and i want to make them accessible for blind people. The problem is that the properties Accessibility* are...
View ArticleEvents on Dashboard Items
Is there a way to form events on each Dashboard Item? If so, how do I properly call each dashboard item?
View ArticleDashboard item view becomes offset when used in scrollable view
I have a scrollable view and each view contains a dashboard view. If I place a view in each dashboard item the views seem to become offset when you scroll between the dashboard views. I need to place a...
View Article