11-12-2009 02:29 AM
Solved! Go to Solution.
11-12-2009 07:51 AM
Not yet... but it is something that is on the roadmap. I'm sure the follow up question is "when" ![]()
I don't quite have the answer for that as we are still working through the scheduling for some of this new added functionality.
11-15-2009 01:08 PM
11-15-2009 01:21 PM
Well I don't have a full road map that I can share with timing as these things are quite fluid. But just know that the end goal is that you can build the exact same applications as you can in Java (probably minus Open GL ES) ![]()
We are striving to have on-par functionality between both the Web and Java platform.
10-06-2010 04:43 PM - last edited on 10-06-2010 04:53 PM
i see that now it's poosible to Run Automatic on install and device statup
Thanks
10-12-2010 04:18 PM
10-12-2010 06:02 PM
on config.xml
<content src="index.htm">
<rim:background src="index.htm" runOnStartup="true" />
</content>
In visual studio 2008 you have a check for do this
11-13-2010 11:57 PM - last edited on 11-14-2010 12:04 AM
Hi Mr Miamon,
I have tried it since i knew about it,
but sadly for me, along i tried it, it doesn't work.. ![]()
both in simulator or even in real device ![]()
or does anybody have any idea about the simple blackberry widget application just to simple test to make sure that the "runonstartup" element is really working???
11-14-2010 07:57 AM
Simple test is the following:
- Load your application onto the simulator
- In the onload of your background page do a setTimeout to call a function in X seconds
- In your timeout function change the homescreen icon or homescreen text
- Or write a file to the SD card, or do an AJAX call to your web server