12-27-2011 04:36 PM
hi all
im trying to do a widget who point to a web apllication and my simulator freeze on startup image
here is my config file
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns=" http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="2.0"
rim:header="RIM-Widget: rim/widget">
<name> CAM mobile</name>
<description>
A sample application to demonstrate some of the possibilities.
</description>
<icon src="iui-logo-touch-icon.png"/>
<rim:loadingScreen backgroundImage="background.png"
onFirstLaunch="true" />
<content src="http://myipwebadress/webapp/default.aspx"/>
<access uri="http://myipwebadress/webapp" subdomains="true">
</access>
</license>
</widget>
thanks in advance and sorry for my bad english