09-13-2010 02:25 PM
The fact that the devices are running older operating systems will likely be the reason
09-13-2010 03:52 PM
Hi Tim, thanks for the quick reply. That would really suck if the version number is why, but I find it slightly hard to believe that something like this gets fixed between 5.0.0.442 and 5.0.0.469.
Also, can you point me to the example you said you added to the "Some Cool UI Examples" thread? I'm wondering if it's because of the HTML element I'm using (button).
10-20-2010 02:25 PM - edited 10-20-2010 04:12 PM
Hi Tim,
Regarding:
Issue: In the widget, the browser will not render the full background color to where your content does not exist.
Solution:
Add the following to something like onLoad
document.body.style.height = screen.height;
Is this solution valid? I have tried it as instructed but it has no impact!?
Thoughts?
PS: Thanks for all of the advice on this forum!!!
Art
document.body.style.height = screen.height;
10-20-2010 08:50 PM
Have you tried:
document.body.style.height = screen.height + 'px';
10-21-2010 07:47 AM
Hi Tim,
That did it, specifying the 'px' value fixed the problem. Thank you!!!
You are a great help, we appreciate all of the effort that you are putting into getting us up and running.
Art
01-16-2011 02:11 PM
Installation of Blackberry WebWorks SDK for Playbook requires installing the Adobe Air 2.5 SDK.
If you get an error message "Incorrect Air Version Installed" in the Webworks installer make sure the path you chose for the Air SDK does not have a space in it.
Just spent about 20 mins working this one out ![]()
02-21-2011 03:55 AM
I've been using Chrome as a test platform for some aspects of my application, but Chrome seems to be very buggy, for instance I couldn't get webDB to work within my app, could get data in and out in no time outside of my app but no matter what I did within my application I could not get it to work, I've spent abuot a week on this, and ended up abandoning it and going down the road of a pretty convoluted key system for the key value store, as well as json files that index relavent keys for quick lookup, highly ineficient and not scalable at all. I eventually got mad at this and decided to comment my javascript framework (about 600 lines of code) one method at a time until I found the culprit.
The culprit it turns out was an alert in the Window onload event, it was there just to tell me that the javascript has loaded OK and has no errors, removing the alert has fixed all DB problems.
Therefore my advice is that in lew of proper tools for debugging your app don't treat Chrome as gospel, its just as failable as anything else.
03-03-2011 01:54 PM
The +'px' should be added to this solution. It doesn't seem to work without.
ie)
03-06-2011 12:26 PM
Area: WebWorks
Found on: OS 5 and OS6
Problem:
How to use Database on BlackBerry smartphone or Playbook
Solution:
On my github account you can find simple example how to use it: https://github.com/ddluk/WebWorks-Database
Information to Note:
Database usage requires the device to either have a built-in eMMC card (common on Bold and Storm devices) or an inserted SD card.
Playbook have a built-in memory.
05-08-2011 12:22 PM
A number of the posts and replies here have been helpful and fascinating. I want to thank everyone for taking their time to share what they've found and for being willing to give their input when we need assistance.
Thank you
Tsudeily