I would expect that it's resizing the entry box incorrectly. you may want to put a breakpoint in ComputeEntryPosition
https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Elements.cs#L1424-1445 and see what it's throwing out for the entry instance's size. I suspect thats your problem - it's not finding a label, so it's making the whole entry field way way too big. There is a comment in there about setting it to null, too, so maybe try that rather than a blank string. On Wed, Jan 25, 2012 at 16:55, Jason Awbrey <[email protected]> wrote: > have you looked at the source for MT.Dialog to see what is causing this? My > guess is that this is an edge case that it just wasn't intended to handle. > Your best bet is probably to create a custom class that corrects this > behavior > > > On Wed, Jan 25, 2012 at 4:41 AM, JohnnyNoMates <[email protected]> wrote: >> >> *bump* >> >> Really need some help with this, my UI is usable but it looks wrong. >> >> Anyone using EntryElement without a caption? >> >> Thanks >> Johnny >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/MonoTouch-Dialog-help-with-EntryElement-pls-tp4321187p4326886.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
