Cool - I was using an iPhone app in the sim, if it makes a difference.

On Mon, Aug 13, 2012 at 9:06 PM, René Ruppert <[email protected]> wrote:
> That's the same code...I don't get anything. But I'm on iPad in a modal 
> popover and inside a UINavigationController. Maybe that makes the difference? 
> I'll make a test.
>
> René
>
> Am 13.08.2012 um 22:01 schrieb Nic Wise <[email protected]>:
>
>> 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
>



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