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
|
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}
);
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. |
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
|
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}
);
|
![]() |
|
| Tags |
| appid, calculator, default, identification, application |
| Thread Tools | |
| Display Modes | |
|
|



