"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);
Checking my code (which does show the WSI successfully on both the VII and
VIIx, both on device and in POSE), I'm doing almost exactly the same thing.
I get my X,Y coordinates from a gadget I put in my form, however... I just
created a 19x13 gadget in constructor, used it to place the WSI on my form,
then use a FrmGetObjectPosition call to get the coordinates to pass into the
INetLibWiCmd call.
> 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.
Is this form justified at the bottom of the screen, or is it a full-screen
form? If the latter, you might need screen-relative coordinates rather than
form-relative ones.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/