问题标签 [titanium-mobile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何在 Appcelerator Titanium 中将页脚菜单停靠到底部?
如何在 Appcelerator Titanium 中将页脚菜单停靠在 Android 和 iPhone 的屏幕底部?我想在屏幕底部显示 3 个图标。
titanium - Appcelerator Titanium: How to enable Mobile Web App development?
So I'm getting started using the Appcelerator Titanium Mobile framework. I wanted to try out the ability to deploy a mobile web app. However, I can't find any documentation on it. I just installed Titanium Studio and created a new project, but the "deploy to mobile web" checkbox was disabled. There was also a message that said "incompatible Mobile SDK for the Mobile Web support" even though I have the latest version (1.7.2).
What do I need to do in order to enable this feature and get started using Titanium for mobile web app development?
Update:
I found the link to the Titanium Mobile Web documentation.
Turns out the Mobile Web feature is still in beta, which means it's currently only available to paying customers. So I signed up for the indie subscription since it includes a 30-day free trial. I have tried restarting, signing out and signing back in and Titanium Studio still doesn't give me the option to deploy to Mobile Web. What do I need to do now?
iphone - 在 Titanium 移动应用程序中获取标签的宽度
设置内容后如何获取标签的宽度?没有设置初始宽度。
我在表格行中有两个标签,如下所示:
这里的宽度label 1
最初没有设置。随着内容label 1
的宽度变化,有时会导致重叠label 2
。
现在我的主要目标是动态设置label 2
左侧,它不会与label 1
. 我想这样做:
- 首先计算宽度
label 1
- 然后设置左边
label 2 = width of label 1 + 10
如果有其他方法请帮忙。
这里有一些代码
android - 我想知道如何使用 appcelerator Titan 读取我的preferences.xml 复选框的状态
我正在使用 Titanium Appcelerator 为 Android 构建应用程序。我已经成功地使用下面的preferences.xml 创建了一个偏好屏幕。我试图弄清楚如何查看复选框是否被选中。
php - 文件上传错误 - 403 Forbidden
我正在使用 Titanium Mobile 和 HTTPClient 构建一个 iPhone 应用程序。每当我将文件发布到生产服务器时,我都会收到以下响应。如果我发布到 postbin.org 或我的本地或临时服务器,那没关系。
我不认为错误是在 iPhone 模拟器上生成的。我认为它是服务器设置或其他东西。我有一个使用“上传”类用 CodeIgniter 编写的应用程序。
javascript - 如何在 Titanium Appcelerator 中创建带有复选框设置的列表视图
我想使用钛移动为android创建一个带有复选框的tableview。问题是我不知道如何以及在哪里可以使用钛中的 javascript 存储和检查复选框的状态。
javascript - 如何在 Appcelerator Titanium 中使用 CoffieeScript 而不是 JavaScript
我想用 CoffieeScript 编写代码,然后将其转换为 JavaScript。我如何在 Appcelerator Titanium 中做到这一点。
javascript - 在 Titanium 中导入文件错误“. operator 后缺少名称”
当我在 Titanium 中导入文件时,我的行前面有一个红十字标记
我的代码是这样的
尽管我已经创建了这两个文件,但在第一行和第二行中,我遇到了此类错误....
titanium - 我想使用 appcelerator Titan 将 Android Checkbox(SWITCH) 添加到 TableView 的数据数组中?
我创建了带有行的表格视图,其中包含标签和开关框,样式是复选框。我的要求是,在这些行复选框中,我选择其中的一些。然后,我想要那些已选中和未选中的复选框。这是我的代码:
mobile - 在 Titanium 中为新窗口添加标题
我正在尝试通过配置页面的按钮打开一个新窗口,但是如何向新创建的窗口添加标题(在屏幕顶部)?
在起始页面上,我创建了一个按钮来打开一个新页面,如下所示:
然后在 win_config.js 上:
我认为只需设置“标题”它就会出现,但显然它没有。