Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigshaw/Playbook-Utilities
A library of Blackberry Playbook utilities for Actionscript
https://github.com/craigshaw/Playbook-Utilities
Last synced: about 2 months ago
JSON representation
A library of Blackberry Playbook utilities for Actionscript
- Host: GitHub
- URL: https://github.com/craigshaw/Playbook-Utilities
- Owner: craigshaw
- Created: 2011-03-20T14:12:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-10T14:40:04.000Z (almost 14 years ago)
- Last Synced: 2024-08-04T05:04:32.877Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 332 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - Playbook-Utilities - A library of Blackberry Playbook utilities for Actionscript (Utilities / Other Utilities)
README
Basic set of utilities for use with the Blackberry Playbook Actionscript SDK.
These have evolved from a bunch of classes that I've used to help me with a few basic Playbook applications. I figured to ease reuse I may as
well put them in a library and get them out there for others to use and improve.The library currently contains:
- View management tools (com.craigshaw.playbook.view)
- Scrolling label control (com.craigshaw.playbook.components)Usage:
It's a basic Flex Library Project that links against the Blackberry Playbook SDK libraries. To use it, simply pull the latest version of the source
and then import into Flex Builder. You might have to update the compiler settings to point to your Playbook libraries. On my machine as I write this, they are the
SWC atC:\Program Files\Adobe\Flash Builder Burrito\Adobe Flash Builder Burrito\sdks\blackberry-tablet-sdk-0.9.3\frameworks\libs\air\qnx-air.swc
and the SWC folder at
C:\Program Files\Adobe\Flash Builder Burrito\Adobe Flash Builder Burrito\sdks\blackberry-tablet-sdk-0.9.3\frameworks\libs\qnx-screen
Create a new Blackberry project and add a reference to the PlaybookUtilities project through the compiler settings. Then you're good to go. Enjoy!