appcelerator

Titanium Alloy: Accessing UI from different controllers?

♀尐吖头ヾ 提交于 2019-12-22 05:25:37
问题 I seem to be having trouble updating objects in Titanium Appcelerator Alloy, I basically want to be able to add a table row to a table that is in a different controller/view that i am currently in..... hopefully the below will better describe this :s basket.xml <Alloy> <Window id="basketWindow" class="container"> <TableView id="basketTable" /> <Button id="addItemButton" onClick="addItem">Add Item</Button> </Window> </Alloy> basket.js function addItem() { var itemList = Alloy.createController(

Apply Blinking border to a tableview in appcelerator

雨燕双飞 提交于 2019-12-22 01:23:57
问题 I have a doubt in appcelerator. Does any body know how to apply a blinking border to a table view in appcelerator. I applied a border color to tableview, but i need to blinking it with other color. Any help will be deeply appreciated. Thank you. 回答1: try using javascript setInterval. setInterval(function() { if (table.borderColor == '#F00') { table.borderColor = '#0F0'; } else { table.borderColor = '#F00'; } }, 500); First set a borderColor in tableView and interchenge it with other color

Best way to upload image from Mobile to Django server [closed]

喜夏-厌秋 提交于 2019-12-21 21:43:36
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am created a Mobile application(in Titanmium).where user take pictures in mobile and i need To upload the image from mobile to django server .I am using tastypie for my Api can any one guide me the best way to upload and save the image in server the methods may be in pure django

Appcelerator vs Android SDK

时光怂恿深爱的人放手 提交于 2019-12-20 08:59:44
问题 I have been looking at appcelerator it seems pretty fine! Without a doubt, one of the advantages of appcelerator is its support for multi-platform. I am interested in building an android app and maybe a iphone app later on. So it is not crucial to support multiple platforms at the moment. If you disregard supporting multiple platforms and just focus on android development. Is appcelerator still advantageous? Does it lack any features of "Android sdk"? (When I say "Andorid sdk" I mean

appcelerator titanium - hide navigation bar android

雨燕双飞 提交于 2019-12-20 05:54:31
问题 Is it possible to hide permanently the Android bottom navigation in Appcelerator Titanium? Many questions about this subject but no fine solutions. <fullscreen> true </fullscreen> in tiapp doesn't work with titanium 5.5.1 $.index.addEventListener('open', function(e) { $.index.activity.actionBar.hide();}); doesn't work. 'Window':{navBarHidden:true,tabBarHidden:true,fullscreen:true} in tss doesn't work etc. Thank you. 回答1: This method always worked for me, set the app to fullscreen without nav

appcelerator titanium - hide navigation bar android

*爱你&永不变心* 提交于 2019-12-20 05:54:15
问题 Is it possible to hide permanently the Android bottom navigation in Appcelerator Titanium? Many questions about this subject but no fine solutions. <fullscreen> true </fullscreen> in tiapp doesn't work with titanium 5.5.1 $.index.addEventListener('open', function(e) { $.index.activity.actionBar.hide();}); doesn't work. 'Window':{navBarHidden:true,tabBarHidden:true,fullscreen:true} in tss doesn't work etc. Thank you. 回答1: This method always worked for me, set the app to fullscreen without nav

iOS App change universal to iPhone only

拈花ヽ惹草 提交于 2019-12-20 05:12:19
问题 We have a app that was submitted as a universal app with support for all devices iPad and iPhone but we no longer want it to show in the store as a iPad app we want it to just be a iPhone only app. This app was built with Appcelerator so i have changed the app tiapp.xml details to only support iPhone no longer universal, but it will not submitted to the store. I can't upload the existing app because the family group in the bundle Id. it won't accept removing the iPad. How can we remove the

Appcelerator app doesn't restart (Android)

耗尽温柔 提交于 2019-12-20 04:08:14
问题 I've created an app, everything works fine. However, when I close the app bij pressing back, and open the app again, it doesn't pass the splash-screen. If I completely close the app through the Android running apps screen, it opens like normal again. Anyone had this problem before? Thanks in advance! 回答1: Update your app to Ti SDK 6.0.0. This will fix the issue, I tested it by myself. Also see: app will freeze if re-launch from the task bar after closing it using Titanium.Android

What to do about “Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.”

北战南征 提交于 2019-12-19 17:13:09
问题 I'm writing an iPhone app using Appcelerator Titanium Mobile. I am hiding and showing the tab group based on what window has focus. dashWin.addEventListener("focus",function(e) { if (dashWin.tabGroupVisible == true) { dashWin.tabGroupVisible=false; tabGroup.animate({bottom:-50,duration:500}); } }); The code above hides the tab group when dashWin receives a focus event. However, I see this message in the Titanium console when the event fires while running in the iPhone simulator: Finishing up

Which mobile development open source Framework should I use? [closed]

蹲街弑〆低调 提交于 2019-12-18 10:36:51
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . My company would like to develop a mobile application. Web app, native app or hybrid app ? They actually don't know. In that context, they asked me to make some researches (I'm not a mobile development expert) on open source Framework for mobile development (cross platform