Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
New Developer
cpmcdo2
Posts: 8
Registered: ‎02-22-2011
My Carrier: T-Mobile

Playbook SDK Newbie Getting Started Help!

I don't know about the rest you out there but I have never used AS coding and need some help getting started... Is there anyone on here that may be able to help me with some resources. I have the basics down by using the web videos. Because I am using windows 7 and just got started all of my screans look different than the ones in the slides. I have been able to get to the coding platform.

 

I guess what I need help most on is the framwork of the app..

 

What code needs to be present to make the app..

 

What has to go first second and so on. This is really where i need help.

 

 

Thank you

Please use plain text.
Developer
JRab
Posts: 2,462
Registered: ‎11-04-2010

Re: Playbook SDK Newbie Getting Started Help!

hey cpmcdo2,

 

welcome to the world of actionscript! first i want to tell you to visit this page:

 

http://us.blackberry.com/developers/tablet/adobe.jsp

 

it is full of getting started guides and some samples. then after you go through that there is a developer guide and some API docs that can help you here:

 

http://docs.blackberry.com/en/developers/subcategories/?userType=21&category=Adobe+AIR+Development+G...

 

then after you read all that your best bet would be to google stuff like "Actionscript 101" and it will give you links to great amount of tutorials. after you've gotten the basics down, you can look and search these forums to gain code experience for the actual playbook device. it uses the same code as adobe air platforms so everythting you read up until this point will apply. good luck!

J. Rab (Blog) (Twitter)
--
1. If you liked my post or found it useful please click on the thumbs up and provide a Like!
2. If my post solved your problem please click on the Accept as Solution button. Much appreciated!

Approved Apps: OnTrack | ssShots | Hangman
Please use plain text.
New Developer
cpmcdo2
Posts: 8
Registered: ‎02-22-2011
My Carrier: T-Mobile

Re: Playbook SDK Newbie Getting Started Help!

Thank you...

 

I have followed I am also getting stuck on the code signing tool... 

Please use plain text.
Developer
JRab
Posts: 2,462
Registered: ‎11-04-2010

Re: Playbook SDK Newbie Getting Started Help!

hey,

 

the code signing doesnt happen until after you are done with your application. its all done via command line and you cannot use any of the standard gui tools (flash builder). have you already completed your application?

J. Rab (Blog) (Twitter)
--
1. If you liked my post or found it useful please click on the thumbs up and provide a Like!
2. If my post solved your problem please click on the Accept as Solution button. Much appreciated!

Approved Apps: OnTrack | ssShots | Hangman
Please use plain text.
Contributor
sky858
Posts: 36
Registered: ‎02-12-2011

Re: Playbook SDK Newbie Getting Started Help!

If you are using Flash Builder you may want to do some of the getting started tutorials and also look at Tour de Flex from Adobe.  Those things really helped me a lot.  The tutorials are good for learning the basics, but you probably won't want to do all of them since they are very long.  Tour de Flex helped me to learn about the different components and objects, how to use them, and what they do.  You may also want to pay attention to the code hints as you write your app in Flash Builder.  They helped me overcome several problems.

As for the signing I can't help there since I am still having problems with it too, but since you are just starting on your app, what are you trying to package and sign?  Even if you are succesful in signing now you will still have to sign again when you are done with your app.

Please use plain text.