>> You can't control where Commands are displayed, it's a platform
>> dependant thing; i.e., one some handsets it's displayed as a dropdown
[quoted text clipped - 12 lines]
> Button
> Is it true ? It's not flexible :-(
I'm sorry, mate, but I can't parse your sentences above. What are you
trying to say? The layout manager is only a way to *suggest* a layout to
the handset. The final layout is always controlled by the handset
itself. For example, if you tried to layout a checkbox next to a text
field, and on the handset that would push the checkbox out of the screen
range, then the handset can (and probably would) move the checkbox to
the next line.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Visit my homepage: http://mcpierce.multiply.com
"By doubting we come to inquiry, through inquiry truth." - Peter Abelard
Arnaud - 12 Jun 2005 17:48 GMT
Darryl Pierce a écrit :
>>> You can't control where Commands are displayed, it's a platform
>>> dependant thing; i.e., one some handsets it's displayed as a dropdown
[quoted text clipped - 20 lines]
> range, then the handset can (and probably would) move the checkbox to
> the next line.
I would say : How can I set a checkbox at x=50 and y=100 (where x and y
are coords), how can I make ? With information taht you give me this is
impossible. Layout have a "fix size" : if I use a layout centers to
left, my checkbox will be place at left. If I would put my checkbox at
left with a marge to 10 pixels and a Label 80 pixels after, I can't. right ?
Thx for your answers and sorry for my poor english .
Regards
Arnaud