Hi,
I have an application working on the smartphone which I converted from
WM5 PPC. It all works fine but the only issue that I currently have is
that I have CheckBoxes on the View of the application and even though I
have set the TAB_STOP property when creating the CheckBoxes I can not
get the Focus to change between CheckBoxes, when using the Navigation
Pad on the phone. Also I have created a test application and added a
WM_COMMAND handler to my View and tried trapping the BN_CLICK event,
which I can notified. The problem is that if you click left or right
it also sends a BN_CLICK event. If I create CheckBoxes within a DLG
box it works and can navigate fine, strange behaviour. One other
problem I have seen is with edit controls within a DLG, if you make a
mistake entering text the back space key does not delete, though I
believe it is supposed to.
Thanks in Advance.
Nick...