Try creating the entry item each time (take out the if (entry = null)). If that fixes it, you need to resize the entry each time (recreating it each time is... inefficient), not just on the first create
On Mon, Jan 30, 2012 at 21:19, MojoDK <[email protected]> wrote: > Hi Jeff, > > Thanks. I get what you mean, but I still can't make it work. > > Here's my MojoEntryElement so far: > http://pastebin.com/j0sSAF8A > > Here's my test code: > http://pastebin.com/cgaMPfij > > And here's the result: > http://monotouch.2284126.n4.nabble.com/file/n4342608/iOS_Simulator_-_iPhone_-_iOS_5.0_(9A334)_3.png > > Still strange margins sudently. > > Strange thing is, sections outside the initial screen, are repeated. > > Any idea? > > Thanks!! > Mojo > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/MT-Dialog-right-aligned-EntryElement-tp4341288p4342608.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > 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
