www.webOShelp.net

Get the latest on:webOS RSS FeedwebOS Facebook page webOS Twitter Feed

Home Forums

The www.webOShelp.net WebOS / Mojo Developers' Forum

WebOS Mojo Development => Mojo Newbies => Topic started by: pointgod36 on June 29, 2009, 06:22:30 AM



Title: How do you generate a scene?
Post by: pointgod36 on June 29, 2009, 06:22:30 AM
In this video http://www.youtube.com/watch?v=YXS3SQauwPE Mitch Allen generates a scene within his newly generated app. What command did he type? It happens around 20:50...


Title: Re: How do you generate a scene?
Post by: pointgod36 on June 29, 2009, 06:30:01 AM
And shouldn't he just list the scripts in source.json so the app will load faster bc they all wont be loaded at once but instead loaded once they're called on?


Title: Re: How do you generate a scene?
Post by: pointgod36 on July 03, 2009, 04:14:28 PM
Anyone?


Title: Re: How do you generate a scene?
Post by: Andrew on July 03, 2009, 05:14:29 PM
Hi pointgod,

Ken actually covered the tutorial from the Mitch Allen webcast here, this should help you follow along with the code:

First MOJO SDK Tutorial (http://www.weboshelp.net/getting-started-with-webos/194-first-official-webos-mojo-sdk-tutorial-from-palm-redux)

We also uploaded the webcast in 720p resolution, which makes it a lot more readable:

Mitch Allen Webcast in HD (http://www.weboshelp.net/getting-started-with-webos/181-palm-webos-developer-webcast-with-mitch-allen-in-full-high-resolution)


Title: Re: How do you generate a scene?
Post by: KenCorbettJr on July 06, 2009, 06:06:24 PM
According to webOS rough cuts you just need to type:

Code:
palm-generate -t new_scene -p "name=storyList"