The enyo tag has no wiki summary.
4
votes
2answers
483 views
What resources are there for learning enyo (webOS)
What resources are there for learning enyo (webOS)? The official documentation can be found here:
https://developer.palm.com/content/api/dev-guide/enyo.html
4
votes
4answers
701 views
How to debug Enyo App WebOS 3.0?
i am nooby to WebOS3.0 (also in Mojo).
And now days i am working on palm pad apps dev.
and i want to know how to debug enyo apps?
3
votes
1answer
279 views
How do i get access to SOAP response property?
All
Form last few days i am finding how to access soap using JS, and after all i got the solution from this link Simplest SOAP example using Javascript
Now i am able to get my soap request in alert.
...
3
votes
1answer
773 views
Command Line App Creation for HP Touchpad
I have recently started venturing into some HP webOS development and I am wondering if anyone knows if there is a code-generation command similar to the webOS Mojo palm-generate tool.
2
votes
1answer
38 views
which webOS Enyo element/component is suitable for this case?
i have a set of HFlexLayout('s) inside of a VFlexLayout, a vertical list of buttons(e.g., X,Y,Z) with 5 fields after each button. when a button is pressed, i want one of the fields to toggle from off ...
2
votes
1answer
98 views
How to take a picture with MediaCapture in Enyo (webOS)?
I'm a kind of newbie webOS Developer, and I'm currently
developing an App where I need to take a picture of
a certain user.
I've been looking for many resources and sites on the
internet but I ...
2
votes
1answer
56 views
how to fetch two same fields data from db [HTML5]?
this.db.transaction(function (tx)
{
tx.executeSql('SELECT tsk.*, cont.firstName, cont.lastName ,cont1.firstName, cont1.lastName, list.listId FROM tbl_tasks tsk, ...
2
votes
1answer
83 views
color to grey scale conversion in canvas
I am trying out a sample code that converts a color image to grey scale on a canvas in WebOS (enyo). When I use the ctx.getImageData method to read the pixels, the imageData contains only zeros. The ...
2
votes
2answers
180 views
How can i put image in webOS application.
i want to add image in the webos application and want to add click event for it. i am also not able to put background image in the application. i put this code to set background image in Basic.css ...
2
votes
2answers
119 views
How can I detect in code if the TouchPad is not connected to WiFi?
Currently I'm looking at attempting a web request and seeing if that fails to determine if I'm online or not, but ideally it'd be nice if there was some hook in the OS that would alert me when I'm ...
2
votes
1answer
357 views
How do I show/hide images in Enyo?
I am using HP webOS 3.0 and the Enyo framework.
I have simple question that how can I show and hide images on click of a button. I have 2 images and I want to show images on click of one button and ...
2
votes
1answer
144 views
Javascript Binding SQL results to a function
All,
I am working with WebOS enyo, but having a really senior moment....
Basically the fact its enyo has no relation to my question however...
I have a method:
clickPopulate: function(){
// ...
2
votes
1answer
114 views
Accessing the WebOS clipboard From an Enyo Application
When developing a WebOS application with Enyo, is it possible to access the clipboard contents? That is, if I copy a bit of text to the clipboard on a Touchpad or Pre device , can I programmatically ...
1
vote
1answer
79 views
enyo is giving me a “not allowed by Access-Control-Allow-Origin”.and will not load content from nodejs server
I made the simple hello world NODEJS Server.
I have a enyo web service running in chrome that is trying to access the NODEJS server at http://localhost:3000
When is calls the onSuccess method, no ...
1
vote
2answers
24 views
Trying to make 3 coulms of data with equal spacing in Enyo
I have a project I'm working on for enyo, that needs to have 3 column with the following format:
--- date--- ---- message ------- ----- attachments-------
The problem is that each line ...
1
vote
1answer
25 views
Can't access components of ModalDialog
enyo.kind({
name: "TestDialog",
kind: enyo.VFlexBox,
components: [
{kind: "ApplicationEvents", onLoad: "openDialog"},
{kind: "ModalDialog", name: "errorDialog", caption: "Error!", components: ...
1
vote
2answers
41 views
webos: swipe to delete rows / lists. howto?
in webos applications like pod frenzy / dr podder, among others, list items are "swipe to delete," where you swipe to the right of the screen on a specific row, which drag's the row off the screen ...
1
vote
1answer
21 views
How do I change the content in of an Enyo RichText Control?
I’m trying to change the content in a RichText Control, but nothing happens.
The control is defined as
{kind: "RichText", name: "PendingMsg", onchange: "richTextChange"},
I try to change the text ...
1
vote
1answer
33 views
enyo: how do i write a button handler to change the color of another button?
i'm trying to get the color of one button to change whenever i click on a different button. My non working code is below. I've had trouble finding the right documentation for this
components: ...
1
vote
2answers
57 views
How do I specify button size in webos-enyo?
Inside of a scroller, I want a vertical list of buttons (e.g., x,y,z) with 5 fields after each button. When a button is pressed, I want one of the fields to toggle from off to on.
{X}[0][0][0][0][0]
...
1
vote
1answer
35 views
In Enyo, how do you remove a control you created?
One example, I have a refresh buttons I created that is displayed on top, could I have code to later on remove this control?????
code with refresh button in it I would like to remove later on as the ...
1
vote
1answer
60 views
Enyo, dynamically creating Components, can’t change their properties or get the events to fire
I’m trying to dynamically create a list of buttons in a ToolBar. The events are not going off, and when I try to change there properties I get a “uncaught typedef: Cannot call methed setcaption on ...
1
vote
1answer
49 views
How do I create buttons at runtime in Enyo?
I need a app to display buttons that are created at runtime. The reason is that I will be getting information from a service to see how many buttons I need.
Currently the program runs but no buttons ...
1
vote
0answers
126 views
How do I write Image Binary Data into local file system using Node.js services on webOS?
I am trying to write image data received from Evernote getResourceData-method, into local system in JavaScript code using Node.js. The image file is getting saved successfully, but looks like it is ...
1
vote
1answer
43 views
enyo, How to do horizontal scrolling
I have made a simple enyo app to teat scrolling.
It scrolls vertically, but not horizontal. Allso the documentation says you must set the scroll size. The example code usses flex: 1 for the size, ...
1
vote
1answer
57 views
WebOS app not scrolling down on the main page
I have an Enyo webOS application I am developing for phones. There are several text inputs on the main page, with a button underneath them--however, the button is not viewable below the textboxes. ...
1
vote
1answer
141 views
Display ModalDialog on Enyo window load
I am trying to display a ModalDialog as soon as the window gets loaded, something like a license agreement for my app. It seems to work fine when triggered with a button click, but does not work when ...
1
vote
3answers
442 views
Is It Possible To Deploy iOS and Android Applications Using HP Enyo?
Today I read this news: HP ran its webOS SDK on iPad 2, hopes to license it as mobile web app tool and as soon as I finished reading it and looking at the video I just completely freaked out and this ...
1
vote
1answer
153 views
hp webos, pdk plugin defunct in hybrid app.
I have been trying to call a pdk plugin from the mojo hybrid app and have also tried the same with enyo app. In both cases my pdk plugin is shown as , Interesting thing is in case of enyo, i received ...
1
vote
2answers
95 views
Return value from Ajax callback?
I have a JavaScript class that handles queries to a local DB (on a WebOs device). Now what I want to do is, create a model with all my basic queries to simplify my code.
So first I create a function:
...
1
vote
1answer
127 views
How can I hide rows in a VirtualRepeater?
I'm using one VirtualRepeater in Enyo (WebOS 3.0):
{kind: enyo.VirtualRepeater, name: "eventList", onSetupRow: "setupRowWithEvent", onclick: "doListTap", components: [
{kind: enyo.Item, ...
1
vote
2answers
226 views
Does HP webOS have a WYSWYG GUI design tool?
I hope to migrate one of my apps to HP webOS. Does webOS have WYSIWYG GUI tool that integrates with Mojo or Enyo, or do have to use a HTML/CSS/JavaScript editor?
1
vote
1answer
686 views
WebOS VirtualList Problem
In my code i am tring to display my sqlite db in vertual list
and in that code in for loop you can see the commented alerts and they conform that the value i want is which i want from db.
now that ...
1
vote
1answer
159 views
[ENYO]How to use SOAP in enyo?
From last tow days i am searching on this problem
1. Is that Enyo support SOAP? IF no Alternative to SOAP? What is better to use?
2. How can we call web services using JS? A simple example link
...
1
vote
3answers
372 views
Hiding unique API keys in webOS (Enyo/JavaScript)
How do I hide my private API keys in/for my webOS - Enyo based apps?
My development has basically come to a halt because of this issue.
Since webOS Enyo (as well as Mojo) is coded in Javascript, any ...
1
vote
3answers
2k views
Uncaught ReferenceError: X is not defined
So I am digging through the WebOS enyo framework and am getting very frustrated. I am currently getting the following error in my log. I have been looking at the samples in the framework and I just ...
1
vote
0answers
106 views
Flyweight VirtualRepeater containing IntegerPicker
In my Enyo app, I have a VirtualRepeater which produces Controls containing various text displays and an IntegerPicker.
I have two problems with this repeater:
1) If three rows are produced, ...
1
vote
2answers
531 views
Xml parsing in webos for enyo framework
please help me with the following problem.
the problem is in xml parsing
my xml code is:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<root type="object">
...
0
votes
3answers
33 views
How to apply CSS class to component?
Why I can't apply my CSS Class to hello?
{name: "hello", content: "Hello From Enyo",className:"myClass",ontap: "helloTap"},
0
votes
0answers
6 views
Enyo Trying to detect when web service does not work
It seems like when my web service has a error, the onFailure method is not being called. A example is if the file is not on the server, nether or gets called. So my all has a button for the user ...
0
votes
1answer
20 views
Enyo hierarchy. this.$ include all components, even those with nesting order 2
Why in component
var matrix = new enyo.Control({
name:"Matrix",
tag: "div",
classes : 'strategies',
/*handlers: {
init: "initHandler"
},*/
components: [
{ tag: ...
0
votes
0answers
33 views
enyo, trying to have a ListSelector be on right hand side inside a HFlexBox
I have a HFlexBox with two buttons and a ListSelector. I would like the ListSelector to be on the right hand side. Is there a way to do this?
I have the following block of code:
{kind: "HFlexBox", ...
0
votes
1answer
85 views
Trying to create web services using NODEJS and enyo as a front end
I made a simple web sevrer in NODJS. the web browser ie firfox will display hellow world, when connected to http://localhost:8888/. But the enyon web service onSuccess callback displays a null string ...
0
votes
1answer
19 views
Trying to find informtion on how to format enyo controls
I saw some code that had the controls in a flex box set to go at the end or begging and some where centered.
I tried looking at ...
0
votes
1answer
34 views
webos / enyo: setting button size explicitly for both landscape and portrait. howto?
in webos / enyo, you can set the style field of buttons like so:
var style_DONE = "color: #fff; background-color: #2A4754; width: 92px"
here, i only set the width, and the height is taken care of ...
0
votes
1answer
37 views
How do you pass a JSON object to Enyo through a web service?
I’m trying to pass a JSON object to Enyo using a web server.
The file being loaded from the service in Enyo:
{ "Comments" : ["NewComment 1", "NewComment 2", "NewComment 3" ]}
The following ...
0
votes
2answers
35 views
Is there a way to pass parameters when creating a Enyo app class?
I was going to try in pass in parameters when I create my Enyo app class in the index.html file. I have the following to test it
new MyApps.MainApp("test").renderInto(document.body);
and in the js ...
0
votes
1answer
30 views
enyo, how to have pans with more then one control
I'm just learning enyo, and made a simple program to use pans. Right now each pan is a button. Is there a way to have like a bunch of controls in each pan, instead of one? example on my code the ...
0
votes
1answer
34 views
How to set properties in enyo
in enyo I can't find any documentation that tells tyou how to chnage the Properties.
For example in the documentation it has disabled as one of the properties. What would the java script code be to ...
0
votes
1answer
140 views
Enyo location on Pre3 device
I'm just starting to have a look at the enyo framework as I bought a Pre3. I've downloaded the SDK and VM, and also the eclipse plugins to write code in eclipse.
Everything works well, except that ...