Hi Jean-Luc,
> The question is, what PDA or device are you specifically targeting? If
> it's something like a PocketPC, then you can use tables to effectively
> position your controls.
What's a difference what PDA I'm targeting? I supposed that all PDAs I'm
working with are having the same resolution and operating system. I'm having
Compaq iPAQ Pocket PC on my table right now.
> If you are targeting an XHTML compliant device, then you can create
> stylesheets that will precisely position everything on the screen to your
> liking.
That would be great! In this case I would rearrange all my buttons, all
functions are implemented as a drop down list with "Execute" button. Anyway
it works and the default/current function is always active in this list. But
I know that sometimes users prefer to have a button set for the same
purposes.
> If the device doesn't support tables or CSS, then you have to deal with
> the limitations. One thing you can do to avoid controls appearing on
> separate lines is simply adding a Textbox with a Label providing specific
> format requirements for the input. Then you add in validation controls to
> make sure the user input matches what you are expecting.
I don't think that these PDAs are so limited.
> If you need some sample code for a specific device, please let me know.
I'd be very appreciated, thanks. All I need is to show all three drop down
lists arranged in one line to select a right date. Probably I can do the
same for SSN using an idea of one-line arrangement.
Thanks,
Dmitri S