Seems like no matter what x and y parameter values I pass to the
INetLibWiCmd to set the location of the signal strength indicator, it ALWAYS
shows up in the upper left corner of the display!

As far as I can tell, I'm obeying the API. Any words from the wise?

Here's my first two calls to the WiCmd, and the only place where I attempt
to set the position of the indicator wrt the form...


 INetLibWiCmd (appGlobal.libRefnum, wiCmdInit, 0,0);
 FrmGetFormBounds (FrmGetActiveForm(),  &r);
 INetLibWiCmd (appGlobal.libRefnum, wiCmdSetLocation, r.topLeft.x+140,
r.topLeft.y+16);





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to