Re: [MonoTouch] Add constraint to UITextField programmatically

2013-10-09 Thread Shawn Castrianni
you need to add the constraints to the parent view of the text view and make sure the auto resizing is not being translated into extra constraints. there is a flag to turn that off. it is on by default. ___ Shawn > On Oct 9, 2013, at 1:33 PM, mobiledev1600 wrote: > > I have a UITextView adde

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Shawn Castrianni
Unfortunately, that only gets you the simulator sdk, not the device sdk. To get the device sdk, you must copy it from inside the previous Xcode app to inside your new Xcode 5 app. Sent from my iPad > On Sep 22, 2013, at 3:39 PM, Robert Reck wrote: > > You probably have to reinstall the 6.0 si

Re: [MonoTouch] UISegmentedControll without rounded edges

2013-02-02 Thread Shawn Castrianni
I've tried to use the UIAppearance API in the past but I always got stuck trying to do what I needed. maybe I am just being stupid and missing some obvious functionality. I would be very curious to see the code that recreates the segmented control in my picture. the basic requirements are: 1.

Re: [MonoTouch] UISegmentedControll without rounded edges

2013-02-01 Thread Shawn Castrianni
I recently submitted an app with square corners for the segmented control and it was accepted without issue. ___ Shawn On Feb 1, 2013, at 2:51 PM, Iki wrote: > Hey Nick, great idea! > > Replacing whole background with image is much nicer solution! > > Just for test, i created print screen o

Re: [MonoTouch] Good/Simple Source control System! Github Sucks!

2012-11-24 Thread Shawn Castrianni
use subversion. I find it much better. ___ Shawn On Nov 24, 2012, at 3:36 PM, Kris Bloom wrote: > I have been trying to use Github to do Source Control. Needless to say i am > getting very irritated. I am an "old school" developer. That last time i used > any source control system and worked

Re: [MonoTouch] App working fine in iOS 5, crashes in iOS 4

2012-08-31 Thread Shawn Castrianni
I would think it is an incompatible API call you are making that was introduced new in ios5 and not available in ios4. For example, I believe the NavigationItem.LeftBarButtons (plural version) property is new to ios5 while ios4 only has the NavigationItem.LeftBarButton (singular version). It wo

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 wrote: > Ok let me see if I understood correctly > > We manually create a folder named "Res

Re: [MonoTouch] OpenGLViewController

2012-07-31 Thread Shawn Castrianni
I had a similar problem when mixing 2d and 3d view controllers in the same app. when I would display the 3d view controller, nothing would happen. the 3d view was essentially frozen. my fix was to turn off the view controller transition animation. in other words when transitioning from 2d to 3d

Re: [MonoTouch] Empty iPhone View

2012-07-22 Thread Shawn Castrianni
create an iPhone view controller instead and you will get both the xib and the view controller c# class files. ___ Shawn On Jul 22, 2012, at 10:10 AM, Tom Opgenorth wrote: > I think I'm missing something here: > > If I add an empty iPhone view to my project, I just get the .XIB file - is >

Re: [MonoTouch] possible bug with UIActionSheet? Clicked vs delegate Dismissed

2012-07-01 Thread Shawn Castrianni
Where can I find out more about this seminar in styling iOS apps? ___ Shawn On Jul 1, 2012, at 5:55 PM, Gerry High wrote: > Thanks for your help. By the way, I really enjoyed your seminar the other > day on Styling your iOS apps. > > Gerry > > On Jul 1, 2012, at 4:17 PM, Nic Wise wrote: >

Re: [MonoTouch] UIToolBar Button Question

2012-06-24 Thread Shawn Castrianni
yes, I think that is it. I remember that too. I am almost positive that will fix it. ___ Shawn On Jun 24, 2012, at 7:39 PM, Jason Awbrey wrote: > this thread (old, but possibly still relevant) suggests using a regular > UIButton instead of a toolbar button if you want to use an image > > On

Re: [MonoTouch] UIToolBar Button Question

2012-06-23 Thread Shawn Castrianni
I think I remember something like this before. I was baffled. I think I had to change my button bar icons to be square pixel dimensions ( same pixels for length and width), but I could be remembering some other problem. ___ Shawn On Jun 23, 2012, at 11:06 PM, Chris_M wrote: > > > Hi Jason,

Re: [MonoTouch] Device Provisioning Problem

2012-06-18 Thread Shawn Castrianni
I think I might have a possibility. the following happened to me when I got a new MacBook. I forgot to copy my public/private key pair, initially created when creating my certificates, to my new MacBook. therefore, all of my certificates from the provisioning portal are useless if you can't de

Re: [MonoTouch] UITableView showing multiple checked items

2012-05-21 Thread Shawn Castrianni
make sure that the row that is selected is part of your model or some other class variable. And, make sure to set the accessory to either checked or none all the time. do not assume it is unchecked since cell renderers are reused so it might have reused a cell that was checked. basically, my r

Re: [MonoTouch] XCode problems with latest MonoDevelop

2012-05-06 Thread Shawn Castrianni
I have the same issue. however, you can just hit cancel and exit Xcode again and ignore it. it is harmless but annoying. ___ Shawn On May 6, 2012, at 12:27 PM, jowi wrote: > Ever since MonoDevelop 2.8.2 and above, i'm having issues with XCode 4.3.2 > after editing a xib. If i save the xib in