It's been my experience that it doesn't work int he emulator, but does on
the device.
Be careful though. It's possible to be using INetLib on an OmniSky device,
but those
devices don't support the signal strength indicator and will crash with the
calls below.
Michael J. Maigret <[EMAIL PROTECTED]> wrote in message
news:30489@palm-dev-forum...
>
> 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 Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/