问题标签 [palm]
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.
webos - 您如何从 webOS 应用程序获取使用数据并远程存储该数据?
我是 webOS 开发的新手。我在应用商店中有一个应用,在应用的下一次更新中,我希望能够识别用户的年龄、他们的位置、他们使用应用的时间、他们使用最多/最少的功能,然后存储数据库中的数据。我该怎么做呢?非常感谢您的帮助。
javascript - 如何在我的 webOS 应用程序中显示此 JavaScript 消息?
我正在编写一个 webOS 应用程序,我希望下面的代码呈现“早安!” 信息。我需要在 Main-scene.html 文件中放入什么代码,在 Main-assistant.js 文件中还需要什么代码才能完成这项工作?
提前谢谢了。
一切顺利
大卫
javascript - HP Palm webOS(地图代码)
我制作了一个带有标记和滚动功能的谷歌地图 webos 应用程序。单击每个标记时,信息气泡会出现,其中包含所需信息。
它的整体工作很酷,但设备中的地图滚动很慢。它需要很长时间。另一方面,应用程序名称 Yelp 中的地图滚动非常流畅。我们怎样才能使它更轻?
M Salman Iftikhar
Skype: sam_unpredictable
javascript - Can one use native javascript/coffeescript constructors with the webOS Enyo framework?
Palm's Enyo framework uses a DSL-ish "Kind" system to create objects based on prototypes. Unfortunately, this results in, what I believe to be, untidier code.
Does anyone have any experience using/hacking Enyo with native-javascript prototypes / constructors?
vs…</p>
Hoping to know if anyone else has accomplished/attempted this.
webos - Does Palm/HP webOS 3.0 / Enyo framework support image maps?
Does Palm/HP WebOS 3.o / Enyo framework support image maps??
I have an HtmlContent control that contains "image maps" -- an image with links embedded in hot spots using the HTML "usemap" attribute. However my those links don't seem to be active, and I cannot click on them. (The same page when opened in a regular browser allows me to click, but when that HTML content is in an HtmlContent control, the links seem to have disappeared).
Any ideas?
Also i did check that the click events are not being fired -- the click handler for the HtmlContent control does not fire. This does not happen when the entire image has an href -- in that case things work fine. But if the image has a map associated with it, then the links are not active, and clicking on the link regions does not seem to fire click events.
webos - 如何隐藏 VirtualRepeater 中的行?
我在 Enyo (WebOS 3.0) 中使用了一个 VirtualRepeater:
我想做的是:
- 如果某事属实,则渲染该行
- 如果没有,什么都不显示 问题是现在它显示的是空行,而不是什么都没有。它显示包含内容的行和空行,但我不想要任何行。我不能返回 false,否则 VirtualRepeater 将停止渲染行。
c++ - 使用 Visual Studio 在 Windows 上安装 webOS PDK
因为 webOS 现在已经开源,所以值得开发它似乎是有道理的,因为更多的人会来到这个平台。我看过一些 JavaScript 的东西,并决定我不喜欢它的外观,所以我想知道在 Windows 上使用 Visual Studio 使用 C/C++ 的最佳方式是什么。是否有我应该使用的特定版本的 Visual Studio (Express)?有没有关于设置开发环境的好教程?
javascript - 在 webOS 中注册 JavaScript 服务
我正在玩掌上模拟器,试图创建一个简单的 JavaScript 服务。我没有使用 palm-install 方法,而是为我的服务创建所需的目录和文件。当我用 luna-send 测试我的服务时,它不会被识别(因为我猜它没有在 luna-bus 上注册)。如果我重新启动模拟器它可以工作。
我想知道是否有任何方法可以在不重新启动模拟器的情况下向 luna 注册我的服务?
java - 通过 I/O 流接收一定数量的字节
我正在创建一个 Android 应用程序,它通过蓝牙将我的设备连接到嵌入式芯片。我正在根据 Palm Pilot 上已经存在的程序(用 C 编写)对我的设计进行建模。我正在使用蓝牙聊天示例来运行我的代码,但已经卡住了。我对整个编码世界仍然很陌生,并且让自己有些困惑。
我想将以下代码从 C 转换为 Java....
我在这里遇到的唯一真正问题是第三个参数。1
代表,如number of bytes to receive
手掌文档中所述,类型为UInt32
。
蓝牙聊天示例中的代码具有以下读取数据的功能...
我想将run()
方法更改为具有要读取的特定字节数的参数。我对该怎么做有点困惑。我刚在想...
但这对我来说似乎不对,我觉得我混淆了我对字节的定义。听起来可能很愚蠢,但我对这些信息还不够自信。将 a 转换为 java 让我感到困惑UInt32
,因为 java 没有等效类型。如果有人知道,请告诉我。
linux - webos中LANG变量的路径
我想知道 webOS 中 LANG 环境变量的路径或文件位置。我需要更改该变量的值。