webos

how to call web service by supplying credentials in Palm WebOS

Hello, I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this type of web services by supplying appropriate credentials using Ajax.Request or any other method in Palm WebOS. Any help would be hig...

Using palm mojo on web pages?

I want to customize my web page for Palm pre. Is the a way to use Mojo in web pages for palm pre? Can I for example use a Mojo picker or a scroll tag? ...

How to use jquery in palm mojo?

How do I do to be able to use jquery in my palm mojo application? ...

how to decrese font size of showalertdialog title

how to decrese the size of the showalertdialog title. ...

How to set default language in WebOs

How can I set the dault language of an WebOs project? The standard way of adding internationalization in WebOS is to use the $L() function, where I can set a key to the translated string. But if the current language ist not specified in the project WebOS displays the key to the user. How can I stopp this behaviour and set a default langu...

How to view console.log output when running javascript app in Palm Pre browser

I'm trying to debug a javascript-heavy webapp running on the Palm Pre browser. There are various useful debugging messages that the app will output to console.log(). This app was not built specifically for the Palm Pre but runs great on other Webkit-based browsers such as Safari. How can I view the output of console.log from the Web a...

Palm Pre webOS simple question.

I'm an irritating newbie to webOS...so I know you'll all be able to help me immediately... I have 2 divs each containing an image, each on top of each other via z-index. I want to be able to hide one and show another or visa vera. Each div is called div1 and div2. In other words on the click of a button I show div1 and on the click o...

Orientation Questions - palm pre webos

Just a couple of quick questions...not too hard to answer hopefully! How do I set the allowed orientation from scene to scene? I can set it for the entire stage with: this.controller.setWindowOrientation("free"); but I want to be able to set it for each scene, some of which I don't want any rotation... Any ideas? Also, is there any...

how to call other assistant.js file method in assistant.js

i want to call other assistant.js file method through assistant.js file with in my project Thanks Aswan ...

how to take screenshots of virtual box

how to take screenshots of palm emulator ...

Palm Pre window.scrollY property in Javascript?

Is it possible to get the window.scrollY property in Javascript on the Palm Pre? Doesn't seem to be but maybe there is a secret Palm-ish way? I've tried: var y = window.scrollY; var y = jQuery(window).scrollTop(); Neither seem to work. Anyone know the answer? ...

how to configure pixi resolution in palm emulator

i am trying to configure the pixi resolution in palm emulator by http://developer.palm.com/index.php?opt ... Resolution the above site instructions when i restart emulator it is showing error Failed to start the virtual machine Palm Emulator(1.2.0.33). Unknown error creating VM (VERR_VGA_INVALID_CUSTOM_MODE). Details Result Code: ...

converting application size resolution palm pre to palm pixi

i was developed my application in palm pre.now i want to run those application in palm pixi for that i need to adjust the screen sizes. 1.how to reduce size in html how to remove and insert html tags through assistants.js file 3.my application perfectly fit on palm pre.is there any other way to adjust palm pixi ...

how to disable alphabets on mobile keypad

my application like a calculator it is accepting only numerics from user.for that i want only activate numberics on mobile keypad without pressing the shift key please help me it is very urgent to me ...

apply Mojo.Widget.numLock to html input textfield

i am developing the application by using the html input textfield i want to apply Mojo.Widget.numLock to textfield please help me ...

how to decrease height of the list in webos

in help page i am provideing support for that there i am using the list and drawer when i change resolution palm pre to palm pixi it is not fit the screen for that i need to reduce the height of the list and draer.by using css i am able to increse size but i am unable to reuce the size.it is fixed or any other way to reduce the size ...

decrese the size of the palm button

in my application when i get notifications i want my application adjust depending on the notification for that i want to decrese the size of the palm button how to decrese the size of the palm button ...

os compatibility on mobiles

i want to develop an application on android,webos,wince. how to develop application that should run on all paltform with developing each paltform ...

Interdependent Callbacks in webOS Programming

This is a conceptual question. Many of the operations that happen in webOS are asynchronous. I have done Ajax programming before, but it feels like webOS takes it to a new level. Take the following example of an application that retrieves a list of news articles from the web, and also caches articles locally in an HTML5 storage database...

Fine-Grain Timing in WebOS

I'm looking to build a program that works within soft real-time schedules; to do this, I need to generate a timing event at an interval significantly less than a second. Is there an API that exposes fine-grain timers in WebOS? ...