Does the Palm VII with PalmOS 3.2.5 support displaying the signal strength indicator programmatically? I am following the SDK information explicitly in my application, but I cannot seem to display the indicator. Also, does it work at all in the emulator? I am trying to display it in at location (140,36)... is this an invalid location?
I cannot seem to display the indicator no matter what I do. Currently, after opening the Inet library, I am executing the following code INetLibWiCmd(m_uNetRef, wiCmdInit, 0, 0); INetLibWiCmd(m_uNetRef, wiCmdSetLocation, 140, 36); INetLibWiCmd(m_uNetRef, wiCmdSetEnabled, 1, 0); Upon sending and receiving data and retrieving events using INetLibGetEvent, I never see the wireless indicator. There is currently no other objects at that (top left extending the size of the indicator) location in the form. Thanks for any help. Mike -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
