问题标签 [tizen-native-app]
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.
tizen - 如何在 Tizen Native App 中创建表格视图
我是 Tizen 新手,我正在尝试使用 tizen 本机应用程序创建一个表格视图。我发现我们需要 FUi.h、FApp.h 文件,这些文件在我的 Tizen IDE (2.3.0) 中不可用。谁能帮我。
web-applications - 在 Tizen 中检测应用程序何时启动
我想为来自 Tizen 平台的请求创建一个应用程序锁。我希望每次启动另一个应用程序(将被锁定)并进入前台时调用我的应用程序。
本机和 Web 应用程序的想法都受到欢迎。
c++ - What library to include for std::vector in Tizen?
I want to use an std::vector for an app that I'm creating with Tizen and I can't find the right library to include to make my std::vector be recognized... I have a syntax error... Is there an equivalent to std::vector specific to Tizen? I searched the web but I didn't find anything...
I tried #include <vector>
Tizen doesn't recognize it, that's what my problem is because in "normal" C++ it works fine. Only I'm using Tizen with Tizen IDE (Eclipse plug-in) and it doesn't recognize the library so I'm wondering which library I need to include instead (I got a fatal error: file not found when I use the include I mentioned).
I can't post images so here's a transcript of the error message:
type name requires a specifier or qualifier
syntax error
expected expression"
All of which regarding this line:
OK, I found my answer. It seems Tizen is using C and not C++... I didn't see it because some libraries I sometimes use when I code in C++ were included like they should. Anyway I'm just gonna have to find the C equivalent of vector now and my problem will be solved.
command-line-interface - Building Tizen Native Project and Packaging by CLI
I use Command Line Interface (Tizen SDK 2.3) to build and create tpk packages for my tizen native project.
It may sound strange but I had a serious problem while building and packing. Suddenly all of my data were wiped out. I thought that it might happen because of virus or hardware issue and then I reinstalled my operating system to a new hard drive and tried to build and pack my project by CLI and unfortunately everything was wiped out again. Even bash in home directory. While building and packing, I was checking cpu and memory usage of processes, then I realized that top process was "rm" and it was using cpu around %95 and removing everything.
Any idea to solve this problem? Or anyone had some similar issue with Command Line Interface in Tizen SDK 2.3?
html - 如何在 Tizen/HTML5 中为可穿戴设备选择键盘
我的 Tizen 可穿戴设备上预装了两个系统范围的键盘,第一个是原装的 Samsumg 键盘,第二个是自定义键盘。第一个是在设置中选择的用户默认值。
我不想更改系统的默认设置,但我希望我的应用程序使用自定义键盘。
在本机 API 中,我看到 Tizen::Ui::InputConnection 对象可以用作 Edit 或 TextArea 控件中的属性,但我在 HTML5 API 中没有看到类似的东西。搜索 Tizen 的论坛没有帮助。
我还在 Tizen 的 SDK IME 的 WebHelperClient 示例中看到了一些未记录的命令,这些命令用于通过 websocket 与 Tizen 的服务通信。可能有一个选择活动键盘的命令,但我没有找到。
任何线索表示赞赏。
tizen - Tizen IDE 新项目中没有显示 Tizen 模板?
我下载了Tizen SDK Manager 并安装了 Tizen SDK for Native Application Development,如下图所示。
现在它没有显示 Tizen 的应用程序模板,但是它已安装并显示在 Template 文件夹中
文件夹具有本机模板
如何在 IDE 中添加模板?
谢谢
javascript - JS lib 可以在 Native Tizen App 中使用吗?
我想构建一个需要以图表形式显示统计数据的应用程序。因为我找不到任何合适的 lib/way/api 来绘制图表,如 PIE 图、条形图、折线图。在 Web 应用程序中,我们可以使用可以根据我的要求绘制图表的 JS 库。
这是一个使用 chartJS lib 的示例。
https://developer.tizen.org/community/tip-tech/create-animated-charts-chart.js
这是 Web 应用程序中的开发。
我可以使用这个 JS 库在 Native App 中开发相同的库吗?我认为这是不可能直接的。如果有什么办法请告诉我。或者是否有任何库可用于在 Native App 中开发相同的需求。
c - Tizen Docs 提供 C 标头但不提供 Lib 名称?
尝试实现一些 Unity3D C# 插件代码,但发现 Tizen 文档相当缺乏。
我需要知道特定标头使用了哪些 Lib 名称。如消息框api:https ://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__CAPI__MESSAGING__MESSAGES__MODULE.html#ga32013c0d16b46a60be3f837c6474e4be
它告诉我所需的标头,但不是它使用的库。黑莓、MS 和 Apple 都在文档中列出了这个,并且是普通文档生成的一部分。为什么 Tizen 不给你这个超出了我的范围。有没有一种简单快捷的方法来查找此信息?以为有人可能知道。
这是 lib 的位置:C:\tizen-sdk\platforms\mobile-2.3\rootstraps\mobile-2.3-device.core 很高兴知道什么 lib 与什么头文件一起使用。
看起来可能是:libcapi-messaging-messages.so
tizen - 如何在 Tizen Native Application 中隐藏状态栏
如何在 Tizen Native 应用程序中隐藏状态栏?我在 Tizen 官方文档中找不到它。
eclipse - 尝试从 Tizen SDK 启动 Tizen 手表应用程序时出现“安装或卸载暂时不起作用”错误
尝试从 Tizen IDE 启动本机手表应用程序时,我看到奇怪的消息“某些应用程序类别,例如“手表应用程序”,无法通过“运行方式”启动。
实际上,我尝试使用项目本地菜单中的 Run As 来启动我的应用程序。但是我应该如何在模拟器上启动我的应用程序?
模拟器设备(手表)已启动并运行,在桌面上作为单独的小部件可见。它被选中。签名配置已设置。
在控制台输出上,我看到了消息processing result : FATAL_ERROR [61]
。
我还尝试通过创建的启动配置启动,但这会导致相同的错误消息。
IDE 日志显示以下堆栈跟踪:
PS 我添加了“eclipse”标签,因为 Tizen SDK 很明显是基于 Eclipse 的 IDE。使用 Tizen IDE 2.3.1。