Tagged Questions
The palm tag has no wiki summary.
14
votes
5answers
3k views
Good tutorials for starting Palm WebOS development?
Recently I've been getting more and more into mobile development. I am currently working with the iPhone and Android based devices.
Palm's new WebOS looks interesting.
Are there any good online ...
4
votes
2answers
433 views
How do I scroll my Palm webOS application?
This feels like a dumb newbie question. I'm attempting to follow the Palm's online tutorial for developing a webOS app. I ran palm-generate and tried updating the generated index.html file to have a ...
4
votes
1answer
95 views
How do I get Palm's WebOS browser to default to numeric input?
The following CSS worked fine in my Windows mobile phone, but my Pre won't default to numeric inputs.
input.numeric {
-wap-input-format:"*n";
}
How do I get the Pre (and presumably other newer ...
4
votes
1answer
412 views
How do I make a custom widget in WebOS?
I'm new to Palm WebOS development and can't figure out how to create a custom widget.
Does anyone know of a really simple step-by-step walk-through for noobs?
Palm's explanation here isn't all that ...
3
votes
1answer
77 views
Ho to get Palm Mobile Owner information?
How can i get Palm mobile owner information like name/phone number/mailId ..... from code itself.
Thaq.
3
votes
3answers
224 views
Where can I find PalmOS 3.5 developer tools? Palm's site no longer publishes them
The hard drive on one of my PCs crashed that had the installers for the various PalmOS 3.5 dev tools for my old Palm IIIc and VIIx. It seems now Palm has taken down its downloads of everything ...
3
votes
1answer
253 views
2
votes
1answer
171 views
Starting PalmPre2 Dev. Palm-install says: “no devices found”
I am a iPhone Developer trying to start PalmPre2 development, so I am doing as written here
I have my emulator working and running.
I have created my workspace directory
$mkdir palmWorkspace
$cd ...
2
votes
1answer
211 views
Calling setupWidget from the stage assistant in WebOS/Mojo
The scroller and other widgets in Palm's WebOS are commonly called like so:
this.controller.setupWidget(Mojo.Menu.appMenu, {}, this.appMenuModel);
within on of the JavaScript assistant files ...
2
votes
1answer
102 views
Can any Palm Pre be used for development?
We're about to start developing software for the Palm, using WebOS.
Though an emulator is available for testing, I always feel more confident seeing it run on a physical device as well.
I can't find ...
2
votes
1answer
327 views
When will palm's push notification go live? What are the alternatives right now?
When will palm's push notification go live? What are the alternatives right now? We are in development of an app that needs push notification to function otherwise it will just not work. What should ...
2
votes
2answers
2k views
2
votes
1answer
169 views
Palm WebOS: common reasons why sound would play on one device, but not the another?
I'm finishing up my first app on the Palm Pre for a client. During testing I was sad to discover that the sounds, which work fine on my palm, won't play at all on my client's device.
I'm playing ...
2
votes
2answers
121 views
Developing Console Like Apps For Palm OS
I'm learning C++, but i only develop console apps, because graphical C++ development is so much difficult, then i want to know if i can develop console like apps for Palm OS, what i want is this, ...
2
votes
4answers
1k views
Need Palm Desktop datebook.dat file format
I'm looking for documentation on the file format of Palm Desktop's "datebook.dat" file for versions of Palm Desktop >= 4.1.
Note that http://www.notsofaqs.com/datebook_dat.php documents part of the ...
1
vote
1answer
118 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
0answers
223 views
Does WebOs support flash plugin yet? [closed]
If so, where can I find a download and documentation. I need to play .swf files in a WebOs application...
1
vote
1answer
181 views
How can i send SMS without open/launch the Application service in Palm WebOS?
i am sending SMS in palm webos by lanching or opening the messaging application service. Sample code is here...
this.controller.serviceRequest("palm://com.palm.applicationManager", {
...
1
vote
1answer
63 views
reflow, renderContents, createComponents in Ares for webOS
I need programmatic access to the chrome files that Ares uses to paint the DOM tree and the lack of documentation on how to access it is very frustrating. I'm building some apps that need to be a ...
1
vote
1answer
187 views
Is the WebOS calendar api really as limited as it sounds?
A recent Ars Technica article rekindled my interest in WebOS so I was looking at the Services API (because I'm interested in building a replacement calendar app). I discovered the following text at ...
1
vote
1answer
132 views
Palm OS 5 development tools
A few time ago I make a question about the Palm OS 5 development tools. Here I am again.
I have seached a lot in Google and in many developer sites but all the links are broken and the sites are too ...
1
vote
1answer
96 views
What Palm OS 5 development tools can you find nowdays?
I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5.
Thanks!!
PD: If you can ...
1
vote
3answers
58 views
Questions About Defined Numbers Of a Header File
I never tried to do a GUI without a GUI designer and now I'm learning how to develop Palm OS applications with the book Palm OS Programming: The Developers Guide. And on it I have this code that is a ...
1
vote
1answer
341 views
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:
...
1
vote
2answers
147 views
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?
1
vote
1answer
858 views
how to convert image into bytes (like byte array in .Net) using javascript in Palm WebOS
In Palm WebOs I need to convert an image into bytes (like byte array in .Net) to pass it as a parameter to a web service, where I can convert back this bytes data to image and save on server.
Please ...
1
vote
2answers
333 views
Is there an analytics tool for webOS apps?
I need to track individual page views on my webOS app, something akin to Google Analytics. I understand that tracking on web apps may be barebones, but anything is better than nothing. Does anyone ...
1
vote
0answers
127 views
Command Menu: Spaces in Labels
I am working on a Palm-Pre App.
For some Custom Functionality, I am creating a Command Menu in my App which has 3 options at the maximum. The options are labels and doesn't contain any images.
The ...
1
vote
1answer
241 views
Mojo SDK retrieve all contacts
I'm playing with the Mojo SDK and I want to get all contacts.
this.controller.serviceRequest('palm://com.palm.contacts/crud', {
method: 'listContacts',
parameters: {
limit: 100
...
1
vote
3answers
182 views
Develop in .Net to Palm OS
It's possible to develop in .Net to build apps to a Palm OS device like a Palm T|X, because i'm a Visual Basic developer, not a .Net, but i'm studing to develop in .Net, because is a better language, ...
1
vote
2answers
153 views
How to resolve the 'Near data segment is bigger than 64k' problem on Palm using CodeWarrior9?
I am working on a large project and now I am stack on this "Near data segment is bigger than 64k" error.
If I comment the "FrmSetEventHandler(frm, DadosConstrutivos1HandleEvent);" on ...
1
vote
9answers
224 views
What are your favorite programmable portable devices?
Have you worked on portable devices? (Palms, WinCE devices, cellulars, other embedded devices.) Which offered the best experience developing for it?
0
votes
1answer
43 views
Installing webOS PDK on Windows with Visual Studio
Because webOS has been made open-source now it seems to make sense that it is worthwhile developing for because more people will come to the platform. I've had a look at some of the JavaScript stuff ...
0
votes
1answer
44 views
Where can I get a PalmOS SDK?
Where can I get a PalmOS SDK? - To use with PRC tools under Linux.
Palm/HP dont have them any more, and Access never send you the confirmation email....
I know C, I just cant get my hands on an SDK ...
0
votes
1answer
155 views
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. ...
0
votes
2answers
244 views
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 ...
0
votes
0answers
56 views
Hp Palm webOS ( Map code )
I have made a google maps webos application having markers and scrolling. On clicking each marker the info bubble appears with required information.
Its working cool overall but map scrolling in ...
0
votes
1answer
68 views
How to display this JavaScript message in my webOS app?
I am writing a webOS app and I want the following code to present a "Good Morning!" message. What code do I need to put in my Main-scene.html file and what else do I need in the Main-assistant.js file ...
0
votes
1answer
91 views
How do you acquire usage data from a webOS app and store that data remotely?
I am new to webOS development. I have one app in the app store and in the next update to the app I would like to be able to identify the age of users, their location, how long they use the app, which ...
0
votes
1answer
237 views
Which fonts does the webOS browser support?
Which fonts does webOS ship with / support in its web browser?
Specifically, which fonts can you specify in the stylesheet of a web page and successfully view on a webOS device?
I'm not looking for ...
0
votes
2answers
1k views
Difference between Tablets, palm devices, touch pads
Can anybody please help me out with the difference between tablets, iPads and palm devices. I am new in this area and have no idea what are the specifics of this devices or how they differ from one ...
0
votes
1answer
29 views
PalmWebOS tiny font
I'm new to developing mobile websites and I have an issue with Palm Pre.
I wrote this simple HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ...
0
votes
1answer
77 views
Using Mojo.Environment.DeviceInfo frameWork
How can i get Device information using Mojo.Environment.DeviceInfo , Pleasae help me.
0
votes
2answers
77 views
How to get user phone number in palm webOS
i am going to develop an application in palm webOS, for that i need to get phone number from device. Is it possible to get phone number?. please help me to get phone number from palm device. ThanQ...
0
votes
1answer
97 views
How to call #pragma segment Foo on Garnet OS
I've read this excellent tutorial about segments in palm:
http://onboardc.sourceforge.net/UsersManual.html#segments
But developing with Garnet OS Development Suite, the command "#pragma segment Foo" ...
0
votes
1answer
161 views
admob for webos/palm
i want integrate admob ads to my palm pre application.can you please suggest me and share integration code for ads.some where i found code it wont work for me
Thanks in Advance
Aswan
0
votes
1answer
192 views
Where to get jartoprc.exe?
Can anyone tellme where to get jartoprc.exe and jartoprc_w.exe for Java Web Sphere for Palm OS convertor to PRC??
Thanks!!
0
votes
1answer
78 views
PRC-Tools For MS-DOS
I'm emulating MS-DOS 6.22 with PocketDOS, but I want to develop for Palm OS on it, then I want to know if I can run prc-tools or any other compiler for Palm OS on it.
0
votes
2answers
2k views
How do I convert a db3 file (Palm Pre database) to a MySQL file?
I've copied the db3 database file on my Palm Pre to my computer and would like to convert it to a MySQL database (so I can print the memos). (Or, better, I'd like to find a GUI like PHPMyAdmin that ...
0
votes
1answer
499 views
how to call web service by supplying credentials in Palm WebOS
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 ...