titanium-alloy

Titanium SDK 3.2 [ERROR] : Invalid “--ios-version” value “7.0” 7.0.3

大憨熊 提交于 2019-12-06 02:35:20
问题 When I upgraded to titanium SDK version 3.2, I had an error when running on iOS says: titanium Invalid "--ios-version" value "7.0" Accepted values: 7.0.3, is there any possible way to solve this ? 回答1: I had the same issue. I were able to solve it by changing the tiapp.xml node changed <sdk-version>3.1.3.GA</sdk-version> to <sdk-version>3.2.0.GA</sdk-version> Hope this helps 回答2: minimum iOS version to work with Ti sdk 3.2.0 is 7 so you need to set iOS version to 7. you can do that by right

how to live view in Titanium?

白昼怎懂夜的黑 提交于 2019-12-04 17:21:30
My team have been developing Titanium in the past few months, and now we are facing a problem: when we make changes on the View code(change its font, its background or size) , it takes a long time ( about 1 minute ) until we see the result displayed on device. that is really a big waste of time. I saw the TiShadow already, it's great, but it only support js code( like Alloy.createTableList... ), doesn't support the Alloy XML( I mean you can't see your changes displayed on the screen once change the .xml or .tss file ) I also checked 'forgedUI', but unfortunately it's just an UI design tool,

Titanium Alloy ListView Nested Model Array of Tags

天大地大妈咪最大 提交于 2019-12-04 14:44:20
问题 I am using Titanium Alloy version 3.2. I have a collection of posts in a listview. My data looks like this: [ { username: 'dude', imageUrl: 'url', tags: ['tag1','tag2','tag3'] }, { username: 'wheres', imageUrl: 'url', tags: ['tag1'] }, { username: 'my', imageUrl: 'url', tags: ['tag1','tag2','tag3','tag4'] }, { username: 'car', imageUrl: 'url', tags: ['tag1','tag2'] } ] And here is the xml. This works only for username and image. I can't figure out how to add the tags to each post. <ListView

Titanium SDK 3.2 [ERROR] : Invalid “--ios-version” value “7.0” 7.0.3

徘徊边缘 提交于 2019-12-04 07:19:37
When I upgraded to titanium SDK version 3.2, I had an error when running on iOS says: titanium Invalid "--ios-version" value "7.0" Accepted values: 7.0.3, is there any possible way to solve this ? I had the same issue. I were able to solve it by changing the tiapp.xml node changed <sdk-version>3.1.3.GA</sdk-version> to <sdk-version>3.2.0.GA</sdk-version> Hope this helps minimum iOS version to work with Ti sdk 3.2.0 is 7 so you need to set iOS version to 7. you can do that by right clicking on your project root folder then choose Run As-> Run Configuration option where you can set ios sdk. Not

How to create a header bar with buttons in Titanium JS?

时光怂恿深爱的人放手 提交于 2019-12-04 02:04:04
问题 I'm using Titanium Alloy to build an app and I'm trying to create a header bar with buttons in it, similar to the contacts app, as pictured below: This header has the title in the middle and buttons either site. I've been looking everywhere for a way to do this in Titanium but I can't find anything yet. It seems that this is not in the documentation, do I need to create something completely custom? I have tried to add a button inside a navigation view, but it doesn't work - it comes up with

Titanium Alloy ListView Nested Model Array of Tags

我怕爱的太早我们不能终老 提交于 2019-12-03 09:11:01
I am using Titanium Alloy version 3.2. I have a collection of posts in a listview. My data looks like this: [ { username: 'dude', imageUrl: 'url', tags: ['tag1','tag2','tag3'] }, { username: 'wheres', imageUrl: 'url', tags: ['tag1'] }, { username: 'my', imageUrl: 'url', tags: ['tag1','tag2','tag3','tag4'] }, { username: 'car', imageUrl: 'url', tags: ['tag1','tag2'] } ] And here is the xml. This works only for username and image. I can't figure out how to add the tags to each post. <ListView id="streamListview"> <Templates> <ItemTemplate name="template" id="template"> <View class="item