Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry WebWorks Contributions

Reply
Contributor
saroy
Posts: 10
Registered: ‎12-27-2011
My Carrier: IAM

content as url

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

 

 

Please use plain text.