Giter Site home page Giter Site logo

blackberry / webworks-community-apis Goto Github PK

View Code? Open in Web Editor NEW
140.0 29.0 205.0 158.4 MB

Community owned repository containing JavaScript Extensions for BlackBerry WebWorks

License: Apache License 2.0

HTML 1.38% JavaScript 17.29% C 7.92% C++ 61.01% Shell 0.01% CSS 2.11% Makefile 0.04% QMake 0.14% Java 3.17% ActionScript 6.73% DIGITAL Command Language 0.01% Objective-C 0.19%

webworks-community-apis's Introduction

Community API Repository

The WebWorks-Community-APIs repository is an area where members of the community can post up their JavaScript Extensions to share with the rest of the world.

This area is a collection of APIs that are not part of the official BlackBerry WebWorks SDK but may prove as a testing ground for new APIs before they are officially added to the WebWorks SDK

All APIs shared in this repository are Open Source under the Apache 2.0 License

To contribute code to this repository you must be signed up as an official contributor.

Code Organization

The APIs in this repository are broken out into APIs for the BlackBerry Smartphone OS and for the BlackBerry Tablet OS. When adding your API to this repository you'll need to create your own sub-directory in the appropriate platform directory.

For specific information on how to organize your code in each of these sections, please refer to the README found in both the Smartphone and Tablet directories. They will have specific information on what pieces are needed to contribute an extension for each of the platforms.

Contributing APIs

To add new APIs or make modifications to existing APIs:

  1. Fork the WebWorks-Community-APIs repository
  2. Make the changes/additions to your fork
  3. Send a pull request from your fork back to the WebWorks-Community-APIs repository
  4. If you made changes to code which you are NOT the owner, send a message via github messages to the Author(s) of the API to indicate that you have a pull request for them to review
  5. If you made changes to code which you own, send a message via github messages to one of the Committers listed below to have your code merged

Governence

The code for each of the Community APIs is managed by the author of the API. When a pull request comes in for a specific API the Author(s) should be notified by the pull request owner to perform a code review. When the author indicates that the pull request is ready to be merged (via a comment on the pull request) they can then send a message to a committer through github messages to have the changes merged.

If there are more than one Author for a specific API, only one Author is required to indicate that the pull request is ready. If there's more than one API affected by a pull request, at least one Author from each API must code review the pull request and indicate that it is ready to be merged before the pull request can be merged.

If the Author of the pull request is the actual owner of the API, then the Author should send a message to a committer via github messages to have their changes merged.

Ownership Transfer: An Author can transfer ownership to another Author by opening up an Issue where both the original Author requests ownership to be transfered to the new Author, and the new Author agrees to take ownership of the code. The README for the API should be updated to indicate the new Author.

Repository Committers

Bug Reporting and Feature Requests

If you find a bug in a Community API, or have an enhancement request, simply file an Issue for the API and send a message (via github messages) to the API Author(s) to let them know that you have filed an Issue.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

webworks-community-apis's People

Contributors

alex-kwan avatar alexhuot1 avatar anzorb avatar bthornton32 avatar daniel-dressler avatar dericc avatar freakenk avatar hjung avatar hwen3 avatar jcarty avatar jgrisdale avatar johnhvancouver avatar khuynh12 avatar mkparlee avatar muerl avatar parker-mar avatar peardox avatar pelegri avatar starpax avatar stefanschielke avatar t-m-c avatar t470520 avatar tfung avatar timwindsor avatar trsong avatar umcsdon avatar walkline80 avatar whyandrew avatar wood-jp avatar y39ren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webworks-community-apis's Issues

Bug: Barcode OS 5 branch, Duplicate definition with SDK 2.3 or 2.2

Hello,

this is my problem with OS 5 branch from Barcode plugin for OS 5 by Jeff Heifetz
https://github.com/jeffheifetz/WebWorks-Community-APIs/tree/barcode_50/Smartphone/Barcode

the problem when compiling sample project (with the plugin in the same folder) on SDK 2.3.1.5 or 2.2 (Windows 7 & Mac 10.7)

