user interface - How to make a GUI that works on all window mobile phones? -


So far, I am using PDA emulator in Visual Studio 2008 (I am using Windows Mobile 6.1 Professional SDK ).

So I just dragged and removed most of my GUI component into the form. In an example I made a panel, then I dynamically generated the label in this panel with the position of some locations.

Then I put it on my HP PAQ 110 classic PDA and saw it fine and everything then I was seeing through simulators, one of them was called a professional class. So I decided to run it and when it started my program, it looked like a bullshit.

I was missing the label, the control was missing and it just seemed terrible.

I thought that maybe it would

then how do you create a GUI that will work well on all mobile phones (or at least most of them)

< P> Is the number of mobile phone type x? Like emulator emulates to a PDA and it works on my HP one so I'm assuming that all windows mobile devices have the same screen size of pdas.

Then the next question is how do you make the control situation properly, one tool in another? I've heard of those people who use XML files, which have position, size and so on all the places they call and I think that the GUI is dynamically generated based on XML information. it happens.

But I did not find an example how the XML file looks like, how will it know which type of phone is, so that I can node the file correctly for that phone.

I'm not sure there are other ways but it feels better that a set of GUI forms for every one.

In addition to this, most of the things are recommended in a panel so that such things can grow, you can at least auto scroll.

Thanks

I have spent a great time looking at various solutions for this Ending with problem (see) and a practical approach - Continuous use of docking You have to limit yourself to the least common denominator, that is, the lowest resolution you want to support, how much you can fit on the screen is. The good news was that the grid always uses the entire available real estate, and my forms flow properly on all the devices and the screen does not look like they are broken.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -