Community Questions & Answers
Error Dashboard loading
Hi, when I launch titanium studio, when is loading the dashboard page It shown a massage error that said: Message from web page An exception occured in the script. Error name: Error. Error desctiption: Impossible to find a specified path Error number:...
Cannot change sdk configurations Titanium
The issue I came up with some days ago is when I tried to update my Android SDK I found out that I cannot change sdk configurations on my dashboard inside Titanium. I press Android and nothing happens, I press iOS and also nothing happens. The strange...
Dashboard problem
Hi, when I launch titanium studio, when is loading the dashboard page It shown a massage error that said: Message from web page An exception occured in the script. Error name: Error. Error desctiption: Impossible to find a specified path Error number:...
getting error while opening Dashboard
Hi I am able to create project but in mac machine Dashboard screen is not opening, I am getting this error and when i am running the application it is giving me error:- [INFO] One moment, building ... Traceback (most recent call last): File...
DashboardView not firing click event
Hey! I've been using Titanium for an app that I've released long ago, but I'm having problems with some of my code right now. I have a DashboardView in a window, which used to work fine, but now I can't seem to be able to handle click events anymore. It...
Dashboard BLANK
After installing Titanium I opened the Dashboard but there is nothing there Dashboard-SnapShot http://tinypic.com/r/fw606e/5 I have exited, re-booted and re-installed. Just can't get the Dashboard to display properly. Running Windows Vista Home...
Cannot change sdk configurations
The issue I came up with today is when I tried to update my Android SDK I found out that I cannot change sdk configurations on my dashboard inside Titanium. I press Android and nothing happens, I press iOS and also nothing happens. The strange thing is...
Dashboard failing to Load despite IE10 installed
When Titanium loads, I get the following error: **Message from webpage An exception occurred in the script. Error name: Error Description: The system cannot find the path specified. Error number: -2147024893. Error message: The system cannot find the path...
Error -2146827850
Hello, I want to know how to change the internal browser titanium. Indeed, it seems there's a concern JSON with Internet Explorer. I have read that it is sufficient to update Internet Explorer, problem: I am running Internet Explorer 10 and it still does...
Hiding paging control on Dashboardview
Is it possible to hide the paging control dots on a dashboard view? Similar to scrollable views that allow you to set showPagingControl to false?
Titanium on Windows
Hi, I've two questions with this soft. First is, my dashbord just...bug and I don't why, I obtain this message :  Second is, I tried to execute my...
Just launched Titanium Studio - Dashboard is completely empty/blank
Hi. I'm eager to get started with Titanium. Installed everything, launched titanium, and tried following along with the "Quick Start: Configuring" instructions. I can see in the sample image there's all kinds of fun things to click on and play...
columnCount and rowCount do not work well in DashBoardView.
I want to create a DashBoardView with 4X4. I set columnCount and rowCount, but this did not work.It still 3X3. <DashboardView id="dashboard" wobble="true" columnCount="4" rowCount="4"> ......
Changing dashboard height without stretching dashboard items
Hello, I'm using a dashboard, which is inside a window that has other view in it (for instance an imageview above the dashboard). Since I want to display a title for each dashboard items, I'm creating a container view, put an imageview and a label in it,...
how to click itemimage in dashboard and open new window
how can i open new window when click image in dashboard image.addEvent is not working ~~~ var dashboarditem = []; for (var i=0; i < 10; i++) { var dbItem = Ti.UI.createDashboardItem({ image : '/images/stages/number/s'+i+'.png', }); ...
Dashboard
How do i turn off the obnoxious dashboard on startup?
DashboardView inside a NavigationGroup
Hi everybody! I'm having a weird issue while using a DashboardView inside a Window which is managed with a NavigationGroup (of course we are talking about iPhone platform here). The issue is about the positioning of the custom view I have used inside the...
Dashboardview without delete function
Hey developers, I've made myself a dashboard view with the createDashboardView function. When I hold an icon on the view it starts to wobble and shows a delete button. Is it possible to remove that delete button? I do want the user to be able to change...
Lots of errors - Kitchen sink wont run (android) + dashboard saying "page cannot be displayed"
Hi, im having many issues with titanium. Firstly kitchen sink will not run, here are the errors i am getting. http://pastebin.com/Vawjc0mK I have all the components required installed, such as the android sdk, python etc. Also for some reason my...
Titanium Desktop - deploying as dashboard widgets or sidebar gadgets
Hi, we're just getting started with Titanium here and having looked at the documentation, have a question regarding Titanium Desktop. Is it possible to use Titanium to write an application and then package it as a Mac OS X dashboard widget or Windows Side...
Dashboard 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](http://developer.appcelerator.com/question/60081/dashboard-in-2x2-pattern) and altered it so it looks like what i...
Logout to app.js
Hi I have a login form thats coded in my app.js upon successful login the login data is stored in a database and the user is pushed to a second window that has a dashboard on with routes to other windows. I'm looking to add a logout button with an event...
Titanium Studio freezing after any action on Mac
Hi, i have downloaded and installed Titanium Studio few moths ago, and was working with it for a few weeks without problem. Now after another month or so, when i have returned to work, its not working at all and is freezing almost after any...
Navigation contoller in app.js?
Hi I'm a bit new to app development and i've made an app with a login screen which loads in the app.js, on successful login it goes to page1.js where I've created a navigation group, via buttons on a dashboard. When I click on the dashboard buttons the...
Adding imageView and labels to dashboardItem
Hello, I have a problem with dashboard in version 1.5.1. In 1.4.2 this code works ok. Is just adds a imageview and a label to the dashboardItem. In the screenshots you can see what the effect is. How kan I fiks the images in the 1.5.1 sdk? [Screenshot...
Dashboard item name
Hi guys, I would like to use dashboard view for my app. I checked out the "Kitchen Sink" example (dashboard.js), but the item name is inside the icon image. Is there any other attribute to add using "createDashboardItem" function, in...
Issues with Dashboard
I'm not sure what is going on here, the first section of code (just like the kitchen sink example) doesn't work but the second version I hacked together does: ~~~ for (var c=0;c<iconSet.length;c++) { var item =...
Dashboard - 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 mode immediately when it starts, but it has...
How to programmtically remove a dashboard item?
Banging my head against the wall for quite some time now... I tried - Setting the data to null - dashboard.setdata(null) doesn't work - dashboard.data.pop() every item doesn't work - dashboard.data = null or dashboard = [] doesn't work -...
Dashboard javascsript error - now occuring on 2 macs, started today
I'm unable to access the Dashboard from 2 different macs that I use to do development. Yesterday it was working fine. PC access is fine but I'm building for iPhone right now so that doesn't help much :) Error Message: An exception occurred in the...
Can't clone sample code repositories
For some reason, on my install at work of Titanium Studio, build: 2.1.0.201206251749 if I go to the Dashboard, "Develop" and try to install any of the sample code (such as kitchen sink), the process eventually times out with a Git error, cannot...
How to save dashboardItem page locations
I understand how to save the order of the dashboard items after an edit is made using a simple for loop, however, I cannot figure out how to save the page that the item is on. Here is my code to save the...
Dashboard Badge in the wrong place. [Image Attached]
Hey all, I've got a dashboard that I'm trying to add badges to, and the badge (as well as the "x" button) are in the bottom middle, rather than the top right. ([picture here](http://d.pr/i/8dei)). Any ideas why this might be happening? SDK...
Faire un dashboard
Bonjour , Je veux faire un dashboard sous titanuim qui permet d'afficher 5 icons (image et nom ) . Je veux qu'il s'exécute sous iPhone et android Merci
Is it possible to remove/hide dots indicator in dashboardview?
Titanium Mobile sdk 1.8.2 iPhone sdk: 4.3 Hi, Is it possible to remove the dots that indicate the number of pages that the dashboard has? I am planning to create a different indicator but I haven't found a way to get remove the default ones. thanks
Dashboard event click to open new window
I'm using the dashboard API in order to create a launch dashboard for my iphone app. I've successfully added event listeners to open up another JS window. The problem I'm having is 1.) When the gps.js opens it opens as full screen and no longer displays...
Removing DashboardItem from DashboardView
Does anyone know how to remove a dashboard item from a dashboard view? You can append items with setData (though it seems like that should replace) but I have not found a way to remove items. I don't want to remove the view and recreate it. Surely there...
Uneditable Dashboard View
Is it possible to create a dashboard view that is not allowed to be rearranged by the user? I need that sort of layout, but I don't need the user to be able to change it.
Zynga Poker Menu Setup
Anybody know how Zynga did there menu? I love the dashboard feel with the icons but its a single row that scrolls left and right. Would love to use this idea for my application I'm creating.
Dashboard paging dots , any chance to edit the colors?
I'm almost done with a B2B app for my company. All is working nicely on the ipad, but I'm struggling to find a solution to edit the color of the "paging" dots. Unfortunately the background of the main area is white, so the default is invisible...
Dashboard icon size iPad
Does anybody know, which size the icons an a dashboard in an iPad must have? problem is: when I add a dashboardview item badge, the badge is far outside the icon, which i use in the same iphone app. so, the icons for ipad has to be bigger. but what...
Crash after leaving Dashboard View
I have a navigation group that goes down 2 levels. In the last level is a Dashboard view with 5 icons ~~~ var data = []; var labels = [ {label:'Video',icon:'video'}, {label:'Case Study',icon:'case_study'}, {label:'Slides',icon:'slides'}, {label:'One...
Can the Dashboard View be anything other than 3x3?
Hi I wanted to use the dashboard view for an iPad application to display a items, kind of like the bookshelf. Is there anyway to set the number of cells for the dashboard view? Or will there be a way in the future? Thanks James
DashboardView on Android
Is this really not possible? If so, I should better develop my own dashboard view. But if this is true then it should be in Ti.UI.iOS.DashboardView or something like this. It is confusing.
Dashboard 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 work. - the items don't appear. only the nav and tab bars....
Dashboard: How to refresh items (delete items and add items)?
Based on the Kitchensink example, adding items is easy using Titanium.UI.createDashboardView() but how about deleting items? I have no success using Titanium.UI.DashboardView.remove() Anyone has a workiing example? I tried to set the data to null...
the new 1.07 Dashboard
My current Titanium Studio Build is 1.1.0.201112221750 and I don't seem to be getting the new look Dashboard that is now being advertised with the latest official release (1.07). Anyone know how I can fix that?
Dashboard View
Hi I made a dashboard view with 5 icons in it. But I cant seem to change the position of the icons. The default layout is a 3x2. I want it to be a 4x2. I tried changing the left,right values in the item properties, but it does not affect the position....
How about deleting dashboard items from dashboard.
Adding items to the iOS dashboard is easy as illustrated by the Kitchensink example. But how about deleting the items? I need to programmatically add and remove items from the dashboard... how do I do it?
Disable the "Dashboard" in Studio?
Is there a way to turn this off? I'm never going to go to one of the events, I dont live in the area, and it slows down the studio in general.
Showing 1-50 of 81 1 2