Questions tagged [titanium-studio]

10 questions
2
votes
0 answers

Unable to login into Titanium Studio

I am using still titanium studio till last year I was able to login, but when I tried to login today (Fed, 2016) I am facing an login issue. When I try to login to Titanium studio it is throwing "The login server returned an error. Please consult…
1
vote
1 answer

Appcelerator: Problems with long strings inside a label

I am having a big problem setting a really long text on appcelerator, two things are happening, first the scrollview is not scrolling, and the text is being truncated by a "...", and if I set the label height it goes blank and disappears. …
0
votes
3 answers

Login to Titanium Studio

A little over a year ago, I shelved several projects and went on to do other work. Now I'm finding that I cannot login to my installation of Titanium Studio. I clicked the 'troubleshooting login' link and it pointed me to the Appcelerator page for…
0
votes
1 answer

disable on settings ios local notifications programmatically titanium studio

Is ti some how possible to disable IOS notifications from inside my app? I need this because my app has some settings with on/off of notifications, and when the user turns notifications off I wold like to change the phone settings of my app to set…
0
votes
1 answer

Titanium open remote data in url

I'm parsing remote data in to my app and uses it through arguments. One of the data types is a url adresse i want to open in the url. I have an idea that I have to open it with the openURL function but I can't seem to get it to work. Anyone have a…
0
votes
1 answer

What should i do to resolve the issue. If the issue is Invalid device-id, then how should i change?

I installed the appcelerator on my windows 7 (64 bit) machine. Then i created a new html based project for windows app development. The issue is that When i run the emulator in Appcelerator, i get the following error : [ERROR] : Invalid…
Dilip Nayak
  • 303
  • 2
  • 12
0
votes
2 answers

How to create a side menu in titanium?

I'm starting to program the Titanium Studio and I'm having trouble creating a laterial menu. I wonder how I create this menu and also how I can call every menu option in my app.js
0
votes
1 answer

Attempting to clear tableView just doubles the content

I am attempting to update my table view with updated data but whenever I try to clear it using either tagsTable.setData(); or tagsTable.setData([]); or tagsTable.data = null; and then re-apply the updated data using tagsTable.setData(TagsData); It…
Follett
  • 11
  • 2
-1
votes
1 answer

Creating windows emulator in Appcelerator

How to create windows emulator for windows app development in Appcelerator studio.
Dilip Kumar Yadav
  • 565
  • 1
  • 7
  • 27
-4
votes
1 answer

Can I convert to Swift in Titanium?

I'm building an app in Titanium in node.js. For my targets I have Android and iOS but I want my iOS target to output native iOS in Swift and not in objective-c. How can I do this? Is this possible at all? Thanks a lot.
Lukesivi
  • 2,206
  • 4
  • 25
  • 43