-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an application that inserts an ApplicationMenuItem into the native blackberry contacts menu. I can get this to work just fine. Now my question is how would I change or remove that ApplicationMenuItem based on the contact that i am highlighted on? Would I need to use a GlobalEventListener? I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A View with expand and contract list where you show, for instance, Chats, Contacts, Groups. You click on of them and expands to a list of Chats and each element of the list is a Rectangular box with User defined image, name, status (offline, online, busy) as an image and status message.
How can i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Forum,
We are developing a game application for Blackberry, which will have multi player option to let two or more player compete against each other. We have implemented the logic for that and already two or more player are able to play the game simultaneously on single device.
Now we want to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Friends
I created one blackberry application, and i tested in blackberry simulator, now i need test in blackberry mobile phone , can u please tell me the process for creating setup file and how to install in the black berry phone...
Thanking you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I developed a Blackberry application using Eclipse. The application is working fine in the simulator. By using Blackberry desktop software, I tested the application in Blackberry mobile and it's working fine; but when I am using Progressbar screen, I am getting an error like this "Error starting…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
When designing a service oriented architecture (SOA) system, there will be a lot of services with many service contracts, endpoints and behaviors. Besides the client calling the service, in a large distributed system a service may invoke other services. In this case, one service might need to know…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi!
I have installed BES Express on Windows Server 7 with Exchange 2007 following by RIM tutorial
JDK 1.6.18, JDK\bin included into Path variable
After reboot I've run Blackberry Administration Service and receive such error in browser window:
HTTP Status 500 -
--------------------------------------------------------------------------------
type…
>>> More
-
as seen on Super User
- Search for 'Super User'
I've created a window's service that monitors files on a specific directory on our Windows OS. When a file is detected, the service does some file I/O, reads the files, creates sub-directories, etc. This service also uses database connectivity to connect to another server. My plan is to have the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
############## WEBSERVICE 1 (banking.java)
package bank;
import client.TestserviceService;
import javax.jws.WebMethod;
import javax.jws.WebService;
import javax.xml.ws.WebServiceRef;
@WebService()
public class banking {
@WebServiceRef(wsdlLocation = "WEB-INF/wsdl/localhost_23164/testwebservice/testserviceService…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an existing project that consumes web services. One was added as a service reference, and the other as a web reference. I don't recall why one was added as a web reference, but perhaps it's because I couldn't get it to work!
The existing service reference for the one web service works fine…
>>> More