Using this code:

    var root = new RootElement("foo");
          root.Add (new Section("foo", "bar") {
          new ActivityElement()
          {
            Caption = "foo",
            Animating = true
          }
        });

        var dvc = new DialogViewController(root, false);


        window.RootViewController = dvc;

I get both the caption and the activity scroller thing. Not sure it
helps you tho! I was just using the built in MT.D.




On Sun, Aug 12, 2012 at 10:08 AM, René Ruppert <[email protected]> wrote:
> Hi folks,
> I have already tried my luck on SO, but:
>
> I might be missing something here, but this code:
>
> this.oSectionDRs = new Section()
> {
>     new ActivityElement()
>     {
>         Caption = Locale.GetLocale("Settings_Loading"),
>         Animating = true
>     }
> };
>
> // To begin with just show a loading indicator.
> this.Root = new RootElement (Locale.GetLocale("Settings_Select"))
> {
>     this.oSectionDRs
> };
> Does not show any animated thingy. It is showing the label only. How can I 
> get the animated star?
>
>
> Also see here:
>
> http://stackoverflow.com/questions/11891168/how-to-use-monotouch-dialogs-activityelement
>
> René
> _______________________________________________
> 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/

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
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
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

Reply via email to