Error!: Duplicate definition for 'com.google.zxing.qrcode.detector.AlignmentPattern'

Full Log

[INFO]              Parsing command line options
[INFO]              Parsing bbwp.properties
[INFO]              Validating application archive
[INFO]              Parsing config.xml 
[INFO]              Populating application source
[INFO]              Compiling BlackBerry WebWorks application
/var/folders/0c/cl21ns1s315dy1yf6420fk_r0000gn/T/widgetGen.11412419431333460153421.tmp/net_rim_api.jar(net_rim_barcodelib-1.cod): Error!: Duplicate definition for 'com.google.zxing.qrcode.detector.AlignmentPattern' found in: /private/var/folders/0c/cl21ns1s315dy1yf6420fk_r0000gn/T/widgetGen.11412419431333460153421.tmp/extension/com/google/zxing/qrcode/detector/AlignmentPattern.java
[ERROR]             RAPC exception occurred

any soluation

Question: locale

Hi,

is there a list to see which strings the locale extension can response?

Kind regards,

bert2002

Sleep API for PlayBook doesn't keep backlight on

A known issue has been discovered which prevents the sleep API from persisting the value it changes to the systemIdleMode. WebKit itself also updates this system setting and it appears when running within the context of a WebWorks application, the sleep extension is not having priority.

Need to find a solution that involves controlling / overriding WebKit's control of the systemIdleMode.

Barcode Generate Code Example Error

just a typo error on Generate Code Example:

