Try displaying the View's .Frame or .Bounds (without doing the autosize) - might be being set to 0,0,0,0 somewhere...
On Mon, May 14, 2012 at 10:31 PM, Alejandro Vazquez <[email protected]> wrote: > Hi, > > I have an universal application that uses Monotouch Dialog. I found that the > ActivityElement on iPad device is not working. The activity icon is not > visible. > > I figure out a way to make it visible but don't know if is the right > solution: > > I create a custom ActivityElement (inherits from MTD ActivityElement class): > > public class IpadActivityElement : ActivityElement { > public IpadActivityElement () : base () > { > View.AutoresizingMask = UIViewAutoresizing.None; > } > } > > This way, I can see the Activity icon... any clue how this happens on iPad? > > Thanks, > > Alejandro > > _______________________________________________ > 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/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com 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
