10-11-2012 04:04 PM
Yet to the extent the original installation on the mobile device, just recently tried to run on the emulator. But it has not been able to get results.
Steps that I want to get is:
I want to replace/change the value from second dropdown, when the first dropdown replaced / selected values with change event.
It's just the ripple emulator and the browser itself can not be click the dropdown. (see the difference if do not use bbUI)
10-11-2012 04:06 PM
@Chadtatro : try to download : http://berthojoris.com/sample.zip
10-11-2012 04:09 PM
Hai @The_Anomaly :
Please see this picture : HERE
I use firebug in google chrome and get this
10-11-2012 04:31 PM
When it says this, its usually because something is missing from the config.xml. Blackberry is not defined would happen if for example you want to send SMS from your app but you leave out the:
<feature id="blackberry.message" /> <feature id="blackberry.message.sms" />
in your config.xml
As you can see you're calling blackberry.message.sms which would include certain files when running it. Not including those files would cause that type of error. There could be other reasons too though.
Suggest checking your config.xml - that it has all it needs.
10-11-2012 04:41 PM
I think it's all that is needed is on file config.xml What is impossible is, why such error only on the page with the dropdown control?? it's just a basic example and does not require any feature.
In the config.xml file I already have the code like this:
<feature id="webworks.persistent.storage" /> <feature id="blackberry.bbm.platform" /> <feature id="blackberry.push" /> <feature id="blackberry.message.sms" /> <feature id="blackberry.ui.menu" /> <feature id="blackberry.ui.dialog"/> <feature id="blackberry.identity" /> <feature id="blackberry.system.event" /> <feature id="blackberry.app" /> <feature id="blackberry.app.event"/>
Is one less just for an example page using the drop down????