BlackBerry
stefli
简直就是懒人一个
就喜欢下班回家下碟子,看碟子
听听音乐
展开
-
How to access url via wifi in blackberry emulator
<br />Add below code to url:<br />;interface=wifi<br /><br /><br /><br />StreamConnection conn = (StreamConnection) Connector.open("http://192.168.87.72/data.xml;interface=wifi");<br /> <br />Then we can access the data from above url via blackberry emulat原创 2010-11-30 16:18:00 · 575 阅读 · 0 评论 -
iPhone style title bar in BlackBerry
<br />Quote:<br />http://www.naviina.eu/wp/blackberry/iphone-style-field-for-blackberry/<br /> <br />iPhone-style Field for Blackberry The source illustrates how to achieve a linear, top to bottom, gradient and also some basic dynamic sizing and font sele转载 2010-11-10 09:29:00 · 1025 阅读 · 0 评论 -
Retrieve data from xml and show in listField
<br />Application code:<br />package com.myapp.blackberry; import net.rim.device.api.ui.*; import net.rim.device.api.system.*; import net.rim.device.api.ui.component.*; import net.rim.device.api.ui.container.*; import net.rim.device.api.xml.parsers.Do转载 2010-11-20 23:22:00 · 541 阅读 · 0 评论 -
Fix the issue: JVM terminated. Exit code=-1
<br />When restart the Blackberry plug-in, an error happened with "JVM terminated. Exit code=-1.".<br />We can specified the jdk to eclipse.ini to fix this issue, so solution as below:<br /> <br /><br />Add below:<br />"<br /><br />-vm<br />D:/software/jdk原创 2011-03-11 13:18:00 · 659 阅读 · 0 评论