Function is: function generateBarcode() {..

and you have: generateBarCode() on click button event.

it's only a uppercase error, C error, but the example don't works for this reason.

All the best.

Josep Maria

MessageList not invoking application

Hi,

so far MessageList ist working fine. When I start the application and create new inbox messages its working and by clicking on the inbox message, its marked as read and the application is opened. This is not working when the application is in the background!

For example:

  • application is in the background
  • app receives push notification and inbox message is created
  • inbox message can be marked as read, but it will never bring the application to the foreground.

To fix this. I need to close the application and then it is working to invoke the application from the inbox message. This is working for a couple of minutes and as soon as the application is back in the background and "sleeping" (not sure how to call the real status when a application is send to the background) its not possible to get the application open again from the inbox. Same issue counts when the application is started after a reboot of the os.

Tested on: Blackberry Torch 9860 OS 7.0.0.585

You are aware of this problem or know already how to work around it?

best bert

using MessageList

Hi,

I tried to use the MessageList Example today and couldn't bring it to work. I am using Windows 7 with the latest WebWorks 2.1.1.38.

What I did:

  • created the webworks.message.list
  • copied the library.xml in the new created folder
  • created a webworks/ folder and copied the content of Smartphone\MessageList\src\webworks into it.

When I try to compile the example I am getting following error:

:\Program Files\Research In Motion\BlackBerry WebWorks Packager>bbwp.exe
c:\Web
Works\messagelist\messagelist.zip
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating application archive
[INFO] Parsing config.xml
[INFO] Populating application source
[INFO] Compiling BlackBerry WebWorks application
C:\Users\znetbook\AppData\Local\Temp\widgetGen.10205088721315740929056.tmp\black
berry\web\widget\autogen\WidgetConfigAutoGen.java:33: package
webworks.message.l
ist does not exist
_widgetExtensions.addElement(new
webworks.message.list.MessageListExtens
ion());
^
1 error
Error!: Error: java compiler failed: C:\Program
Files\Java\jdk1.6.0_26\bin\javac
.exe @C:\Users\znetbook\AppData\Local\Temp\rapc_4b9c115e ...
[ERROR] RAPC exception occurred

C:\Program Files\Research In Motion\BlackBerry WebWorks Packager>

Any suggestions? Do I miss something?

Thanks.

bert2002

EmailListener issues

Hi, I've had som issues building my application using the EmailListener.
First of all I think the README.md might be wrong on some points regarding the filestructure on step 6
"Copy the downloaded Smartphone\EmailListener\src\blackberry directory to your new ext\webworks.message.email\blackberry directory"

Since the folder look as follows: Smartphone\EmailListener\webworks
But I tried anyways and this is how my file structure looked like in the end:
C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5\ext\webworks.message.email\webworks
and the library.xml is located in:
C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5\ext\webworks.message.email\library.xml

Anyways, when I try to build I get the following error:
[ERROR] Feature cannot be found in any extension(webworks.message.Email)

my config.xml looks as follows

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
        xmlns:rim="http://www.blackberry.com/ns/widgets"
        version="1.0.0.0" id="Elistener">  
    <name>EmailListener</name>
    <author>Emil Olofsson</author>
    <description>Simple EmailListener</description>
    <icon src="images/icon.png"/>
    <content src="index.html"/>
    <feature id="webworks.message.email" />   
</widget>

I tried building an app using the Spinner extension in the guide and it worked without issues, so I'm not sure what I'm missing .

Note that I'm quite new to blackberry so there might be a fatal flaw in my thought-process, if that would be the case I'd welcome some directions.

Cheers Emil

Barcode Scanner compiling error

I am sorry if this is n00bish..this is my first time using github...

Command Prompt Output:

C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5>bbwp c:\bgd\bgd.zip -o c:\bgd\output
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating application archive
[INFO] Parsing config.xml
[INFO] Populating application source
[Fatal Error] library.xml:16 : 6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
[ERROR] Feature cannot be found in any extension(webworks.media.barcode)

I also couldn't find the blackberry/src folder in the master download. Could this be the issue?

From Instructions:
"Copy the downloaded Smartphone\Barcode\src\blackberry directory to your new ext\webworks.media.barcode\blackberry directory"

The directory structure in the archive is: "Smartphone\Barcode\webworks\media\barcode"

In that directory is several java files and a UI directory. I copied those files to my "ext\webworks.media.barcode\blackberry"

I have included the feature in my config.xml file.

This is for Blackberry Smarthpones OS6.0+

What am I doing wrong? Thanks in advance.

NFC API - need a method to detect NFC support

Would like to enhance this API to give developers a way of detecting whether the given device has NFC support.

Something like this:

var hasNFC = blackberry.nfc.ndef.hasNFC(); // true or false

This would allow them to continue to build this extension into their app, but also gracefully degrade for devices that don't have NFC hardware.

invoke phonebook

Please add API to invoke Phone book and select one from it......
it is very use fully ......in application to reduce load on application ...

Clipboard: accents

If you try to do a Copy in Webworks app with this extension, and do Paste in a doc in Docs to Go, for exemple, if the text contains accents don't works fine, appears stranges symbols.

Barcode error on OS 7

Appears an error on OS 7, first time it runs no problem, second time appears an error:

"There is already another active Player. Call Player.Close() on the existing Player to free up the resource. : -1"

Tested in a Bold 9900 and BlackBerry WebWorks SDK 2.2.0.15

Message List onItemOpened behavior

This is more like a question:
I have this application that uses Message List running on a OS6 curve 9300; everything seems to be fine, the message can be created and customized, but when I click on it, it just invoke the application and does not run a line from the onItemOpened assigned function.
If I close the app and click on any of the created messages, the app is invoked and the function that is listening to onItemOpened event runs normally.
Is this the way it is supposed to work?

API for PlayBook "Now Playing" system tray icon

Would like to see an API created for the WebWorks SDK for Tablet OS to allow WebWorks applications to integrate better with the "now playing" icon that is displayed in the System tray when HTML5 media is being played by the device.

Ideally, a WebWorks application should be able to provide the following information:

  1. Callback methods that are invoked when user clicks on the back/forward buttons
  2. title
  3. artist info

jsdocs for Community APIs & Integrate with WebWorks API reference

I've been talking with Ken over the past little while about how we would like to find a way to integrate the Community APIs into the HTML5/WebWorks API reference. That way people can also discover/use all the great APIs that the community has created.

I figured I would make the desire official and create an issue to log the progress

Suggested steps

  1. Create a branch in the WebWorks-API-Docs repo so that the authors of the Community APIs can create jsdoc files for their APIs

  2. Create a flag in our jsdocs to indicate that the API has been contributed by the community with a path to the github directory containing the API source and its configuration details

  3. Update the contribution process to the Community APIs repo to include a jsdocs file added to the WebWorks-API-Docs repo

  4. Integrate the jsdocs branch with the community APIs into the main website documentation once we have them all authored

Comments, Questions, Concerns???

Bueller?? Bueller??

Bueller

MessageList

Hi,

is this still valid "Unique identifiers hardcoded and will not allow for more than one application on the device using this API" for the MessageList?
According to the Options I can set a guid freely? Please correct me if I am wrong I didn't tried it yet.

Best,

bert2002

Request - Video/MP4 player extension for BB5/6/7

As HTML5 video support was not fully realized until later versions of BlackBerry 7, I would like to see an extension published to help developers play video (H264 / MP4) on BlackBerry 5 / 6 and 7 devices.

marknutter / GCM-Cordova

The GCM plugin works perfectly, the only question is (note that my app has multiple html pages):
Does the registration need to be done in every page load, or just in the first one??
I have tried both cases and both work, but I want to know what the correct procedure is...

BB10 - TEMPLATE - doesn't work on device

Hi. I just saw the TEMPLATE for extensions and wanted to give it a try, but it doesn't seem to work for me on dev alpha device running BB10 version 10.0.6.386. I was wondering because of the referenced webworks-1.0.0.7.js since the latest public beta SDK already is at webworks-1.0.1.6.js, isn't it?

So I gave it a try on the device and in Web Inspector I only get

ReferenceError: Can't find variable: example            index.htm:7

or

ReferenceError: Can't find variable: example            index.htm:16

depending on the button clicked from the example index.html. I added the example.memory from the .zip output folder to the framework/ext folder and it is in the .bar file. Anything else missing for me or do we need another SDK/OS version to get it running?

Request: Universal Search API extension

BlackBerry 6+ provides universal search Java APIs that could be extended into a WebWorks API.

Looking for someone who know's this feature and is interested in build an extension out of it. Suggest using the TEMPLATE project to get started.

decodeBarcode failed when a paused html5 <video> is present

I have a div that calls the sample decodeBarcode function on click, and it works just fine normally.
However, when I have a html5 video element that was played and paused, decodeBarcode halts with a black feed from the camera.

The decodeBarcode function works when the video element is loaded, but breaks once the video is played/paused.

Barcode throwing errors

I am using Barcode webworks API.
I get this problem when i run the application. I have installed the Barcode foler correctly in ext folder and compiled it.
when i click on Scan Barcode or Generate Code Button. It says -

ReferenceError: Can't find variable : webworks

this is copy of my config.xml

?xml version="1.0" encoding="UTF-8"?
widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.0" id="ScannerDecoder"
name>Barcode Decoder Application</name
author>dsarraju</author
description>Barcode Decoder Application</description
access subdomains="true" uri="*"
icon src="images/icon.png"
content src="index.html"
features
feature id="webworks.media.barcode" version="1.0.0.0"
features
rim:permissions
rim:permituse_camera/rim:permit
rim:permitaccess_shared/rim:permit
rim:permitread_device_identifying_information/rim:permit
/rim:permissions

I have avoided <></> because it was not allwing me to paste it here. sorry about that.

Tablet / Barcode: not starting a scanner

When trying to use the barcode scanner on the PlayBook with

blackberry.media.barcode.scan(...)

it opens the normal camera where i can take a picture. After taking a picture the camera closes and nothing happens.
No barcode scanner is opened.

I added
feature id="webworks.media.barcode" /
to my config.xml inside the widget tag as well as
rim:permit access_shared /rim:permit
rim:permit use_camera /rim:permit
inside rim:permissions

I'm using PlayBook OS 2.1.0.560 and WebWorks SDK for TabletOS 2.2.0.5

Tablet / UploadDownload: several bugs using the .download method

I tried to download a PNG Image to my device using this function. I wanted to find out when the download is finished, so i watched the status object in the onProgress method. So here are some issues:

  • I didn't set the "progressInterval" option myself so i thought the event would just fire once when the file is downloaded, but the event was fired all the time.
  • the "totalFileSize" attribute shows 0 all the time while the "numBytes" attribute is rising
  • the "percent" attribute is null all the time
  • If i set the "progressInterval" option to 0 myself, the onProgress event is never fired

So there is no possibility to figure out, if the download is completed or not.

I'm using PlayBook OS 2.1.0.560 and WebWorks SDK for TabletOS 2.2.0.5

Unfriendly error in Barcode scan

when doing a scan i forgot to make formats an array. the error message wasn't easy to decipher.
var options = {'tryHarder' : true,
'formats' : '2D'
}
this should give a friendly error.
thanks

problem barcode

Hi, I'm trying to use the barcode, I follow the instructions in the repository but when I compile the explanation gives me errors:

[WARNING] Extension found in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager\ext\webworks.media.barcode\library.xml does not have id defined.
[WARNING] , , or tag missing. Extension found in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager\ext\webworks.media.barcode\library.xml will be ignored
[ERROR] Feature cannot be found in any extension(webworks.media.barcode).

Can you help?

thanks

Perodon for my English, translated by google

Bug for UploadDownload sample

The source code for the index.html doesn't work straight from the start.

Following items need to change:

From:
// Path could be one of http/https
u.uploadFile(remotePath, localPath, onProgress, onError, options);

To:

// Path could be one of http/https
u.upload(remotePath, localPath, onProgress, onError, options);

From:
// Path could be one of http/https
d.downloadFile(remotePath, localPath, onProgress, onError, options);

To:
// Path could be one of http/https
d.download(remotePath, localPath, onProgress, onError, options);

compiling application webworks getting this error on File Uploader Extension

C:\Users\shariq\AppData\Local\Temp\widgetGen.10172280601331645188705.tmp\blackbe
rry\web\widget\autogen\WidgetConfigAutoGen.java:51: error: package blackberyy.io
does not exist
_widgetExtensions.addElement(new blackberyy.io.FileUploaderExtension());

                                                  ^

1 error
Error!: Error: java compiler failed: C:\Program Files\Java\jdk1.7.0\bin\javac.ex
e @C:\Users\shariq\AppData\Local\Temp\rapc_6215cd93.dir\ ...
[ERROR] RAPC exception occurred

sleep extension for Tablet OS not working

Also filed internally at RIM via issue PR104184

Despite setting systemIdleMode to KEEP_AWAKE, the backlight still dims on Tablet.

NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;

After further investigation, the root of this issue lies within the WebWorks framework. The window object used by the WebWorks framework is different than that of the window object used by WebKit.

When a JavaScript extension of a WebWorks application changes the systemIdleMode, it does so against the hidden application window object, which produces no effect on backlight timeout:

"... confirmed that setting KEEP_AWAKE on a window that's not truly visible does nothing. If in your case the WebKit window is totally covering the application window (e.g. 1024x600 on Winchester1) then setting keep awake on the application window won't work.

You could possibly set the keepawake on the application window's child window, which is the webkit window. But keep in mind that Flashplayer plugins could mess with this, unlike HTML5 video which does not."

Solution

Need help from an AIR expert. How can a WW developer target the WebKit window, rather than the application window? Is this just a matter of referencing a different namespace, or is it more complicated than that?

NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;

Workaround

The following was received from a 3rd party developer:

"After some playing I think I found a (dirty) work around. I noticed from the sample app on github that if the video had been started and sleep mode turned off, the state would be maintained even after the video had been paused. If the video wasn't started, the sleep mode state was ignored.

So, I added the video to my code, ran it once on auto, muted it and placed it behind the other container windows. Combined with the extension, my app has been running 15min with no timeout and no evidence of the video being present."

webworks.media.barcode - Library.xml

The webworks.media.barcode library.xml needs to be updated. When packaging a webworks application it is failing to package due to the first line not being . Move the xml file definition to the first line in the library.xml file and that will fix the issue.

Produce an API to support streaming Video on OS 5.0

Prior to HTML5 video, there is no way of playing embedded video from within a WebWorks appilcation due to a known platform bug with media player and BrowserField

However, what if we created a new Java screen, overlayed on top of the current WebWorks application that could be invoked from an extension?

Suggest combining the code from Shadid's "how to streaming media" KB article with an extension.

Barcode API namespaces are inconsistent

Having problems getting the Barcode API sample working - it refers to both "webworks.media.barcode" and "blackberry.media.barcode".

Need to clean this code up.

A developer that downloads this extension and starts building from the README may encounter problems.

Also the README suggests you only have to install the /ext/src folder - but is missing /ext/js

File Downloader API & OS v5 ?

I don't know if it's intentional or not, but File Downloader for SmartPhone doesn't seem to work with OS 5.
Success and error callbacks are not called at all.

Tested on Bold 9000 v5.0.0.822

Tested options :

url: 'http://www.myserver.com/myfile.pdf',
file: 'file:///SDCard/path/to/save/test.pdf',
timeout: 30000,
params: {
    custom1: 'test'
},
headers: {
},
success: function(data) {
    alert('Success!');
},
error: function(e, code) {
    alert(e + " " + code);
}

Produce an API to manage LED and Alert

Blink the LED and/or vibrate the device. We use these throughout our written tutorials, but should publish an actual API that someone can easily download.

MessageList getItems()

MessageList getItems() function has a few bugs:

  • This function is not registered in MessageListNamespace.
  • MessageListGetItemsFunction.NAME is missing an 's' at the end.
  • This function requires no argument, but the code insists users to supply one.

Tablet UploadDownload errors compiling

I am currently getting errors when trying to compile the tablet upload and download they can be found below...
Also the tutorial is inaccurate it says:
Copy the downloaded Tablet\UploadDownload\src\webworks directory to your new ext\webworks.io.filetransfer\webworks director
but there is no Tablet\UploadDownload\src\webworks there is only Tablet/UploadDownload/src/Air
Also has anyone got this running on a play book or not?

Everything is Ok
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating WebWorks archive
[INFO] Parsing config.xml
[INFO] Populating application source
[INFO] Compiling WebWorks application
C:\Users\Ludger\AppData\Local\Temp\widgetGen.1015230081323025446362.tmp\webworks
\io\filetransfer\FileTransferExtension.as(148): col: 18 Error: Access of possibl
y undefined property jsObject through a reference with static type webworks.exte
nsion:WebWorksReturnValue.

                    return result.jsObject;
                                  ^

C:\Users\Ludger\AppData\Local\Temp\widgetGen.1015230081323025446362.tmp\webworks
\io\filetransfer\FileTransferExtension.as(198): col: 18 Error: Access of possibl
y undefined property jsObject through a reference with static type webworks.exte
nsion:WebWorksReturnValue.

                    return result.jsObject;
                                  ^

Loading configuration file C:\blackberry\BlackBerry WebWorks SDK for TabletOS 2.
2.0.5\bbwp\blackberry-tablet-sdk\frameworks\air-config.xml
[INFO] Packaging the bar file
java.io.FileNotFoundException: C:\Users\Ludger\AppData\Local\Temp\widgetGen.1015
230081323025446362.tmp\pillWhat.swf (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(Unknown Source)
at net.rim.tumbler.file.FileManager.copyFile(FileManager.java:481)
at net.rim.tumbler.airpackager.AirPackager.run(AirPackager.java:232)
at net.rim.tumbler.WidgetPackager.go(WidgetPackager.java:152)
at net.rim.tumbler.WidgetPackager.main(WidgetPackager.java:77)
[ERROR] Air Packager exception occurred
Info: Sending request: Install
Info: Action: Install
Info: File size: 1181083
Info: Installing ...
Info: Processing 1181083 bytes
Info: Progress 2%...
actual_dname::pillWhat293c5ba0c4e33a7a42d6961702c9761.gYABgIWK1ZzkshQ0JUi_6YDGDp
g
actual_id::gYABgIWK1ZzkshQ0JUi_6YDGDpg
actual_version::0.0.0.155
result::success

c:\blackberry\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\blackberry-table
t-sdk\bin>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.