Re: [MonoTouch] Row heights wrong after deploy to device

2012-07-08 Thread rnendel11
This will sound flippant, but welcome to simulator and device are *definitely* never equal. Want to test rotation, really, using simulator? Forget it. However, dynamically calculating cell height is something of a troublesome issue depending on what is included in the cell. I gave up long ago

Re: [MonoTouch] Row heights wrong after deploy to device

2012-07-08 Thread Andre Dobroskok
is the problem.   Cheers, Andre From: Miguel de Icaza mig...@xamarin.com To: Andre Dobroskok adobros...@yahoo.com Cc: monotouch@lists.ximian.com monotouch@lists.ximian.com Sent: Friday, 6 July 2012 11:59 AM Subject: Re: [MonoTouch] Row heights wrong after deploy

Re: [MonoTouch] Row heights wrong after deploy to device

2012-07-08 Thread Andre Dobroskok
.  I'll post here any further questions once I understand what is failing.   Cheers, Andre From: rnendel11 rnende...@gmail.com To: monotouch@lists.ximian.com Sent: Sunday, 8 July 2012 4:50 PM Subject: Re: [MonoTouch] Row heights wrong after deploy to device

Re: [MonoTouch] Row heights wrong after deploy to device

2012-07-05 Thread Miguel de Icaza
I have been debugging my app inside iOS simulator, now I tried to build in Release for iPhone and for some reason cell heights are not calculated properly. I.e. all rows in the table have same (default?) height. On the simulator all heights calculated correctly. Is there something special