PDA

View Full Version : Communication between two applets on Z-800


Dren
05-29-2002, 08:01 AM
I wrote two BREW applets. Users type in key words from applet A and the information is passed to applet B (a mini browser). Applet B constructs an URL based on the information passed from A. The URL is sent to a remote server and a result page is parsed by B. Users get the searching result and exit from B to A. They can start a new search and the same flow is executed.

The two applications work seamlessly on BREW emulator. However, I am not sure whether the communication between two applets is supported on real devices, for instance Sharp Z-800.

Please help me!

Ren
:(

devi
05-30-2002, 09:36 AM
Applets can communicate to one another by sending/posting private (EVT_USER) events to one another. Please refer to the following FAQ: http://www.qualcomm.com/brew/developer/support/faq/techfaq18.html#T18P

Devi Krishnan
BREW Support