Non full screen width Soft Input Panel

Hi

I have a SIP that I've made for PPC2003 with eVC4 which is only displaying on half of the screenwidth. The rest of the screen width is shown as transparent, so that inputfields on the left side of the SIP is visible. When trying the same dll with PPC2003SE or WM5.0, the left side of the SIP is not shown as transparent. Otherwize the SIP works perfectly. Any idea what I can do to fix it

Can send screenshots and code if it will help explain my problem.



Answer this question

Non full screen width Soft Input Panel

  • JustinA1

    hi,

    To get the full screen, use GetWindowRect() API to get the rectangle of the window size and call the InvalidateRect() API to update the windows region. Handle these API in the OnPaint or when OnActivating the dialogs.


  • ladydee

    PLs check the following link for more appropriate forums for this post

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=481505&SiteID=1

    Srikanth



  • S Carter

    Hi

    Think you misunderstood me. I do NOT want the SIP to be the full width of the screen (like the qwerty keyboard). In PPC2003 my SIP displays correctly (like half of a qwerty keyboard), but not in PPC2003SE and WM5.0.


  • Non full screen width Soft Input Panel