I have a list of items in a listview and when a user double-clicks an item, name and address.
My boss does not do this because he thinks that this window violates some UI design principles for mobile devices. I can not find anything to stop it He is thinking that no message box is appearing in the device when he is unable to save power.
Is that right? Can you give an alternative suggestion (that is not an option, except that I do not have it)
C #, Windows Mobile 6.0, WinFom
< Div class = "post-text" itemprop = "text">
Windows Mobile 6 uses the messbox all the time. This is probably better than rolling your own solution because you will benefit from your updates in WM6.5, which will not be a custom solution.
Comments
Post a Comment