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

Reply via email to