问题标签 [appcelerator-alloy]
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.
appcelerator - 用于 TSS 的 Appcelerator 分层选择器
我们如何在 TSS 中使用分层选择器设置样式?
例如在 index.xml 文件中我有
为此,我想将 Set style 设置为Label
inside#myTable
就像在 CSS 中一样,我们可以做到
但这在 TSS 中不起作用。
那么有谁知道我们如何使用分层选择器设置样式?
appcelerator - Appcelerator sidemenu 重定向到另一个屏幕创建多个屏幕
我在我的应用程序中使用这个 sidemenu 模块。
在侧面菜单中,我有主页、设置等选项。当我点击设置时,它会重定向到设置页面。现在的问题是当设置页面打开时,我使用滑动打开侧面菜单并再次单击设置,然后它将再次打开前一个设置屏幕。意味着它创建了 2 个设置屏幕。如果我再次重复它,它将再次创建设置屏幕。我该如何防止这种情况?
我的屏幕重定向代码在这里
appcelerator - 每次打开窗口时 Appcelerator 调用函数
我在我的应用程序中使用导航窗口。
我想在每次窗口出现时重置变量。
我试过了
这不是召唤。所以我尝试了以下操作:
但这仅在第一次打开时调用..从背面单击屏幕打开时不会调用。
ios - appcelerator ios app在app内容上方和下方显示黑条
这让我完全发疯了。我无法让我的应用程序隐藏 iphone 上的状态栏。
在我的 tiapp.xml 我有
在我的 index.xml 我有
我的 iPhone 屏幕底部仍然有一个空白状态栏。
我想念什么?这令人沮丧。
ios - 无法限制 Ti.App.fireEvent 多次执行
在我的应用程序中,Ti.App.addEventListener 执行了多次,甚至 fireEvent 调用了一次。
我无法删除 fireEvent。如何删除创建的 fireEvent。
这是我的示例文件:
选择用户.xml
选择用户.js
用户列表.xml
用户列表.js
android - Titanium - Hiding Android actionBar for specific window
I'm trying to hide the actionBar for a specific window. I've followed this: http://www.appcelerator.com/blog/2014/08/hiding-the-android-actionbar/ which used to work for me in the past.
What I did was to create a custom theme like this:
I've set the following in my tiapp.xml
:
And I've set the following in my window tss
:
but still the action bar shows. If I hide it from code on window open event than it cuts the background image I have - so I rather do it with a theme.
how can I hide action bar with theme on sdk 5.2.0?
appcelerator - 圆形图像边缘在 Alloy appcelerator 中呈锯齿状
我正在尝试在 Alloy appcelerator 以前的 Titanium 中制作圆形图像视图,如下所示
XML
TSS
图像视图正在正确渲染,但其边缘锯齿状看起来像是抗锯齿问题。
我也使用图像工厂模块来缩小规模,但没有运气。
widget - 在 Appcelerator 项目中使用 Alloy 小部件
我刚刚找到一个可以获取合金小部件的网站http://alloylove.com/
请告诉我如何在我的项目中使用/集成下载的小部件。
facebook - How to login to Facebook using Module.Facebook with Titanium Alloy
I am following the instructions listed at http://docs.appcelerator.com/platform/latest/#!/api/Modules.Facebook
And looking at the examples in the example directory for Arrow /Users//Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.10/example/windows/social/externalLogin.js
I have my Tiapp.xml configured like the instructions show
my alloy view file looks like
my controller .js file looks like
我按预期获得了 Facebook 登录按钮但是当我单击它时,我只是收到一条错误消息: 未登录:您尚未登录。请登录并重试。
我从来没有看到输入用户名和密码的屏幕 FB 登录按钮错误
环境是 Appcelerator Studio,构建:4.5.0 Titanium SDK 5.2.0.GA iPhone 6 Sim / Hardware with iOS 9.2