Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Nic Wise
"A double well-actually! BUT WHAT DOES IT MEAN" When meems collide. It'd be messy. On Fri, Sep 9, 2011 at 15:23, Jeff Stedfast wrote: > On Fri, Sep 9, 2011 at 8:59 AM, Nic Wise wrote: > >> > Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 >> MB >> > of RAM. I men

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
On Fri, Sep 9, 2011 at 8:59 AM, Nic Wise wrote: > > Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 > MB > > of RAM. I mention this because it may be useful to Stone to realize he > has > > even fewer resources to work with than he thought :-) > > Wikipedia says otherwise

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
Oh snap! I just got told ;-) Thanks for correcting me. Jeff On Sep 9, 2011 8:54 AM, "Mikkel Lønow" wrote: > well.actually.cat, 256 MB - > http://en.wikipedia.org/wiki/IPad#Technical_specifications :) > > Mikkel > > On Fri, Sep 9, 2011 at 14:34, Jeff Stedfast wrote: > >> Not to Well-Actually-Cat

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Nic Wise
> Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 MB > of RAM. I mention this because it may be useful to Stone to realize he has > even fewer resources to work with than he thought :-) Wikipedia says otherwise http://en.wikipedia.org/wiki/IPad and then you must click th

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Mikkel Lønow
well.actually.cat, 256 MB - http://en.wikipedia.org/wiki/IPad#Technical_specifications :) Mikkel On Fri, Sep 9, 2011 at 14:34, Jeff Stedfast wrote: > Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 MB > of RAM. I mention this because it may be useful to Stone to realize

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 MB of RAM. I mention this because it may be useful to Stone to realize he has even fewer resources to work with than he thought :-) Nothing beats having actual hardware to test on, but at least if you have a general idea of t

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Nic Wise
Did you remove it from one view, then add it to the other? or just leave it in each one? you may find that: 1. make movieplayer, add to view, start playing 2. user swipes 3. remove movie player from view. release object 4. make new movie player, add to new view, start playing works... maybe the

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread stonee74
Hi guys, thanks for your feedback. I'll play with it today to see what I can do. Probably I haven't understood the view stuff yet completely. I was expecting if creating an instance of a movieplayercontroller and just passing different urls at least this does not let explode the memory consumption

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Nic Wise
oh, and BTW, from memory (sorry, bad pun), the simulator uses the machine's ram, so you have a 4GB (well, unlimited GB's if you have a big disk for swap) iPad with a quad core 2.5ghz CPU. Then you put it on the device which has 512meg ram, ~1ghz cpu and _no_ swap. ... which is why I still have a 2

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Nic Wise
The iPad2 has (from memory) 512meg of RAM. The iPad 1 has 256. Use less RAM. You are on a severely resource constrained device, and have to adapt accordingly. It's about the same as saying "I can't parse this 500meg XML file, tho it works on my desktop (or in the simulator, which is the same)" Yo

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-08 Thread Rolf Bjarne Kvinge
On Thu, Sep 8, 2011 at 10:04 PM, stonee74 wrote: > Hi guys, > > I've built an app and tested it with an iPAD2 so far and had not any issues. > Today i tried it with an iPAD1 and experienced many crashes. > > I am basically showing movies (mov/m4v)on several pages of a scrollview > control. > I am

[MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-08 Thread stonee74
Hi guys, I've built an app and tested it with an iPAD2 so far and had not any issues. Today i tried it with an iPAD1 and experienced many crashes. I am basically showing movies (mov/m4v)on several pages of a scrollview control. I am creating an instance of MPMoviePlayerController and then change