webOS Nation Forums >  webOS apps and software >  webOS development > App ID's for built in applications
App ID's for built in applications

  Reply
 
LinkBack Thread Tools Display Modes
Old 11/03/2009, 07:52 PM   #1 (permalink)
Member
 
Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
Default App ID's for built in applications

I'm trying to launch the calculator application from within an app I'm building. Here's the code I'm using (the blue app Id is just a placeholder):
Code:
this.controller.stageController.pushScene(
	{ appId : 'com.palmdts.lightweightapplication', name: 'first' },
	{ sublaunch : true}
);
The problem is, I don't know the appId of the calculator app. Does anybody have the app ID's for the built in palm applications (specifically the calculator app)?

Also, while I'm asking questions, does anybody know how to open the Calculator app in a new card as opposed to the same card.
tjmarkham3 is offline   Reply With Quote
Old 11/03/2009, 08:00 PM   #2 (permalink)
Member
 
TIWizard's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 745
Likes Received: 0
Thanks: 81
Thanked 218 Times in 75 Posts
Default

com.palm.app.*app name here*

So it would be com.palm.app.calculator
__________________
Sprint Palm Pre - WebOS 2.1 > Sprint HTC Arrive
TIWizard is offline   Reply With Quote
Thanked By: tjmarkham3
Old 11/03/2009, 08:34 PM   #3 (permalink)
Member
 
Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
Default

Thanks.
Do you happen to know the app-ID for the camera application?
I tried "com.palm.app.camera" but it didn't work.
tjmarkham3 is offline   Reply With Quote
Old 11/03/2009, 09:13 PM   #4 (permalink)
Member
 
TIWizard's Avatar
 
Join Date: Jun 2009
Location: USA
Posts: 745
Likes Received: 0
Thanks: 81
Thanked 218 Times in 75 Posts
Default

That is the App ID for the camera, so I don't know why it doesn't work...
__________________
Sprint Palm Pre - WebOS 2.1 > Sprint HTC Arrive
TIWizard is offline   Reply With Quote
Old 11/03/2009, 09:15 PM   #5 (permalink)
Member
 
Brain_ReCall's Avatar
 
Join Date: Jun 2009
Posts: 395
Likes Received: 7
Thanks: 123
Thanked 116 Times in 68 Posts
Default

Here ya go: Applications Bundled on the Pre - WebOS Internals
__________________
Quote:
Originally Posted by Brain_ReCall
I'm an Embedded Software Engineer. My idea of a Good User Interface is printf().
Brain_ReCall is offline   Reply With Quote
Thanked By: tjmarkham3
Old 11/03/2009, 09:16 PM   #6 (permalink)
Member
 
Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
Default

Okay, so I named the scene I wanted to push incorrectly. For the camera, the name of the scene is "capture." Do you know what the name of the calculator scene is?

Code:
this.controller.stageController.pushScene(
    	{appId :'com.palm.app.calculator', name: '???????'},
  	{sublaunch : true}
);
tjmarkham3 is offline   Reply With Quote
Reply

 

Tags
appid, calculator, default, identification, application

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0