Re: [MonoTouch] INotifyPropertyChanged

2012-08-06 Thread Nic Wise
iOS / Cocoa has the observer pattern baked in, I think. But the only ones I've seen are mostly MVVM, eg https://github.com/RobertKozak/MonoMobile.Views http://slodge.blogspot.co.uk/2012/02/mvvmcross-mvvm-across-wp7-monodroid-and.html On Sun, Aug 5, 2012 at 9:12 PM, Phil Cockfield

[MonoTouch] How to show an imagegallery in IPAD application --

2012-08-06 Thread proindigo
Greetings of the day. I have a situation which I'll try to describe in details in the next few paragraphs. In my ipad application, I have images for an assembly [like cranes, crawlers, loaders, forklifts, backhoe, excavator etc] stored as byte arrays in my sqlite database. On my view controller,

Re: [MonoTouch] WebClient memory issues

2012-08-06 Thread Matthieu Laban
On Mon, Aug 6, 2012 at 5:37 AM, Sebastien Pouliot sebast...@xamarin.comwrote: Hello Matthieu, On Sun, Aug 5, 2012 at 2:34 PM, Matthieu Laban m...@flyingdevelopmentstudio.com wrote: Hello Guys, My quest for leaks continues... I'm downloading files from our server, and the size of the

Re: [MonoTouch] WebClient memory issues

2012-08-06 Thread Matthieu Laban
Using DownloadFile instead of DownloadData did solve my problem. Memory usage is staying low and I don't see many allocations being done during the download. Thanks again for your help, Matt On Mon, Aug 6, 2012 at 8:55 AM, Matthieu Laban m...@flyingdevelopmentstudio.com wrote: On Mon, Aug

Re: [MonoTouch] How to write bindings for a framework?

2012-08-06 Thread Alex Soto
Ok let me see if I understood correctly We manually create a folder named Resources in our MT binding project Then we add the xName.bundle to that folder and any resource files included on the framework Then We compile and everything gets added to the bindingfile.dll file and that it. Do we

Re: [MonoTouch] How to write bindings for a framework?

2012-08-06 Thread Shawn Castrianni
that was also one of my questions. do we do this to the binding project that produces the dll or the top level application project that produces the iap? ___ Shawn On Aug 6, 2012, at 6:53 PM, Alex Soto dxdr...@gmail.com wrote: Ok let me see if I understood correctly We manually create a

Re: [MonoTouch] MT.Dialog: Selected Event while in Edit Mode

2012-08-06 Thread Phil Cockfield
Cool. Thanks Nic. On Mon, Aug 6, 2012 at 9:50 PM, Nic Wise n...@fastchicken.co.nz wrote: I suspect it's a custom cell. I'm not 100% sure how they'd do it without custom-drawing everything (ie, not using a grouped tableview type), but it looks like a one-off :) If you have an image, you