PDA

Click to See Complete Forum and Search --> : radio button is not showed in PDA


shahid
Jul 5th, 2006, 06:28 AM
hi guise,

i build an mobile application with vs2005...

first i build a user control with some radio buttons...

then i dynamiclay generate the user control at run time and add it into panel.
all works fine in Emulator...but..........the radio button is not showing in PDA..(windows CE)

plz advise me.

bye

Shaggy Hiker
Jul 5th, 2006, 02:57 PM
So it all works well in the emulator, but not on a physical device? I would have expected it to be the other way around.

A couple things you might check first: The location of the control (it could be positioned somewhere other than where you expect, and not be visible for that reason).

The visibility of the control. It is very unlikely, but it could be hidden. A messagebox showing the visible state might suffice.

Could the control be placed behind the panel? In some cases with controls on controls, I have had the wrong one show up on top.

shahid
Jul 6th, 2006, 03:18 AM
thx m8 ..i m checking it now...
and post my msg after do it.